@charset "utf-8";
/* CSS Document */

body  {
	font-family: verdana, sans-serif;
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-color:#000;
	background-position: top center;
	font-weight: normal;
	font-size:12px;
	color:#fff;
	margin: 0;
	padding: 0;
	line-height:22px;
}

a, a:link, a:active, a:visited, a:hover {
	color:#fff;
}

h1 {
	font-size:12px;
	color:#808080;
	font-weight:bold;
	margin:17px 0 0 0;

}

h2 {
	color:#7b756f;
	font-size:12px;
	margin:0;
} 

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#993300;
	font-weight:normal;
	font-size:12px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	text-align:right;
	display:block;
	width:200px;
	float:right;
}
.noborder {
	border:0;
}

img.right {
	float:right;
	padding:0 10px 10px 10px;
}

#container { 
	width:900px;
	margin: 0 auto; 	
} 

#header {
	width:900px;
	height:123px;
	position: relative;
	text-align:center;
	margin-bottom:40px;
} 

#icons {
	width:200px;
	height:33px;
	position: absolute;
	bottom:10px;
	right:0;
	text-align:right;
}

#content {
	width: 639px;
	float:left;
	margin-left:40px;
}

img, #contentmain { behavior: url(iepngfix.htc); }

#nav {
	width:221px;
	float:left;
}

#policy {
	width:900px;
	text-align:center;
	color:#666666;
	margin:40px 0 10px 0;
	font-size:10px;
	clear:both;
	padding-top:10px;
	

}

#copyright {
	width:450px;
	height:33px;
	color:#808080;
	font-size:10px;
	float:left;
	margin-bottom:40px;
}

#eco {
	width:450px;
	float:right;
	text-align:right;
}
