#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:11px;
	background-color:#DBDBDB;
}



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

#serv_tag {
	width:750px;
	padding:0;
	margin:0;
}

#serving {
	width:105px;
	padding:10px 64px 0 5px;
	margin:0;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	text-align:center;
}

#tagline {
	width:730px;
	padding:8px 20px 0 0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

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

#header_lists {
	width:750px;
	padding:0;
	margin:0;
	font-size:8px;
}

#specialists {
	width:498px;
	padding:0;
	margin:0;
	float:left;
}

#spec_content {
	width:180px;
	padding:33px 0 0 318px;
	margin:0;
}

#lists {
	width:252px;
	padding:0;
	margin:0;
	float:left;
}

#list_left {
	width:105px;
	padding:10px 0 0 0;
	margin:0;
	float:left;
}

#list_right {
	width:147px;
	padding:10px 0 0 0;
	margin:0;
	float:left;
}

.list_header {
	padding:0;
	margin:0;
}

.list_header li {
	padding:0;
	margin:0;
	list-style-position:inside;
}

#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;
	text-align:left;
	background-image:url(../images/bg_main.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	float: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: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:210px;
	padding:0;
	margin:0;
	float:left;
}

#left_container {
	width:100px;
	padding:25px 0 0 110px;/*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;
	font-size:9px;
}

#left_container ul {
	padding:0;
	margin:0 0 0 5px;
	list-style-position:inside;
}

#left_container li {
	padding:0 0 1px 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:540px;
	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:410px;
	padding:60px 90px 10px 40px;/*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;
}

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

#footer_content_left {
	width:115px;
	padding:0 0 3px 5px;
	margin:0;
	float:left;
	color:#C10435;
	font-size:10px;
}

span.number {
	font-size:14px;
}

#footer_content_right {
	width:560px;
	padding:13px 10px 5px 60px;
	margin:0;
	text-align:right;
	font-size:9px;
	float:left;
}

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

p {
	padding:9px 0;
}

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

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

h4 {
	padding:12px 0 3px 0;
	font-size:12px;
	font-weight:bold;
	color:#C00436;
	
}

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

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

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

ul {
	margin-top:10px;
	padding-top:0;
	margin-bottom:20px;
	padding-bottom:0;
}

li {
	padding-bottom:3px;
	margin-bottom:0;
	padding-top:0;
	margin-top:0;
}

.right_pic {
	float:right;
	padding:0 0 2px 5px;
}

.testimonial {
	text-align:right;
	background-color:#CCCCCC;
	padding:5px;
}

.testimonial p {
	padding:5px 0;
}