body
{
	background-color:#9ad55b;
	background-image:url('../images/background.png');
	background-repeat: repeat-x;
	margin:0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


a
{
	color: #06c;
	text-decoration: none;
}


a:hover
{
	color: #147;
	text-decoration: none;
}


#container
{
	width:812px;
	margin-left:auto;
	margin-right:auto;
	padding-top:85px;
}


#top1
{
	width:304px;
	height:48px;
	background-image:url('../images/top1.png');
	float:left;
}


#top
{
	width:812px;
	height:16px;
	background-image:url('../images/top.png');
	background-repeat:no-repeat;
}


#main
{
	background-color:#FFFFFF;
}


#menu
{
	border:1px solid #21d319;
	padding-left:9px;
	margin-left:7px;
	margin-right:7px;
	height:33px;
	background-image:url('../images/menubg.png');
}

#topmenu a
{
	text-decoration:none;
}

#topmenu
{
	background-color: #414141;
	height:40px;
	width:100%;
	border-bottom:1px solid #000000;
}


#pagecontent
{
	padding-left:10px;
	padding-top:15px;
}


.menubutton,.menubuttonhighlighted
{
	float:left;
	font-size:22px;
	padding-right:14px;
	cursor:pointer;
}

.menubuttonhighlighted
{
	background-color:red;
}


#bottom
{
	background-image:url('../images/bottom.png');
	height:14px;
	width:812px;
}
