body{
	background: url(images/bg.gif) center repeat-y;
	background-color: White;
	color: Black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#top{
	text-align: center;
	background: url(images/h_bar_top.gif) top left repeat-x;
	padding: 0;
	margin: 0;
	height: 136px;
}

#head{
	background-image: url(images/head2.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	height: 136px;
}

#main{
	background-color: White;
	color: Black;
}

#content{
	background: url(images/content_bg.jpg) right bottom no-repeat #F0F8FF fixed;
	width: 730px;
	margin: 0 auto;
	color: Black;
	text-align: left;
	padding: 0px 20px 10px 20px;
	overflow: auto;
}

#foot{
	background: url(images/h_bar.gif) top left repeat-x;
	height: 23px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 11px;
	color: #36C;
	text-align: center;
}

#menu{
	position: relative;
	top: 100px;
	left: 120px;
	text-align: left;
	height: 25px;
	margin: 0;
	padding: 0;
}

#menu li{
	list-style: none;
	padding: 0;
	border: none;
	float: left;
	width: 100px;
}

#menu a{
	text-decoration: none;
	border: none;
	display: block;
	background-image: url(images/button.gif);
	height: 19px;
	padding-top: 6px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: #36C;
	text-align: center;
}

#menu a.selected{
	height: 18px;
	padding-top: 7px;
	background-position: bottom;
	color: #DD0000;
}

#menu a:hover{
	height: 18px;
	padding-top: 7px;
	background-position: bottom;
}

#menu-end{
	float: left;
	height: 25px;
	width: 2px;
	background-image: url(images/menu_end.gif);	
}

#wa-logo{
	border: none;
	margin: -6px 5px 0px 5px;
	float: right;
}
