/*NewBrewer.com CSS
Created by M9Media - www.m9media.com.au
[Copyright - M9Media 2008]*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE;
	background-color: #000000;
	background-image: url(contBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	height: 100%;
}
p {
	padding-bottom: 15px;
}
a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #DDDDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #999999;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #BBBBBB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
/*==========Template Divs===========*/

#container {
	margin: 0 auto;
	width: 1050px;
}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 1050px;
	height: 180px;
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
}
#contentWrap {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#content {
	float: left;
	margin: 40px 0px 20px 0px;
	padding: 0px 40px 0px 30px;
	width: 515px;
	display: inline;
	position: relative;
	text-align: justify;
}
#rightcolumn {
	display: inline;
	margin: 40px 0px 40px 0px;
	padding: 0px 10px 0px 30px;
	width: 425px;
	float: left;
	text-align: justify;
}
#footer {
	width: 1000px;
	clear: both;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 9px;
	text-align: right;
	border-top: #FFF 10px solid;
}
#footspons {
	float: left;
	padding: 0px 20px 0px 0px;
	margin-right: 15px;
	text-align: left;
	font-size: 12px;
	color: #DDD;
	border-right: #FFF 1px solid;
}
#footspons a {
	color: #FFF;
	text-decoration: none;
}
#footspons a:hover {
	color: #BBB;
	text-decoration: underline;
}
/*=========Top Navigation=========*/

#nav {
	padding-left: 20px;
	height: 30px;
	background-color: #FFFFFF;
}
#nav a {
	height: 30px;
	display: block;
	float: left;
}
#nav_button1 {
	background-image: url(home_button.gif);
	background-repeat: no-repeat;
	width: 78px;
}
#nav_button1:hover {
	background-position: 0 -30px;
}
#nav_button2 {
	background-image: url(news_button.gif);
	background-repeat: no-repeat;
	width: 94px;
}
#nav_button2:hover {
	background-position: 0 -30px;
}
#nav_button3 {
	background-image: url(nbtv_button.gif);
	background-repeat: no-repeat;
	width: 161px;
}
#nav_button3:hover {
	background-position: 0 -30px;
}
#nav_button4 {
	background-image: url(about_button.gif);
	background-repeat: no-repeat;
	width: 97px;
}
#nav_button4:hover {
	background-position: 0 -30px;
}
#nav_button6 {
	background-image: url(forum_button.gif);
	background-repeat: no-repeat;
	width: 90px;
}
#nav_button6:hover {
	background-position: 0 -30px;
}
#nav_button7 {
	background-image: url(contact_button.gif);
	background-repeat: no-repeat;
	width: 93px;
}
#nav_button7:hover {
	background-position: 0 -30px;
}
#nav_button8 {
	background-image: url(spons_button.gif);
	background-repeat: no-repeat;
	width: 140px;
}
#nav_button8:hover {
	background-position: 0 -30px;
}
#nav_button9 {
	background-image: url(staff_button.gif);
	background-repeat: no-repeat;
	width: 87px;
}
#nav_button9:hover {
	background-position: 0 -30px;
}
#navigation {
	padding-left: 30px;
	height: 15px;
}
/*=========Other Classes===========*/

.m9media {
	font-size: 9px;
	color: #FFF;
}
.m9media a:link {
	font-weight: bold;
	color: #FFF;
}
.m9media a:visited {
	font-weight: bold;
	color: #FFF;
}
.m9media a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.clear {
	clear: both;
}
.verified {
	text-align: right;
}
.separator {
	height: 1px;
	width: 100%;
	border-bottom: #CCCCCC 1px solid;
}
.edit {
	padding-top: 5px;
	font-size: 9px;
}
.readmore {
	padding-top: 5px;
	font-size: 9px;
	text-align: right;
}
.right {
	float: right;
	padding: 2px 0px 8px 15px;
}
.left {
	float: left;
	padding: 2px 15px 8px 0px;
}