@charset "UTF-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:left;
}

img{
	border:none;
}

div {
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background-color:#fff;
}

p{
	font-size:0.9em;
}

h1{
	font-size:1.3em;
	color:#9c3022;
}

h2{
	font-size:1.1em;
	color:#007770;
}

li{
	font-size:0.9em;
	margin-bottom:8px;
}



#wrapper{
	width:800px;
	height:auto;
	margin:0px auto;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
}

#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:auto;
	width:800px;
	margin:0px auto;
	padding-top:160px;
}

p.footer{
	margin:0px 15px 20px 15px;
	text-align:center;
	font-size:0.8em;
	color:#999;
}

/*Navigation */

p.navigation a, p.navigation a:link, p.navigation a:visited{
	color:#fff;
	text-decoration:none;
}

p.navigation a:hover, p.navigation a:focus, p.navigation a:active{
	color:#fff;
	text-decoration:underline;
}

.navigation{
	margin:125px 0px 0px 140px;
	font-size:16px;
	color:#fff;
}

#navigation{
	width:800px;
	height:176px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #666;
}

/*Random Stlyes */

.itsABox{
	padding:0px 20px 0px 20px;
	margin:0px;
}

.floatLeft{
	float:left;
}

.imgLeft{
	float:left;
	margin:0px 10px 10px 0px;
}

.floatRight{
	float:right;
}

.clearBoth{
	clear:both;
}

.copy{
	width:365px;
	padding:0px;
	margin:0px;
	float:right;
	text-align:left;
	font-size:1em;
	color:#666;
}

.sideBar{
	width:275px;
	float:right;
	margin:0px 0px 15px 15px;
	padding:0px 12px;
	border:1px solid #9c3022;
	border-top:20px solid #9c3022;
	background-color:#fff;
}