
body {
	background-image:url('/_gfx/design/site/bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	margin:0px;
	padding:0px;
}



body {
	background-color:#FFFFFF;
	font-family:Tahoma,Verdana,Arial,Sans-Serif;
	font-size:13px;
	color:#000000;
}

#page {
	width:934px;
	margin:0px auto;
}

#top {
	height:161px;
	background-image:url('/_gfx/design/site/top.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#menu {
	height:62px;
}

td.topmenu, td.topmenuhover, td.topmenuactive {
	width:185px;
	height:43px;
	background-image:url('/_gfx/design/site/menubg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	font-family:Arial,Verdana,Tahoma,Sans-serif;
	font-size:16px;
	color:#ffffff;
	vertical-align:top;
	padding-top:15px;
	cursor:pointer;
	font-weight:bold;
}

td.topmenuhover {
	background-image:url('/_gfx/design/site/menubghover.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

td.topmenuactive {
	background-image:url('/_gfx/design/site/menubgactive.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

td.topmenu a, td.topmenuhover a, td.topmenuactive a {
	color:#ffffff;
	text-decoration:none;
}

#submenu {
	font-weight:bold;
	color:#A3AAAF;
	padding-left:20px;
	text-align:left;
	font-size:11px;
}

#submenu a {
	color:#A3AAAF;
	text-decoration:none;
	font-size:11px;
}

#submenu a:hover {
	color:#ffffff;
}

#submenu a.active {
	color:#ffffff;
}

#content {
	margin-top:50px;
	min-height:400px;
	text-align:left;
	line-height:160%;
}

#bottom {
	height:50px;
	background-image:url('/_gfx/design/site/bottombg.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	padding-top:7px;
	padding-right:10px;
	text-align:right;
	margin-top:20px;
}