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

body {
	background-color:#2b2624;
	margin:0;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #722500;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	color:#722500;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#722500;
}

a, img {
	border:none;
}

h2 a {
	text-decoration:none;
	color:#722500;
	padding-right:25px;
}

a:hover {
	text-decoration:underline;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-top:5px;
	font-weight:normal;
	color:#999965;
	text-align:center;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:5px;
	font-weight:normal;
	text-align:justify;
	color: #2b2624;
}

p a {
	color: #722500;
}

#splashWrap {
	height:500px;
	width:500px;
	margin:0 auto;
	margin-top:100px;
}

#headerWrapper {
	height:175px;
	margin:0 auto;
	background-image:url(../images/headerGradient.jpg);
	background-repeat:repeat-x;
}

#header {
	height:175px;
	margin:0 auto;
	background:url(../images/header.jpg) center;
	background-repeat:no-repeat;
}

#nav {
	width:800px;
	margin:0 auto;
	height:30px;
	padding-top:146px;
	padding-left:50px;
	
}

#contentBlock {
	width:850px;
	margin:0 auto;
	min-height:490px;
	background-image:url(../images/bodyGradient.gif);
	background-repeat:repeat-y;
}

#contentCopy {
	width:740px;
	min-height:460px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:30px;
}

#imgBlockRight {
    float:right; 
    margin-left:10px; 
	margin-top:10px;
	margin-bottom:10px;
	width:225px;
}

.imgBorder {
	height:2px;
	width:225px;
	background-color:#712501;
	margin-top:2px;
	margin-bottom:2px;
}

img.floatLeft { 
    float:left; 
    margin-right:10px; 
	margin-top:10px;
	margin-bottom:10px;
}

#bottomImage {
	width:850px;
	padding-bottom:20px;
	height:auto;
	text-align:center;	
}

#footer {
	width:850px;
	margin:0 auto;
	height:40px;
	background-image:url(../images/Footer.gif);
	background-repeat:no-repeat;
}

#copyright {
	width:850px;
	margin:0 auto;
}
