body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-image: url(table_to_css_pt2/yachts_start/images/body_BG.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: 15px;
	width: 780px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 50px;
}
 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D6D6D6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(table_to_css_pt1%20files/images/container_bg.gif);
	background-repeat: repeat-y;
} 
 #header {
	background-color: #DDDDDD;
	background-image: url(images/bluefill.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	
} 
 #mainContent {
	text-align: left;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 9px;
}
h1 {
	font-size: 150%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	height: 1%;
}
h2 {
	font-size: 130%;
	margin-right: 75px;
}
h3 {
	font-size: 120%;
}
ul, ol, dl { position: relative; }
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	line-height: normal;
	background-image: url(../../Images/container_bg.gif);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #FFF;
	height: auto;
}
.AccordionPanelContent p {
	line-height: 1.0px;
}

h1, h2, h3 {
	color: #00583F;
	text-align: center;
}
#sidebar1 h3 {
	font-size: 24px;
	font-weight: bold;
}

 #footer {
	background-color: #00583F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 270px;
	height: 40px;
	margin-top: 10px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: x-small;
	font-weight: lighter;
}

#nav li a {
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	background-color: #09953F;
	display: block;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3574A7;
}
#nav li a:hover, nav li active, nav li focus {
	color: #123464;
	background-color: #00583F;
}
#mainContent p, #sidebar1 p, #footer p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: lighter;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#ellen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight: 900;
	color: #00583F;

}
#sidebar1 ul li a:hover {
	background-color: #FFFFCC;
	position: relative;
}
.lihover {
	text-align: left;
	background-color: #FFFFCC;
}
