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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#top {
	height: 150px;
	width: 770px;
	margin: auto;
}
#logo {
	height: 150px;
	width: 300px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top_right {
	height: 150px;
	width: 470px;
	float: right;
	background-image: url(images/bg_top_right.jpg);
}
#slogan {
	margin: auto;
	height: 40px;
	width: 320px;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	color: #CCC;
}
#nav {
	margin: auto;
	height: 30px;
	width: 770px;
	background-image: url(images/bg_nav.jpg);
	border: 1px solid #666666;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: block;
	list-style-type: none;
	margin: 0px;
	height: 25px;
	width: 110px;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_wrap {
	margin: auto;
	padding: 40px;
	width: 690px;
	background-color: #333333;
	border: 1px solid #666666;
}
#content_wrap h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content_wrap p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
.content_row_200 {
	height: 200px;
	width: 690px;
}
.content_2 {
	width: 325px;
	float: left;
	padding: 10px;
}
.content_3 {
}
