@import url("reset.css");
@import url("screen-head.css");
@import url("screen-main.css");

body{
	text-align: center;
	background: #000000 url(" ../img/background_body2.jpg") top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

p{
	margin-bottom: 25px;
}

h2{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}

h3{
	font-size: 12px;
	margin-bottom: 30px;
	margin-bottom: 12px;
}

h3,h4,h5,h6{
	font-size: 12px;
	margin-bottom: 30px;
	margin-bottom:	5px;
}

#backgroundwrapper{
	width: 1265px;
	text-align: center;
	margin: 0 auto;
	background: #181818 url(" ../img/background_content.jpg") no-repeat;
	margin-bottom: 10px;
}

#wrapper{
	width: 1042px;
	text-align: left;
	margin: 0 auto;
}

#footer{
	width: 1042px;
	clear: both;
	color: #949494;
	font-size: 11px;
	margin-top: 3px;
	padding-bottom: 25px;
}

.bold{	font-weight: bold;}
.white{	color: #ffffff;}
.red{	color: #e50311;}
.grey{	color: #949494;}
.upper{	text-transform: uppercase;}
.clear{	clear: both}
.clearleft{	clear: left}
.clearright{	clear: right}
.inline ul{	display: inline;	list-style: none;	padding: 0;	margin: 0;} 
.inline li{	display: inline;	border-right : 2px;} 
.nobullet ul{	display: inline;	list-style: none;	padding: 0;	margin: 0;} 