html, body {margin: 0; padding: 0;}
html, body {
	height: 100%;
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
}
#menucontainer {
	width: 100%;
	padding: 0px;
	height: 100%;
	margin: 0px;
	float: left;
	position: relative;
}
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 280px;
	position: relative;
	margin: 0px;
	padding-top: 250px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	text-indent: 35px;
	height: 22px;
	width: 277px;
	position: relative;
	display: block;
	background-image: url(images/button_bg.gif);
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	width: 650px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 20px;
	height: auto;

}

#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	text-indent: 35px;
	height: 22px;
	width: 277px;
	position: relative;
	display: block;
	background-image: url(images/button_bg_o.gif);
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}
#menu a.act {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	text-indent: 35px;
	height: 22px;
	width: 277px;
	position: relative;
	display: block;
	background-image: url(images/act_bg.jpg);
	text-transform: uppercase;
	background-repeat: no-repeat;
}

