@charset "utf-8";
body {
	background-color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#wrapper {
	height: 1250px;
	width: 900px;
	background-color: #FFFFFF;
}
#haeder {
	height: 200px;
}
#navigation {
	width: 900px;
	height: 28px;
	background-image: url(img/nav-333333-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;	
}
#navigation ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
a:link {
	color: #FF0033;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#container {
	width: 900px;
	height: 700px;
}
#main {
	width: 900px;
	height: 850px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;	
}
#main h3 {
	font-size: 12px;
	color: #FF0000;
	padding: 0px;
	margin-top: 0px;
}

#main2 {
	height: 200px;
	width: 500px;
	margin-left: 20px;
	margin-top: 10px;
}

#footer {
	height: 150px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;	
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer img {
	display: block;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}
#footer h3 {
	font-size: 16px;
	color: #FF0033;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
}
#footer .copyright {
	width: 700px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	clear: both;	
	margin-left: 100px;	
	padding-top: 10px;
	margin-right: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}

