html, body {
	height: 100%;
	background-color:#F1F1F1;
	margin: 0px;
}

#maincontainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/images/v2/bg_maincontainer.gif);
}

#container {
	width: 758px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu_left {
	float: left;
}
#menu_right {
	margin: 4px 4px 3px 0;
	float: right;
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 10px 10px 10px;
}

a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#page {
	width: 760px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	clear: both;
}
#banner {
	width: 758px;
	height: 140px;
	background-image:url(/images/v2/pwhbnr.jpg);
}
#menu {
	width: 758px;
	height: 16px;
	background-image:url(/images/v2/bg_menu.gif);
	background-repeat: repeat-x;
}
#menuitems {
	float: left;
}
#menulang {
	float: right;
}
#menushadow {
	width: 758px;
	height: 10px;
	background-image:url(/images/v2/bg_menu_shadow.gif);
	background-repeat: repeat-x;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;	
}

#footer {
	width: 780px;
	height: 30px;
	background-image: url(/images/v2/bg_footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	clear: both;
}
footer a {
	font-weight: normal;
	text-decoration: underline;
}

footer a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
