body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
    color: #000;
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    background-color: #4a0000;
}

a img {
	border: none;
}

.mainApp {
    background-repeat: repeat-y;
    margin-left: 20px;
    min-height: 400px;
    width: 840px;
    margin: 0 auto;
}

.siteWrapper {
   background-image: url("../img/wrapper_1.gif");
   background-repeat: repeat-y;
   padding-left: 20px;
   padding-right: 20px;
}   
.headerDiv {
	position: relative;
}

.topHeader {
    height: 44px;
    width: 840px;
    background-image: url("../img/top_image_1.gif");
    background-repeat: no-repeat;
}

.header_body {
    height: 200px;
    width: 800px;
	position: relative;
	background-image: url("../img/title_1.gif");
    background-repeat: no-repeat;
}

.header_body_right {
	background-image: url("../img/main_image.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 200px;
    width: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
}


.header_bottom {
    background-image: url("../img/border_banner.gif");
    background-repeat: no-repeat;
    height: 44px;
    width: 800px;
}

.custom_border {
	border-top: 3px double;
	clear: both;
	display: block;
	margin-top: 30px;
	opacity: 0.5;
	width: 100%;
}

.header_text {
	color: #4a0000;
	text-align: center;
	padding-top: 68px;
	padding-left: 20px;
	width: 400px;
}

.header_delimiter {
    height: 2px;
    line-height: 2px;
    color: white;
    background-color: white;
}

.menuHolder {
   width: 230px;
   margin: 0 auto;
}

.menuTop {
	background-image: url("../img/nav_top.gif");
    background-repeat: no-repeat;
    padding-top: 20px;
}

.menubottom {
	background-image: url("../img/nav_bottom.gif");
    background-repeat: no-repeat;
    padding-bottom: 35px;
}

.menuContent {
    background-image: url("../img/nav_repeat.gif");
    background-repeat: repeat-y;
		
}

.menuItem {
    border-bottom: 1px dotted #5b8a95;
    width: 195px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto;
}

.menuItemLink {
	color: #5b8a95;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.menuItemLink:hover {
	padding-left: 6px;
}

.pageContent {
	background-image: url("../img/content.gif");
	position: relative;
}

.leftColumn {
    width: 29%;
    float: left;	
}

.rightColumn {
    width: 70%;
    float: right;	
}

.rightColumnInnerWrapper {
     padding: 10px;
     padding-right: 20px;	
}

.pagingControls {
	margin: 0 auto;
	padding: 20px;
	width: 200px;
}

.pagingnum {
	
}

.paginginfo {
	
}

.pagingLink {
	color: #ef7929;
}
	
.itemBlock {
	position: relative;
}

.pageLink {
	text-decoration: none;
}

.pagingLink {
	text-decoration: none;
}

.postTitle a {
	color: #4a0000;
	font-weight: bold;
	font-size: 14px;
}

.pageTitle {
	color: #74543f;
	font-weight: bold;
	font-size: 14px;
}

.delimiter {
   height: 16px;
   line-height: 16px;
   clear: both;	
}

.rightColumnLink {
	color: #5b8a95;
	font-weight: bold;
	font-size: 12px;

}

.blogRightColumn {
    padding-left: 20px;	
}

.commentBlock {
	padding: 20px;
	position: relative;
}

.commentAuthor {
	color: #566b7a;
	font-weight: bold;
	font-size: 12px;
}

.commentContent {
	padding: 7px;
}

.registerInput {
	border: 1px solid #566b7a;
	padding: 3px;
}

.registerLabel {
     padding-right: 10px;	
}

.submitCommentButton {
	padding: 5px;
	border: 1px solid #566b7a;
	cursor: pointer;	
}

.lineDelimiter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	padding: 5px;
	color: red;
}

.messageBlock {
     padding: 10px;
     padding-left: 0px;
     font-weight: bold;
     color: red;	
}

.fotterContent {
     text-align: center;
     color: gray;	
     padding-top: 20px;
}


.fotterDiv {
    background-image: url("../img/footer_1.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
    height: 66px;
    width: 840px;
}