@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	height: 0;
}
a {
	text-decoration: none;
}
img {
	border:none;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 0 0 20px 0;
	font-weight: bold;
}
h3 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}
/*General end here*/
/*header start here*/
#header {
	float: left;
	height: 125px;
	width: 330px;
}
#header h1 {
	text-decoration: none;
	margin:0;
	padding:0;
}
#header h1 a {
	text-decoration: none;
	margin:0;
	padding:0;
}
/*header end here*/
/*navi*/
#nav {
	height: 125px;
	width: 570px;
	float: left;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 100px;
	text-align: center;
	margin-top: 50px;
}
#nav a {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	text-decoration: underline;
}
/*navi end*/
/*Content start here*/

#home_content {
	height: 355px;
	width: 900px;
	float: left;
}
#content {
	height: 355px;
	width: 900px;
	float: left;
	background-image:;
	background-image: url(images/black.png);
}
#container {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/background(low).jpg);
	color:#FFF;
	background-image: url(images/background_low.jpg);
}
#home_container {
	background-image: url(images/background.jpg);
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	width: 480px;
	padding: 20px;
}
#right {
	float: left;
	width: 350px;
	padding: 20px 20px 20px 0;
}
#numbers {
	height: 143px;
	width: 300px;
	float: left;
}
#numbers ul {
	list-style-type: none;
}
#numbers li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	text-align: left;
	margin-top: 30px;
	width: 60px;
	padding-top: 0px;
	margin-bottom: -20px;
}
#numbers a {
	text-decoration: none;
	color: #ffffff;
}
#numbers a:hover {
	text-decoration: line-through;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#thumbnail {
	height: auto;
	width: 240px;
	float: left;
}
#thumbnail ul {
	list-style-type: none;
}
#thumbnail li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	width: 60px;
	text-align: left;
	margin-top: 5px;
}
#thumbnail a {
	text-decoration: none;
	color: #ffffff;
}
#thumbnail a:hover {
	text-decoration: line-through;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/*Content start here*/
/*footer start here*/
#footer {
	height: 120px;
	width: 900px;
	float: left;
}
a:link {
	background-image: url(images/header_01.png);

