@charset "utf-8";
body {
	margin: 0%;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 18px;
	background-color: #212C49;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/hi_background-2.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-family: "Trebuchet MS", sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFF66;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.container {
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.header {
	height: 100px;
	width: 900px;
	text-align: center;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.banner {
	clear: both;
	height: 300px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1D1D1D;
}
.navigation {
	clear: both;
	height: auto;
	width: 900px;
	margin-top: 5px;
}

.footer {
	clear: both;
	height: 30px;
	width: 900px;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.content_left_600 {
	clear: left;
	float: left;
	height: auto;
	width: 580px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content_left_300 {
	clear: left;
	float: left;
	height: auto;
	width: 290px;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 20px;
}

.content_right_300 {
	clear: right;
	float: right;
	height: auto;
	width: 274px;
	margin-bottom: 15px;
}
.content_right_600 {
	clear: right;
	float: right;
	height: auto;
	width: 580px;
	margin-top: 22px;
	padding-right: 10px;
	padding-left: 10px;
}

.content_900 {
	clear: left;
	float: left;
	height: auto;
	width: 880px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.topic_box {
	height: auto;
	width: 280px;
	font-size: 12px;
}
#topic_photo {
	float: left;
	text-align: left;
	margin: 10px;
}
.div_both {
	clear: both;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
}

.footer a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-weight: normal;
	color: #FFFF66;
	text-decoration: underline;
}
.footer a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

