* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff; 
}
body {
	background-color: #000;
}
img {
	border: 0;
}
#header {
	display: block;
	background-image: url('../images/header_project.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 256px;     
	overflow: hidden;
	min-width: 800px;
	width: 100%;
}
#home {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -500px;
	width: 280px;
	height: 100px;
}
.center {
	display: block;
	clear: both;
	margin: 0 auto;
}
h1 {
	padding: 8px 0 8px 35px;
	background-image: url('../images/button.jpg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 21px;
	font-weight: normal;
	width: 800px;
	display: block;
	margin: 0 auto 0 auto;
}
#title {
	z-index: 1;
	width: 800px;
	margin: -50px auto 0 auto;
}
#title h1 {
	width: auto;
	display: inline;
	float: left;
}
#viewmore {
	margin-top: 8px;
	float: right;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
}
#viewmore a {
	color: #000;
}
#viewmore a:hover {
	color: #444;
}
.line {
	clear: both;
	background-image: url('../images/line.gif');
	background-repeat: no-repeat;
	height: 11px;
	width: 800px;
	margin: 20px auto 20px auto;
}
.content {
	clear: both;
	width: 800px;
	margin: 0 auto;
	overflow: auto;
}
.content .float {
	margin: 10px;
	float: left;
	display: inline;
}
.content .float ul {
	margin-top: 60px;
	margin-left: 10px;
}
.content .float li {
	list-style-type: none;
	padding-left: 10px;
	font-size: 13px;
	background-image :url('../images/list.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
.content .float li a {
	text-decoration: none;
}
.content .float li a:hover {
	text-decoration: underline;
}
p {
	padding: 8px;
}
#ads {
	width: 100%;
	text-align: center;
}
#smallad {
	float: left;
	margin-top: 14px;
	margin-left: 80px;
}
#copyright {
	position: relative;
	margin: 200px auto 0 auto;
	width: 320px;
	height: 34px;
	background-color: #fff;
}
#copyright p {
	color: #000;
	font-size: 10px;
	padding: 12px;
	text-align: center;
}
#copyright a {
	color: #000;
}
.invis {
	display: none;
}
#footer {
	display: block;
	height: 380px;
	margin-top: -120px;
	background-image: url('../images/footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
#footer p {
	display: block;
	position: relative;
	top: 310px;
	text-align: right;
	rgin-right: 5px;
}
