@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.left_col {
	float: left;
	height: 600px;
	width: 270px;
	background-image: url(site_img/left_col.jpg);
	background-repeat: no-repeat;
}
.right_col {
	float: left;
	height: 600px;
	width: 686px;
	background-image: url(site_img/right_col.jpg);
	background-repeat: no-repeat;
}
.moose_container {
	width: 958px;
	border: 0px none #333333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.moose_bottom {
	float: left;
	height: 3px;
	width: 958px;
}
.left_nav {
	height: 300px;
	width: 200px;
	margin-top: 150px;
	border: 1px none #666666;
	position: absolute;
	margin-left: 40px;
	float: left;
}
.right_content {
	width: 655px;
	margin-top: 15px;
	margin-left: 2px;
	border: 1px solid #333333;
	position: absolute;
}
#side  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#side a:hover {
	color: #FF9900;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	letter-spacing: 0.3px;
	padding-left: 25px;
	padding-right: 20px;
}
.left_header {
	float: left;
	height: 151px;
	width: 270px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#right_pic img {
	margin: 8px;
}
.moose_container .right_col .right_content #right_pic {
	padding-left: 10px;
	padding-right: 20px;
}
.heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D2D289;
	padding-right: 20px;
	padding-left: 25px;
	font-weight: bold;
}
	.right_image {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
