@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
}

p	{
	font-size: 14px;	
}
h1 {
	font-size: 20px;
	padding:20px 0 20px 0;
}

html {
	background-image:url(../images/ornate_bg100x42.gif);
	background-repeat:repeat;
}
body {
	background-image:url(../images/top.gif);
	background-repeat:repeat-x;
	background-color:#352726;
	padding-top:15px;
}

#maincon {
	width:960px;
	height:auto;
	left:50%;
	margin-left:-480px;
	position:absolute;
}

#container {
	background-image:url(../images/tanjabrandon_bg2.jpg);
	background-repeat:repeat-y;
	height:auto;
}
#content {
	background-image:url(../images/tanjabrandon_bg1.jpg);
	background-repeat:no-repeat;
	min-height:631px;
  	height:auto !important;
 	/*height:631px;*/
	padding:8px 20px 50px 20px;

}

#header {
	height:140px;
}
ul#navmain {
	list-style-type:none;
	text-align:center;
	padding-top: 83px;
	font-size: 14px;
	color: #cc9900;
}
.inlinelist {
	display:inline;
}	
.inlinelist a {
	text-decoration:none;
	color: #CC9900;	
}
.inlinelist a:hover {
	color: #FFFFFF;	
}
.inlinelist1 {
	display:inline;
}	
.inlinelist1 a {
	text-decoration:none;
	color: #C8B49C;	
}
.inlinelist1 a:hover {
	color: #FFFFFF;	
}

#contentmain {
	width:650px;
	padding-left:135px;
	height:auto;
	font-size:12px;
	color: #e4b789;
}



.clearleft {
	height:1px;
	clear:left;
}

#bottom {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#352726;
	height:130px;
}

#footer p{
	text-align:center;
	padding-top:75px;
	color:#C6B49E;
	font-size:12px;


}
