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

body {
	background-image: url(../site_images/homePageBackground.jpg);
	}

#mainNav{
	top: 9px;
}

#mainWrapper{
	height: 468px;
	}
	
#strip{
	height: 167px;
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../site_images/homepageStrip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header{
	position: relative;
	top: 35px;
	left: 80px;
	width: 383px;
	height: 56px;
}

#contentHome{
	position: relative;
	top: 50px;
	left: 80px;
	width: 383px;
	height: 56px;
}

.contentHome{
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
}

.contentHome a{
	color:#B01415;
	text-decoration: none;
	font-weight: bold;
}
	
.contentHome a:hover{
	color:#B01415;
	text-decoration: underline;
}

#hdLogo{
	height: 130px;
	width: 423px;
	position: relative;
	top: 182px;
	left: 350px;
}

