body {
	background:  #565649;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fdf0d8;
	line-height: 125%;
}


a:link {
	color: #fdbf57;
}

a:hover, a:active {
	text-decoration: none;
	color: #fdbf57;
}

a:visited {
	color: #42413b;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


#wrapper {
	margin: 0;
	padding: 0;
	height: 316px;
	background: url(upperdiv.jpg) repeat-x left top;
}

#tray {
	width: 780px;
	margin: 0 auto;
	height: 75px;
}
#header {
	position: relative;
	display: block;
	margin: 0 auto;
	top: -15px;
	width: 692px;
	height: 221px;
	background: url(title.jpg) no-repeat;
}

#menu {
	float: left;
	width: 780px;
	height: 60px;
	background: url(tray.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;

}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 30px 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #fdbf57;
}

#menu .current_page_item a {
	color: #fdbf57;
}
/*page contents*/

#page {
	width: 780px;
	min-height: 511px;	
 	height: auto;
	margin: 0 auto;
}

#leftcontent {
	float: left;
	width: 245px;
	height: 511px;
	margin-top: 15px;
	background: url(bronze.jpg) no-repeat left top;
}

#leftcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#leftcontent li {
		list-style: none;
		margin: 0;
}

#leftcontent li a {
		display: block;
		font: bold 20px Verdana, Arial, sans-serif;		
		border-top: solid 3px #f5c68e;
		text-align: right;
		text-decoration: none;
		padding: 5px;
		border-bottom: 3px solid #705a3f;
		border-right: 3px solid #705a3f;
}
#leftcontent a:link, a:visited { color: #42413b; }
#leftcontent a:visited { color: #42413b; }
#leftcontent a:hover, a:active { color: #fdbf57; }
#leftcontent a:hover { background-color: #42413b; } 

#leftcontent .current_page_item a {
	color: #fdbf57;
	background-color: #42413b;
}
#rightcontent {
	float: right;
	width: 520px;
	margin: 10;
	padding: 10;
	margin-top: 30px;
	
}
#rightcontent ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#rightcontent li {
		list-style: none;
		margin: 0;
}

#rightcontent li a {
		display: block;
		font: 13px Verdana, Arial, sans-serif;		
		text-align: right;
		text-decoration: underline;
		padding: 3px;

}
#rightcontent a:link, a:visited { color: #fdbf57; }
#rightcontent a:hover, a:active { color: #fdf0d8; }
 


#p.p1 {
	position: absolute;
	padding: 10px;
	margin: 10px;
	width: 350px;
	text-align: left;
	font: 14px Verdana, Arial, serif;
	color: #ffffff;
	line-height: 1;
	}

#footer {
	position: relative;
	margin: 0 auto;
	width: 300px;
	top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	}

#footer p.p2 {
	position: relative;
	top: 30px;
	text-align: center;	
	font: 10px Arial;
	line-height: 1.2;
	color: #ffffff;
}
