body {
	background:#000000;
	margin:0;
	}
.site {
	width:1000px;
	background:url(images/right_img.jpg) no-repeat right top;
	}
.logo {
	width:368px;
	float:left;
	}
.nav {
	width:632px;
	float:right;
	}
.content {
	width:532px;
	font-size:14px;
	color:#d4d4d4;
	font-family:Arial;
	line-height:23px;
	float:right;
	text-align:justify;
	padding:20px 100px 10px 0;
	}
.footer {
	background:url(images/footer_bg.jpg);
	height:40px;
	width:1000px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	}
.footer a {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
.footer a:hover {
	text-decoration:none;
}
h2 {
	background:url(images/dot_line.jpg) no-repeat left bottom;
	font-size:17px;
	font-weight:bold;
	padding-bottom:5px;
	}
a {
	text-decoration:underline;
	color:#FFFFFF;
	}
a:hover {
	text-decoration:none;
	}
.image {
	border:5px #1a1a1a solid;
	}
	
	