@charset "utf-8";
/* Calvin Coleman New Website  */

body {
margin:0px;
padding:0px;
}



/* Details to the Site*/
#wrapper {
width:1025px;
margin:0 auto;
}

#clearDivs {
clear:both;
}

/* header image*/
#imageBody_home {
background-image:url(images/mainImg1.jpg);
background-repeat:no-repeat;
width:973px;
height:408px;
}


#imageBody_about {
background-image:url(images/mainImg2.jpg);
background-repeat:no-repeat;
width:973px;
height:408px;
}

#imageBody_gallery{
background-image:url(images/mainImg3.jpg);
background-repeat:no-repeat;
width:973px;
height:408px;
}

#imageBody_sale {
background-image:url(images/mainImg4.jpg);
background-repeat:no-repeat;
width:973px;
height:408px;
}

#imageBody_blog {
background-image:url(images/mainImg5.jpg);
background-repeat:no-repeat;
width:973px;
height:408px;
}

#imageBody_events {
background-image:url(images/mainImg10.jpg);
background-repeat:no-repeat;
width:1025px;
height:408px;
}

#imageBody_contact {
background-image:url(images/mainImg9.jpg);
background-repeat:no-repeat;
width:1025px;
height:408px;
}


#nav ul {
	padding-left:70px;
	margin: 0;
	}

#nav {
	width:623px;
	padding-left:350px;
	padding-top:10px
	}

#nav li{
list-style-type: none;
display:inline;
text-align:left;
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#cc3300;
}

li a:link {color:#cc3300;text-decoration: none}
li a:visited {color:#cc3300;text-decoration: none}
li a:active {color:#666666;text-decoration: none}
li a:hover {color:#666666;text-decoration: none}

#content{
	width:925px;
	padding-top:30px;
	padding-left:50px;
	padding-right: 0px;
}

#content p{
margin: 0px;
color: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#footer {
width:1050px;
padding-top:30px;
text-align:right;
height:20px;
font-size:12px;
color:#666666;
}
