@charset "utf-8";
/* CSS Document */
body, div, form, h1, h2, h3, h4, p, table, tr, td, ul {
	margin: 0;
	padding: 0;
	color:#FFF;
}

strong {
	font-weight: normal;
}

body {
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

h1 {
	font-size: 15px;
	background-color: #181C18;
	background-image:url(../images/site-img/btitle.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-left: 15px;
}

.background_color_1 {
	background-color: #181C18;
	background-image:url(../images/site-img/btitle.png);
	background-repeat: repeat-x;
}

h2 {
	font-size: 18px;
	text-align: center;
}

p {
	font-size: 12px;
	text-align: center;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color:#F00;
}

#header {
	width: 1000px;
	height: 135px;
	margin: 0 auto 0 auto;
}

#menu {
	text-align: center;
	width: 1000px;
	margin: 0 auto 10px auto;
}

#menu ul li {
	display: inline;
	font-size:16px;
	font-weight: bold;
	margin-left: 15px;
}

#footer ul li {
	display: inline;
	font-size:14px;
	font-weight: bold;
	margin-left: 15px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#main-body {
	width: 1000px;
	float:left;
}

#footer {
	background-color: #111111;
	text-align: center;
}

.clear {
	clear:both;
}

.main_content {
	border: 1px solid #212021;
	background-color: #111111;
	margin-bottom: 10px;
}

.img_float {
	float: left;
}

.img_big_margin {
	margin-left: 32px;
}

.img_margin {
	margin-left: 2px;
}

.img_bottom {
	margin-bottom: 3px;
}

.text_center {
	text-align: center;
}

.float {
	float: left;
}

.center {
	text-align: center;
}

#last_week {
	margin-top: 10px;
	text-align: center;
}

#click_here {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

div#click_here a {
	background-color: #F00;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
}

div#click_here a:hover {
	background-color: #FFF;
	padding: 5px;
}

p a {
	color: white;
	text-decoration: underline;
}

.link_2 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 30px;
}

.link_2 a {
	text-decoration: underline;
	font-weight: bold;
}

.font_size_smaller {
	font-size: 12px;
}

.gallery_thumb {
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	width: 200px;
	text-align: center;
	border: