#center { /*This is what makes the website center in the window*/
	width:950px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:0 0 10px 0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#D1AD81;
}

#header_container {
	width:950px;
	padding:0;
	margin:0;
	height:133px;
	float:left;
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#login{/*Styling for the login menu*/
	width:950px;
	padding:0;
	margin:0px;
}

#login_content {
	padding:7px 0px 0px 750px;
}

#login form {
	padding:0;
	margin:0;
}

#login input {
	padding:0;
	margin:0;
}

#login label {
	padding:0;
	margin:0;
}

#login_layout {
	padding:0;
	margin:0;
}

#login_layout td {
	padding:0;
	margin:0;
}

#login_layout tr {
	padding:0;
	margin:0;
}

.login_login {
	color:#FFFFFF;
	font-size:13px;
	border:none;
	background-color:#EA363F;
	padding:0;
	margin:0;
}

.login_labels {
	font-size:10px;
	color:#000000;
}

.login_inputs {
	font-size:11px;
}

#menu { /*all other menu styles should be on the menu style sheet*/
	width:950px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/	
	margin:0;
	text-align:center;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:950px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:950px;
	padding:0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
}

#main_left {
	width:207px;
	padding:0 26px 0 7px;
	margin:0;
	float:left;
}

#left_container {
	width:207px;
	padding:10px 0 0 0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
}

.left_menu {
	width:207px;
	padding:0;
	margin:0;
}

.left_menu_head {
	width:200px;
	padding:5px 0 0 7px;
	margin:0;
	background-image:url(../images/menu_head.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-transform:uppercase;
	height:18px;
}

.left_menu_list {
	width:207px;
	padding:0 0 25px 0;
	margin:0;
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:698px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:698px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
}

#aboutus-bios{
	padding:0;
	margin:0 0 25px 0;
	clear:both;
}

#aboutus-bios img {
	margin:0 0 10px 15px;
}

.clr {
	clear:both;
}

#footer {
	width:930px;
	padding:5px 10px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	text-align:center;
	font-size:11px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:9px 0;
}

h1 {
	padding:18px 0 12px 0;
	margin-bottom:9px;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/header_bar.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

h2 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	
}

h3 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	
}

h5 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#E9373F;
	
}

h6 {
	padding:12px 0 3px 0;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:#E9373F;
	
}

a {
	color:#0000FF;
}

a:hover {
	color:#E9373F;
}

.login_login {
	color:#FFFFFF;
	font-size:13px;
	border:none;
	background-color:#EA363F;
}

.login_labels {
	font-size:10px;
	color:#000000;
}

.login_inputs {
}
