body{
font-family: 'webfont';
background: url(../images/bg.jpg) black no-repeat;
color: #FFF;
}
.noGo{
margin: 0 !important;	
}
.spacer{
margin-top: 20px !important;	
}
.clearMe{
clear: both;	
}
.container{
width: 1000px;
margin: 0 auto;	
}
@font-face {
    font-family: 'webfont';
    src: url('../proximanovacond-regular-webfont.eot');
    src: url('../proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../proximanovacond-regular-webfont.woff') format('woff'),
         url('../proximanovacond-regular-webfont.ttf') format('truetype'),
         url('../proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h2{
font-size: 20px;
margin-bottom: 15px;
}
#body{
background: url(../images/content.png);
width: 1025px;
margin: 0 auto;	
padding: 40px 10px;
}

	#logo{
	text-indent: -9999px;
	float: right;
	width: 264px;
	height: 124px;
	background: url(../images/logo.jpg);
	margin: 30px 0 70px 0;	
	}
	.col4{
	float: left;
	width: 190px;
	padding-right: 10px;
	position: relative;
	}
	.col4 p{
	margin-bottom: 30px;
	}
	h3 a:hover span{
	color: #d75233;
	}
	#nav{
	float: right;
	width: 160px;
	}
		#nav li{
		text-align: right;
		font-size: 26px;
		margin-bottom: 40px;
		list-style: none;
		font-weight: bold;
		}
		#nav a{
		color: white;
		text-decoration: none;	
		}
		#nav li a:hover{
		padding-bottom: 5px;
		border-bottom: solid #d75233 2px;
		}
	#footer p{
	margin-top: 30px;
	text-align: right;
	width: 240px;
	float: right;
	font-size: 12px;	
	}
	#footer span{
	color: #d75233;	
	}
	