BODY {
	margin-bottom: 0;
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin-top: 0;
	font-size: 11px;
	font-family: Verdana;
	color: black;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/front_background.gif);
	background-position: center;
	background-repeat: repeat-y;

}
#center {
	height: 100%;
   width: 800px;
	margin-top: 100px;
	margin:  100px auto;

}
#left_side {
   float: left;
	width: 385px;
	height: 443px;
	text-align: right;
	vertical-align: middle;

}
#right_side {
	float: left;
	width: 400px;
	height: 443px;
	text-align: left;
	vertical-align: middle;
}
.logo {
	padding-bottom: 15px;
	padding-right: 50px;
}
#menu {
	width: 379px;
	height: 20px;
	text-align: center;
	
}
A.menulink {
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: bold;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
A.menulink:hover{
	FONT: 12px;
	COLOR: #666666;
	Font-weight: bold;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.hidden {
	visibility: hidden;
}