@charset "utf-8";
/* CSS Document */

* { 
	padding: 0; 
	margin: 0;
}



body {
	color: 					#907248;
	margin-top: 			20px;
	background-color:		#000000;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			15px;
}

h1 {
	padding-top:30px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
}

h2 {
	font-weight:bold;
	font-size:12px;
}

h3 {
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h4 {
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
}


a { text-decoration: none; font-size: 12px; color:#907248; white-space:nowrap; }
a:hover { color:#c9c5c5; }





#wrapper {
 	width:842px;
	margin: 0 auto;
	overflow:visible;
	display:block;
}

#header {
	width:842px;
	height:82px;
	/*background-image:url(../_img/logo.gif);
	background-position:left;
	background-repeat:no-repeat;*/
}

#menuTop {
	width:842px;
	height:20px;
	background-color:#666666;
}

#menuSide {
	padding-top: 80px;
	padding-left: 13px;
	width:134px; /* 138 + 3x2 for the padding in the menu items */
	clear:both;
	float:left;
}


#pageFull {
	width: 695px;
	float:left;
}

#pageFullTitle {
	height:80px;
	width:695px;
}

#pageFullContent {
	width:695px;
	clear:both;
}

#column2345 {
	width:575px;
	float:left;
}

#column23456 {
	width:695px;
	float:left;
}

#column234 {
	width:407px;
	float:left;
	margin-right:25px;
}

#column456 {
	width:407px;
	float:left;
}

#column56 {
	width:263px;
	float:left;
}

#column23 {
	width:263px;
	float:left;
	margin-right:25px;
}

#column5 {
	width:115px;
	float:left;
	margin-right:25px;
}

#column6 {
	width:115px;
	float:left;
}

.singlecolumnfloat {
	width:129px;
	float:left;
}

#pageBody {
overflow:visible;
display:block;
margin-bottom:20px;
min-height:450px;
}

#gap {
width:842px;
height:10px;
display:block;
clear:both;
}

#footer {
	overflow:visible;
	border-top: 2px solid #907248;
	clear:both;
	display:block;
	padding-top:10px;
	margin-top:50px;
}

#singlePage {
	height:300px;
}
