/* UNIVERSAL */
body {
	margin: 0;
	background: url(../images/bg.jpg) top center repeat-x #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px
	}
img {
	border: 0;
	}
a {
	text-decoration: none;
	color: #919191
	}
a:hover {
	text-decoration: underline;
	color: #919191
	}
h1 {
	margin: 0;
	padding: 0;
	color: #98deff;
	font-weight: normal;
	}
h2 {
	margin: 0;
	padding: 0;
	color: #98deff;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	line-height: 30px;
	}
h3 {
	margin: 0;
	padding: 0;
	color: #98deff;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	}
p {
	margin: 12px 0;
	}
.clearfix {
	clear: both
	}
.floatleft {
	float: left
	}
.small {
	font-size: 11px;
	}
.red {
	color: #ff3941
	}
.blue {
	color: #98deff
	}
.green {
	color: #d6ee9a;
	}
.green a, .green a:hover {
	color: #d6ee9a;
	}
.picBdr {
	border: 1px solid #98deff;
	}


/* LAYOUT */
#wrapper {
	width: 780px; 
	}
#header {
	float: left; 
	width: 780px
	}
#logo {
	margin: 7px 0 10px 0
	}
#nav {
	height: 28px; 
	width: 780px; 
	background-color: #000000
	}
.navDivider {
	padding: 0 40px
	}
#main {
	float: left; 
	width: 780px; 
	margin: 20px 0;
	}

#aboutUs {
	text-decoration: none;
	color: #919191
	}

.leftside {
	float: left; 
	width: 243px
	}
.content {
	float: left; 
	width: 537px; 
	margin-top: 32px;
	text-align: left
	}
.contentDivider {
	margin: 5px 0
	}
#footer {
	float: left; 
	width: 780px;
	background-color: #000000; 
	margin: 10px 0 15px 0;
	}
#footerInt {
	height: 45px; 
	margin-top: 4px; 
	width: 780px; 
	color: #404040; 
	font-size: 10px
	}


/* BRANDS */
.brandsBg {
	width: 537px; 
	background: url(../images/brands-bg-rpt.jpg) top center repeat-y;
	}
.brandsIntBg {
	width: 537px; 
	background: url(../images/brands-bg.jpg) top center no-repeat;
	}
.brandsTxt {
	color: #a86dab; 
	text-transform: uppercase; 
	font-size: 13px
	}


/* EVENTS */
.eventBg {
	background: url(../images/event-bg.jpg) top no-repeat #0c1115;
	width: 537px;
	margin-bottom: 2px
	}
.event {
	width: 470px;
	padding: 10px 23px;
	}
.eventDesc {
	zpadding-left: 10px
	}
