body{
font-family: Arial, sans-serif;
font-size: 14px;
margin:0px;
padding:0px;
background-color:#d3c73a;
width:100%;
}

h1,h2,h3,h4,h5,h6{
margin:0px;
padding:0px;
}

a:link, a:visited, a:active{
	color: #2C9F45;
	text-decoration:none;
}
a:hover{
	color: #2C9F45;
	text-decoration:underline;
}

#topbar{
background-image:url(../design/top_bar.png);
background-repeat:repeat-x;
width:100%;
height:209px;
margin:0px;
padding:0px;
}

#banner{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
width: 780px;
height: 209px;
display:block;
border:0px;
}

#body{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
display:block;
padding:0px;
width:780px;
background-image:url(../design/body.png);
background-repeat:repeat-y;
overflow:hidden;
}

#bottom{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 40px;
display:block;
padding:0px;
width:780px;
height:30px;
background-image:url(../design/bottom.png);
background-repeat:no-repeat;
background-position:top;
text-align: right;
font-size:10px;
color: #999999;
padding-right: 30px;
}

#menu{
	float: left;
	width: 200px;
	margin:0px;
	padding:0px;
	position:relative;
	left: 10px;
	overflow:visible;
}

#content {
	float:right;
	margin:0px;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	width:540px;
}

#logo{
	align:center;
	position:relative;
	margin-left:8px;
	margin-top:20px;
}
