#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:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#DEDEDE;
}

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

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

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

#underheader {
	width:750px;
	padding:60px 0 0 0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/bg_underheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}

#under_cfm {
	color:#009900;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
}

#under_features {
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}

#underheader img {
	margin:0 6px;
}

#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:750px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
	background-image:url(../images/bg_body.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

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

#style_choice {
	padding:60px 0 20px 10px;
	margin:0;
}

#connection_choice {
	padding:0 0 0 10px;
	margin:0;
}

.choice {
}

ul.blue {
	margin:0;
	padding:0 0 0 20px;
}

ul.blue li {
	list-style-image:url(../images/bullet_blue.jpg);
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:0;
}

ul.blue li ul {
	margin:0;
	padding:0 0 0 20px;
}

ul.blue li ul li {
	list-style-type:none;
	list-style-image:none;
	padding-bottom:3px;
	margin-bottom:0;
}

ul.plus {
	margin:0;
	padding:0 0 0 50px;
}

ul.plus li {
	list-style-image:url(../images/bullet_cross.jpg);
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:0;
}

ul.plus li ul {
	padding:0 0 0 20px;
	margin:0;
}

ul.plus li ul li {
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;
}

#content_bottom {
	width:750px;
	padding:450px 0 0 0;
	margin:0;
}

#bottom_left {
	width:365px;
	padding:0 0 0 10px;
	margin:0;
	float:left;
}

#bottom_right {
	width:275px;
	padding:0 10px 0 70px;
	margin:0;
	float:left;
}

#bottom_action {
	width:750px;
	padding:20px 0 0 0;
	margin:0;
	float:left;
}

#bottom_right h1{
	color:#990000;
}

.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;
	height:20px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:11px;
}

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

p {
	padding:9px 0;
}

h1 {
	padding:0 0 6px 0;
	font-size:24px;
	font-weight:bold;
	color:#000099;
}

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:#009900;
	text-align:center;
	
}

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

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

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

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

span.free {
	color:#990000;
}

span#creditcard {
	float:left;
	padding-top:5px;
	color:#000000;
	font-size:12px;
	
}

p.call_action {
	text-align:center;
	color:#009900;
	font-size:18px;
	font-weight:bold;
}

p.accepted {
	padding-top:15px;
}
