@charset "utf-8";

/* Page set up */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#container {
	width: 993px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #E3E2E2;
	border-bottom: 1px solid #E3E2E2;
	border-left: 39px solid #3C4D0B;
}

/* Banner Top */

#banner {
	width: 933px; 
	background-image: url(../images/bannerTop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative; 
	height: 74px;
	text-align: left;
	margin-left: 30px;
}
div#banner div.title {
	position: absolute;
	bottom: 0px;
	left: 10px;
	bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 41px;
	font-style: italic;
}
.tools {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	position: absolute;
	bottom: 12px;
	right: 10px;
}

/* Banner Bottom */

#bannerBottom {
	width: 933px;
	margin-left: 30px;
	height: 43px;
	background-image: url(../images/bannerBottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #641E25;
	padding-top: 8px;
	padding-left: 10px;
}

/* Main Content Section */

#content {
	padding: 0px;
	margin-left: 30px;
	margin-top: 41px;
	margin-bottom: 45px;
}
#sidebar1 {
	float: left;
	width: 195px;
	background: #E4E7D8;
	padding: 0px;
	margin: 0px;
}
#sidebar2 {
	float: right;
	width: 398px;
	padding: 0px;
}
#mainContent {
	margin: 0px 404px 0px 238px;
	padding: 0px;
}
.nav {
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
}


/* Float Resets */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
