/* CSS Document */

body {
	background:url(http://thesix9s.com/site/wp-content/themes/six9stheme-2/images/bg.jpg) repeat-x top; 
	background-color:#c9c6bf;
	margin:0px;
	text-align:center;
}

#container {
	width:900px;
	margin:auto;
	background:url(images/bg_fullbody.jpg) repeat-y top;
}	

#header {
	width:900px;
	height:255px;
	background:url(images/header.jpg) no-repeat top;
}

#links {
	width:900px;
	height:35px;
}

#contentcontainer {
	position:relative;
	width:900px;
	background:url(images/bg_body.jpg) no-repeat top;
	text-align:left;
	
}

*html #contentcontainer {
	margin-top:-4px;
}

#contentdiv {
	width: 844px;
	margin-left:33px;
	margin-right:33px;
	text-align:left;
	padding: 5px 5px 5px 5px;
}

#rightdiv {
	position:absolute;
	width:390px;
	height:200px;
	left:480px;
	top:12px;
	text-align:left;
	padding-left:16px;
	background:url(images/shadow.jpg) no-repeat top left;
}

#indent {
	width: 420px;
	margin-left:23px;
	text-align:justify;
}

#news_indent {
	width:92%;
	margin-left:23px;
	text-align:justify;
}

#footer {
	width:900px;
	height:64px;
	background:url(images/footer.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Lists */

ol {
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#a08b52;
}






/* ============== subpage =============== */

#contentcontainer2 {
	position:relative;
	width:900px;
	background:url(images/bg_body2.jpg) no-repeat top;
	text-align:left;
	
}

*html #contentcontainer2 {
	margin-top:-4px;
}


#title {
	position:absolute;
	width:200px;
	height:24px;
	top:19px;
	left:60px;

}

#contentdiv2 {
	width:789px;
	padding-top:90px;
	margin-left:60px;
	text-align:justify;
}


/* ============= subpage - end ============*/





/* ========= frames ========= */


#frame1 {
	width:370px;
	height:58px;
	background:url(images/frame/frame1.jpg) no-repeat top;
}

#framecont {
	width:370px;
	background:url(images/frame/frame_bg.jpg) repeat-y top;
}

*html #framecont {
	margin-top:-11px;
}

#framecontent {
	width:347px;
	margin-left:9px;
}

#frame2 {
	width:370px;
	height:33px;
	margin-top:-11px;
	background:url(images/frame/frame2.jpg) no-repeat top;
}

*html #frame2 {
	margin-top:0px;
}


/* ========= fonts ========== */


.style1 {color: #a8987e}


h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#a86b1b;
	margin-left:13px;
	
}




.normaltxtb {
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#a08b52;
}

.normaltxtn {
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#806a55;
}

h2 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #a8987e;
	margin-top:0px;
}


h3 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #c48621;
	margin:0px;
}


.title {

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#a86b1b;
	
}

p {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#bdaa99;
}

a {
	color:#c6a91d;
	text-decoration:none;
}

.nospacing { border:0px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px }  

