@charset "utf-8";
/* By Dana Nystrom for The Beda Company (c) 2010 */

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: url(../Images/bg.jpg) repeat;
}

#wrapper{
	background-color:#f7f7df;
	display: block;
	color:#006600;
	width: 955px;
	min-height: 500px;
	overflow: auto;
	text-align: left;	
}

#leftcol{
	float: left;

}

#center{
	float: left;
	width: 650px;
}

#center img{
	padding: 15px;
}

#rightcol{
	float: right;
}

.navitem{
	background: url(../Images/button.gif) no-repeat;
	width: 128px;
	height: 63px;
	color: #F7F7DF;
	margin: 10px;
	text-align: center;
}

.navitem a{
	text-decoration: none;
	text-align: center;
	color: #F7F7DF;
	font-size: 12px;
	vertical-align: middle;
}
