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

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg01.jpg);
	background-color: #988475;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

a { 
color: #b26325;
}

p, td {
	
}

li {
	
}

h1 {
	color: #339;
	font-size: 24px;
	line-height: normal;
	
}

h2 {
	color: #b26325;
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	color: #333;
	font-size: 14px;
}


.clear {
	clear: both;
	
}

#container {
	width: 1050px;
	margin: auto ;
	background-image: url(images/Labyrinths_r2_c1.jpg);
	background-repeat: repeat-y;
	
	
}

#header {
	background-image: url(images/Labyrinths_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 167px;
border-top: 1px solid #b26325;
}

#mainNav {
	margin: 130px 0 0 30px;
	
}


#mainNav a {
	color: #364297;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/mainNavBG.gif);
	padding: 12px 5px;
	display: block;
	float: left;
font-weight: bold;
}

#mainNav a.double  {
	color: #364297;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/mainNavBG.gif);
	padding: 3px 5px 5px 5px;
	display: block;
	float: left;
font-weight: bold;

}

#mainNav a:hover {
	color: #b26325;
	float: left;
}

.button {
	float: left;
margin-right: 4px;
}

.mainNavLt {
	background-image: url(images/mainNav01.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 39px;
	
}

.mainNavRt {
	background-image: url(images/mainNav02.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 39px;
}



#subNav  {
	color: #fff;
	width: 697px;
	text-align: center;
	float: right;
	margin: 20px 20px 0 0;
	background-image: url(images/subNavBG2.gif);
	background-repeat: no-repeat;
padding: 7px 0;
font-size: 13px;
font-weight: bold;

}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
text-align: center;
	
}

#subNav li {
		
	border-right : 1px solid #fff;
padding:  0;
margin: 0;
display: inline;

}

#subNav a {

	color: #fff;
	text-decoration:none;
	padding: 0 10px;

	
}

#content {
	margin: 10px 20px 10px 30px;
}

#contentLeft {
	float:left;
	width: 310px;
	
}

#contentRight {
	width: 660px;
	float:left;
	margin: 0 0 0 30px;
	
}

#footer {
	text-align: center;
	color:#fff;
	font-size: 11px;
	padding: 5px;
	line-height: 1.5em;
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 3px;

}

#footer a:hover {
	text-decoration: underline;
}
.img_whiteborder {
	border: 2px solid #FFFFFF;
}
