@charset "utf-8";
/* CSS Document */

page{

}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646b46;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #d4b005;
	background-image: url(images/bgleft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#main{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	min-width: 850px;
	background: url(images/mainbg.gif) top right no-repeat;
}

#content{
	min-width: 520px;
	position: relative;
	background: #ffffff;
	margin: 100px 40px 0 200px;
	font-size: 14px;
	height: 100%;
	padding: 80px 0px 30px 0px;
}

#content p{
	padding: 0px 80px 0px 80px;
}

#pagetitle{
	position: absolute;
	left: 195px;
	top: 98px;
	font-size: 40px;
	font-weight: bold;
	color: #d4b005;
	line-height: .65em;
	
}

#menu{
	position: absolute;
	top: 85px;
	left: 41px;
	width: 140px;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #d4b005;
	font-weight:bold;
}

#menu ul {
	list-style: none;
	
}

#menu li{
	margin-bottom: 3px;
}

#menu a{
	color: #d4b005;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover{
	color: #ffffff;
}

#footer{
	text-align: right;
	margin-right: 42px;
}

#logo{
	position: absolute;
	left: 73px; 
	top: 10px;
}