@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1E1E1E;
}
.oneColFixCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3B393C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}
#sub_column {
	float: left;
}

#column1 {
}
#subcolumn_2 {
	float: left;
}


#header {
	height: 250px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#header_border {
	float: left;
}

#logo_box {
	float: left;
	margin-left: 20px;
}
#menu {
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 2.2em;
	width: 900px;
	float: left;
}
#animation_box {
	float: left;
	background-color: #0F0F0F;
	height: 250px;
}
#header_side {
	float: left;
}
#facebook_box {
	float: right;
	margin-top: 10px;
}
#foot {
	background-color: #0F0F0F;
	height: 70px;
	margin-top: 15px;
}
#video_box {
	height: 234px;
	width: 505px;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
}
#video_frame {
	background-color: #1E1E1E;
	height: 235px;
	width: 505px;
	padding: 10px;
	margin-top: 0px;
}

.h1 {
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
}
.h2 {
	margin-top: 10px;
	font-size: 1.8em;
	color: #FBCA06;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 10px;
}
#btm_menu {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}

.column1 {
	width: 320px;
	float: right;
}
.btm_menu_style {
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 7px;
}
.style12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FBCA06;
}

.column2 {
	width: 545px;
	float: none;
}
.title2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBCA06;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 525px;
}
.title2_b {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBCA06;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 300px;
	float: right;
}
#copyright {
	float: right;
	margin-top: 10px;
}

.slideshow {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}
.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBCA06;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 525px;
}
a:link {
	color: #FC0;
}
a:visited {
	color: #FC0;
}
link {
	color: #F30;
}

a:hover {
	color: #FFF;
}
#icons {
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}
#hotmonster {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #999;
	padding-right: 10px;
	margin: 0px;
}
