@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background-image:url(/images/BG.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #0c0c0c;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #712505;
}

a:hover, a:active {
	color: #ff6803;
}

hr {
	height:1px;
	border: none;
	color:#712505;
	background-color:#712505;
	margin-bottom: 15px;
	margin-top: 15px;
}

h2 {
	color: #712505;
	font-size: 36px;
	line-height: 40px;
	font-weight:normal;
}

p {
	padding-bottom: 15px;
}

.smallText {
	font-size: 11px;
	line-height: 15px;
}

.homeIntro {
	font-size: 23px;
	line-height: 34px;
	color: #712505;
}

#headerBG {
	width: 100%;
	height: 294px;
	background-image:url(/images/headerBG.gif);
	background-repeat:repeat-x;
}

#headCenter {
	margin: 0 auto;
	width: 900px;
}

#header {
	width: 1300px;
	height: 294px;
	margin: 0 -200px;
	background-image:url(/images/headerBG.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#navHome {
	width: 105px;
	height: 43px;
	position:absolute;
	top: 166px;
	right: 563px;
}

#navHome a, #navHome a:link, #navHome a:visited {
	width: 105px;
	height: 43px;
	display:block;
	background-image:url(/images/navHome.jpg);
}

#navHome a:hover, #navHome a:active {
	background-position: 0 -43px;
} 

#navAbout {
	width: 101px;
	height: 47px;
	position:absolute;
	top: 164px;
	right: 462px;
}

#navAbout a, #navAbout a:link, #navAbout a:visited {
	width: 101px;
	height: 47px;
	display:block;
	background-image:url(/images/navAbout.jpg);
}

#navAbout a:hover, #navAbout a:active {
	background-position: 0 -47px;
} 

#navPhotos {
	width: 122px;
	height: 47px;
	position:absolute;
	top: 163px;
	right: 336px;
}

#navPhotos a, #navPhotos a:link, #navPhotos a:visited {
	width: 122px;
	height: 47px;
	display:block;
	background-image:url(/images/navPhotos.jpg);
}

#navPhotos a:hover, #navPhotos a:active {
	background-position: 0 -47px;
}

#navContact {
	width: 123px;
	height: 45px;
	position:absolute;
	top: 164px;
	right: 210px;
}

#navContact a, #navContact a:link, #navContact a:visited {
	width: 123px;
	height: 45px;
	display:block;
	background-image:url(/images/navContact.jpg);
}

#navContact a:hover, #navContact a:active {
	background-position: 0 -45px;
}


#middle {
	width: 900px;
	margin: 0 auto;
}



#leftCol {
	width: 600px;
	float: left;
}

#rightCol {
	width: 250px;
	float: right;
}

.clearfloat {
	clear: both;
}

#footerBG {
	height: 330px;
	background-image:url(/images/footerRepeat.jpg);
	background-repeat:repeat-x;
	background-color: #712505;
}

#footer {
	width: 900px;
	height: 330px;
	background-image:url(/images/footerBG.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	position:relative;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

#footer a, #footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	color: #ff6803;
}

#footerPages {
	width: 207px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 195px;
}

#footerContact {
	width: 182px;
	height: 105px;
	position: absolute;
	left: 228px;
	top: 195px;
}

#footerContact p {
	padding-bottom: 8px;
}

#footerLegal {
	width: 331px;
	height: 94px;
	left: 436px;
	top: 195px;
}

#SocialIcons {
	width: 250px;
	background-image:url(/images/socialIconsBG.gif);
	background-repeat:repeat-y;
	margin-bottom: 20px;
}

#SocialIconsTop {
	background-image:url(/images/socialIconsTop.gif);
	width: 250px;
	height: 39px;
}

#SocialIconsBottom {
	background-image:url(/images/socialIconsBottom.gif);
	width: 250px;
	height: 18px;
}

#sponcors {
	width: 250px;
}

	