* {
	padding:0;
	margin:0;
}
html, body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(../../images/layout/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#eaeaea;
}

h1,h2,h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
}
	h1 {
		background-image:url(../../images/layout/bg_h1.png);
		background-position:bottom left;
		background-repeat:no-repeat;
		padding-left:10px;
		height:20px;
		margin-bottom:10px;
	}
	h2 {
		background-image:url(../../images/layout/bg_h1.png);
		background-position:-10px 0px;
		background-repeat:no-repeat;
		padding-left:0px;
		height:18px;
		font-size:13px;
		margin-bottom:10px;
	}

a { color:#5F84F7; text-decoration:underline; }
	a:hover { color:#FF811A; text-decoration:none; }

ul {
	margin-left:15px;
}

#wrapper {
	position:absolute;
	float:left;
	display:block;
	width: 980px;
	margin-left: -490px;
	margin-top:12px;
	left:50%;
}
	#keywords { display:none; }

#logo {
	float:left;
	display:block;
	width: 100%;
	height:105px;
	background-image:url(../../images/layout/top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
	#logo a {
		display:block;
		height:80px;
		width:280px;
		margin-left:14px;
		margin-top:17px;
		background-image:url(../../images/layout/logo.jpg);
		background-repeat:no-repeat;
		background-position:center;
	}
		#logo a span { display:none;}

#menu {
	float:left;
	display:block;
	width: 100%;
	height:22px;
	border-top:2px solid #000000;
	background-image:url(../../images/layout/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
	#menu .menu { 
		float:left;
		display:block;
		margin:5px -5px 5px 5px;
		padding:0px 15px 0px 15px;
		border-left:2px solid #9eb5fb;
	}
	
	#menu a, #menu a:hover {
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
	}
		#menu a:hover,#menu a.active {	text-decoration:underline; }
		
#main {
	float:left;
	display:block;
	width: 100%;
	margin:10px 0px 10px 0px;
	background-image:url(../../images/layout/watermark.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	line-height:150%;
}
	#main .left {
		float:left;
		display:block;
		width:196px;
		background-image:url(../../images/layout/bg_left.jpg);
		padding:12px;
	}
	#main .center, #main .sitemap {
		float:left;
		display:block;
		width:516px;
		padding:12px;
	}
	#main .center.span_right{
		width:736px;
		float:right;
	}
	#main .right {
		float:right;
		display:block;
		width:196px;
		background-image:url(../../images/layout/bg_right.jpg);
		padding:12px;
	}
	
	#main .sitemap  ul {
		list-style-type:none;
		margin-left:15px;
	}
		#main .sitemap ul ul {
			list-style-type:disc;
		}

	
#footer {
	float:left;
	display:block;
	width: 100%;
	height:22px;
	background-image:url(../../images/layout/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	margin-bottom:10px;
}
	#footer a { color:#FFFFFF; text-decoration:none; }
		#footer a:hover { text-decoration:underline; }
	
	#footer .left {
		float:left;
		display:block;
		width:220px;
		text-align:center;
		margin-top:4px;
	}
	#footer .center {
		float:left;
		display:block;
		width:540px;
		text-align:center;
		margin-top:4px;
	}
	#footer .right {
		float:left;
		display:block;
		width:220px;
		text-align:center;
		margin-top:4px;
		color:#666666;
	}
		#footer .right a { color:#666666;}
	
