@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-color: #aa1d20;
	background-repeat: no-repeat;
}

#mainwrapper {
	width: 945px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #484a4f;
	}

#logo{
	width: 250px;
	height: 120px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}


#contact{
	width: 338px;
	height: 110px;
	float: right;
	padding-top: 30px;
	padding-left: 32px;
	background-image: url(images/contact.png);
}

#navbar{
	width: 894px;
	height: 36px;
	background-image: url(images/nav.png);
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#content{
	width: 892px;
	height: 501px;
	background-image: url(images/content.png);
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 10px;
}

#contentinner{
	width: 850px;
	height: 450px;
	padding: 20px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 9px ;
	color: #FFFFFF;
	line-height: 1.5;
	}
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #484A4F;
	line-height: 1.5;
	}	

#contactinner1 {
	width: 130px;
	height: 90px;
	float: left;
	}
#contactinner2 {
	width: 180px;
	height: 90px;
	float: left;
	}	
	
