html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

img a {
	border: none;
}

a {
	text-decoration: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Verdana, Geneva, sans-serif;
	background-color: #000;
	padding-top: 60px;
	color: #CCC;
}

#mainWrapper {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 80px;
}
#logo{
	border-bottom: 1px solid white;
	margin: 0 auto;
	width: 100%;
	min-width: 750px;
	text-align: center;
}
#nav {
	margin: 0 auto;
	min-width: 750px;
	width: 80%;
}
#nav li {
	display: inline;
}

#nav li a {
	display: block;
	width: 182px;
	height: 127px;
	text-indent: -9999px;
	background: url(images/nav_06.png);
	float: left;
	margin-top: 20px;
	margin-bottom: 26px;
	padding-top: 1px;
	vertical-align: top;
	color: #909090;
	font-size: 13px;
	font-weight: bold;
}
#nav li a:hover{
	text-indent: 35px;
}
#nav li a#faceBook {
	background-position: 0px 0px;
}#nav li a#faceBook:hover {
	background-position: 0px bottom;
}

#nav a#youTube {
	background-position: -166px 0px;
}#nav li a#youTube:hover {
	background-position: -166px bottom;
	text-indent: 41px;
}

#nav a#profile {
	background-position: -349px 0;
}#nav li a#profile:hover {
	background-position: -349px bottom;
	text-indent: 15px;
}

#nav a#pictures {
	background-position: -514px 0;
}#nav li a#pictures:hover {
	background-position: -514px bottom;
}
#news{
	min-width: 750px;
	clear: both;
	color: #fffeff;
	background-color: #212121;
}
#news h1{
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 17px 9px 9px;
	color: #fff;
	background-color: #131313;
}#news h3{
	float: left;
	color: #828282;
	padding: 12px 9px 0;
	font-size: 13px;
}#news h3 li{
	list-style-type: none;
}#news h3.preLoader{
	float: left;
	color: #828282;
	padding: 12px 9px 0;
	font-size: 13px;
}#news a{
	color: #828282;
}

#contact{
	min-width: 750px;
	clear: both;
	border-bottom: 3px groove #828282;
	border-top: 3px groove #828282;
}#contact h1{
	float: left;
	font-size: 47px;
	font-weight: bold;
	padding: 18px;
	color: #fff;
}#contact p{
	float: right;
	color: #fff;
	padding: 22px;
}#contact p a:link{
	color: #fff;
	text-decoration: underline;
}
.clear{
	clear: both;
}
