/*wrapper background*/
body{margin:50px 0 0 0;padding:0;font-family:"Trebuchet MS", verdana, sans-serif;background-color:#755945;background-image: url(../images/bkg/bkg2.png);background-repeat: repeat-x;}
img {border: none}

/*Top Of Site*/
#container{height:910px;width:100%;
position:relative;}

#indexcontainer{width:850px; height:50px; margin:0 auto;}
#logoContainer{height:87px;padding:10px;margin-bottom: 15px;width:820px;}
#details{float: right;position: relative;height: auto;width: auto;font-family: Verdana, Geneva, sans-serif;font-size: 12px;color: #ccc9c9;text-decoration: none;text-align:right;font-style: normal;font-weight: lighter;line-height: 21px;}
#details a:link,#details a:visited, #details a:active {font-family: Verdana, Geneva, sans-serif;font-size: 12px;color: #fffddf;}
#details a:hover {font-family: Verdana, Geneva, sans-serif;font-size: 12px;color:#633;}

#logo{float: left;position: relative;height: auto;width: auto;}
/*END OF top site*/

/*content container*/
#indexContent{
	width: 850px;
	height:800px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ab8266;
	border-bottom-color: #ab8266;
}

/*Flash container*/
#banner{width:790px;height:250px;	position: relative;	margin-bottom: 10px;padding: 5px;background-color: #A88166;border-right-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-bottom-style: solid;border-right-color: #4A382E;border-bottom-color: #4A382E;margin-right: auto;margin-left: auto;	margin-top: 30px;}
/*END OF flash Container*/

/*content*/
#index-header{float:left;height:23px;width:830px;position: relative;margin-bottom: 10px;}
#index-holder{position: relative;height: 350px;width: 830px;margin-left: 23px;}

/*image containers*/
/*LEFT*/
#index-containerLeft {height:100px;width:180px;float:left;margin-right: 20px;position: relative;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px;color: #FFF;text-align: justify;}
#index-containerLeft p {height:100px;padding:6px;width:180px;border-right-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-bottom-style: solid;border-right-color: #4A382E;border-bottom-color: #4A382E;background-color: #A88166;margin-bottom: 10px;}
#index-containerLeft a:link,#index-containerLeft a:visited, #index-containerLeft a:active {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 11px;color: #fffddf;}
#index-containerLeft a:hover {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 11px;color: #633;}
/*RIGHT*/
#index-containerRight {height:100px;width:180px;float:left;position: relative;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px;color: #FFF;text-align: justify;}
#index-containerRight p {height:100px;padding:6px;width:180px;border-right-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-bottom-style: solid;border-right-color: #4A382E;border-bottom-color: #4A382E;background-color: #A88166;margin-bottom: 10px}
#index-containerRight a:link,#index-containerRight a:visited, #index-containerRight a:active {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 11px;color: #fffddf;}
#index-containerRight a:hover {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 11px;color: #633;}
/*End OF content structure*/


/*footer*/
#footerContainer{width:100%;height:200px;background-color:#2c1c15;}
#footer{height:100%;width: 100%;margin-right: auto;margin-left: auto;	position: relative;	text-align: inherit;}
#footer p {text-align:center;font-family: "Trebuchet MS", verdana, sans-serif;font-size: 10px;color: #FFF;position: relative;left: 20px;}
#footer ul{margin:0;text-align:center;font-family: "Trebuchet MS", verdana, sans-serif;font-size: 11px;padding-top: 0px;padding-right: 0;padding-bottom: 0;}
#footer li{margin:0 0 0 10px;padding:0;display:inline;list-style:none;font-size: 11px}
#footer li a, #footer li a:active, #footer li a:visited{color:#FFFFFF;font-size: 11px;text-decoration:underline}
#footer li a:hover{text-decoration:none;}
#footer a:link {text-align:center;font-family: "Trebuchet MS", verdana, sans-serif;font-size: 10px;text-decoration:underline;color: #FFFFFF;}
#footer a:hover{text-align:center;font-family: "Trebuchet MS", verdana, sans-serif;font-size: 10px;	text-decoration:underline;color: #633;}
#footer a:visited{text-align:center;font-family: "Trebuchet MS", verdana, sans-serif;font-size: 10px;text-decoration:underline;color: #FFFFFF;}
/*End OF Footer*/


#pointer{ cursor:pointer;}



.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

