/*! @section Global_Styles */

html {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

body {
	margin: 0;
	background-color: #000000;
}

a img {
	border: none;
}

#Wrapper {}

/*! @section Header */

#Header {
	background-image: url(../img/headerBG.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 191px;
}

#HeaderWrapper {
	width: 960px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.search {
	float: right;
	font-weight: bold;
	margin-top: 20px;
}

.search input[type=text] {
	background-color: #390300;
	color: #ffffff;
	width: 185px;
	height: 25px;
	margin-top: 10px;
	margin-right: 13px;
	border: 1px solid #000000;
}

.search input[type=image] {
	float: right;
	margin-top: 10px;
}

#Menu {
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin-top: -115px;
	margin-right: -50px;
}

#Menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Menu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#Menu a {
	text-decoration: none;
	color: #ffffff;
}

/*! @section Content */

#Content {
	background-image: url(../img/middleBG.jpg);
	background-repeat: repeat-x;
	min-height: 640px;
}

#InnerContent {
	background-image: url(../img/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#SecondInnerContent {
	width: 960px;
	margin: 0 auto;
}

#LeftCol {
	float: left;
	width: 540px;
	margin-top: 230px;
}

.home_text {
	font-weight: bold;
	margin-bottom: 26px;
}

.home_title {
	font-weight: bold;
	font-size: 19px;
}

.home_buttons {
	
}

.register {
	float: right;
	background-image: url(../img/forumsBG.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 119px;
	margin-top: 17px;
	padding-top: 18px;
}

.forum_text {
	width: 233px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.forum_text img {
	margin-top: 7px;
	margin-bottom: 12px;
}

.forum_text a {
	text-decoration: underline;
	color: #ffffff;
}

.forum_big {
	font-size: 17px;
}

.forum_small {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

.library {
	float: left;
	margin-top: 17px;
}

#RightCol {
	float: right;
	margin-top: -76px;
	margin-right: 17px;
}

#SignUp {
	float: right;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 15px;
}

#SignUp input[type=text] {
	background-color: #390300;
	color: #ffffff;
	width: 185px;
	height: 25px;
	margin-top: 10px;
	margin-right: 13px;
	border: 1px solid #000000;
}

#SignUp .submit {
	float: right;
	margin-top: 10px;
}

/*! @section Footer */

#Footer {
	background-image: url(../img/footerBG.jpg);
	background-repeat: repeat-x;
	height: 487px;
}

#FooterWrapper {
	width: 960px;
	margin: 0 auto;
}

#BlogRoll {
	float: left;
	width: 514px;
	margin-top: 22px;
}

.blog_box {
	margin-bottom: 18px;
}

.blog_image {
	float: left;
	margin-right: 15px;
}

.blog_text {}

.blog_text a:link, .blog_text a:visited {
	text-decoration: none;
	color: #ffffff;
}

.blog_text a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.blog_title {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#Connect {
	float: right;
	width: 320px;
	margin-top: 22px;
}

#Connect img {
	float: left;
}

.share {
	float: none !important;
	width: 82px;
	margin: 0 auto;
}

.facebook {
	margin-top: 5px;
}

.questions {
	margin-top: 27px;
}

.questions img {
	float: left;
	margin-right: 15px;
}

.questions a {
	text-decoration: underline;
	color: #ffffff;
}

#BottomButtons {
	margin-top: 14px;
}

#BottomButtons img {
	float: left;
}

.copyright {
	color: #ffffff;
	text-align: center;
	margin-top: 68px;
}

.copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}

.copyright a:hover {
	text-decoration: underline;
	color: #ffffff;
}