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

body {
	margin: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:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#C9C9C9;
}

#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:750px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
	float:left;
}


/*Header Information*/
#header_container {
	width:750px;
	padding:0;
	margin:0;
	height:183px;
	text-align:center;
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#top_menu_left { /*all other menu styles should be on the menu style sheet*/
	width:375px;
	padding:0;
	margin:0;
	float:left;
}

#top_menu_right { /*all other menu styles should be on the menu style sheet*/
	width:375px;
	padding:0;
	margin:0;
	float:left;
}

#top_menu_right_top {
	width:375px;
	padding:0;
	margin:0;
}

#top_menu_right_bottom {
	width:375px;
	padding:0;
	margin:0;
	text-align:right;
}


/*Main layout info*/
#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:750px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main_left {
	width:188px;
	padding:0;
	margin:0;
	float:left;
	font-size:11px;
}

/*Left Columnn Area*/

#left_container {
	width:188px;
	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;
}

#left_menu {
	width:188px;
	padding:0;
	margin:0;
}

#left_materials {
	width:183px;
	padding:0;
	margin:0;
	float:left;
}


/*materials box in left hand side menu*/
#left_materials_top {/*Put content in this container*/
	width:183px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/left_box_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#left_materials_middle {
	width:183px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/left_box_middle.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#left_materials_bottom {
	width:183px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/left_box_bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#left_materials_content {
	padding:10px 10px 10px 20px;
	margin:0;
}


/*Main Content*/
#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:562px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#content_header {
	width:547px;
	padding:4px 15px 0 0;
	margin:0;
	font-weight:bold;
	text-align:right;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:517px;
	padding:15px 15px 15px 30px;/*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;
}

.clr {
	clear:both;
}


.address_top {
	width:352px;
	padding:15px 10px 10px 0;
	margin:0;
	text-align:right;
	font-size:11px;		
}

.address_top p {
	padding:3px 0 0 0;
	font-weight:bold;
}


/*Footer Info*/
#footer {
	width:750px;
	padding:0px;/*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;
	float:left;
	background-color:#FFFFFF;
}

#footer_space {
	width:188px;
	padding:0;
	margin:0;
	float:left;
}

#footer_content {
	width:562px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
	font-size:11px;
	background-image:url(../images/bg_footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#footer_content p {
	padding:3px 0 0 0;
}

.footer_address {
}

.footer_copy {
font-size:10px;
}

.footer_menu {
font-size:10px;
}

.menu_divider {
	padding-right:10px;
	padding-left:10px;
}

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

p {
	padding:9px 0;
}

h1 {
	padding:12px 0 12px 0;
	font-size:22px;
	font-weight:bold;
	color:#393939;
}

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:#393939;
	
}

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

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

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

h6.equip {	
	padding:3px 0 3px 10px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	background-color:#C6C6C6;	
}

ul {
	margin-top:10px;
	padding-top:0px;
	margin-bottom:3px;
	padding-bottom:0px;
	list-style-type:square;
}

li {
	padding-bottom:6px;
	margin-bottom:0px;
}

.materials {
	padding:0;
}

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}
