body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E6E0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}
.essence #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/beige080.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
} 
.essence #header {
	padding: 0 10px 0 20px;
} 
.essence #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 */
}
.essence #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 15px 10px;
}
.essence #mainContent {
	color:#333;
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;
	font-size: medium;
	font-family: "Palatino", serif;
} 
.essence #container #mainContent h1 {
	font-size: 120%;
	margin:0px;
	margin-left:35px;
	margin-top:15px;
}
.essence #container #mainContent h2 {
	font-size: 110%;
}
.essence #container #mainContent h3 {
	font-size: 105%;
}
.essence #container #mainContent h4 a{
	font-size: 90%;
	margin:0px;
	margin-left:15px;
	font-weight: bolder;
}
.essence #footer {
	padding: 0 10px 0 200px;
	font-size: xx-small;
	color: #CCC;
} 
.essence #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.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;
}
a{	/* Keep this color for ALL links.  Make changes for specific links below this */
	color:#383940;
}
.essence #container #mainContent a:hover{
	color: #999;
}
.essence #container #mainContent p{
	font: 9pt "Palatino", serif;
	color:#202020;
	line-height:12pt;
	margin:35px;
	margin-top:0px;
	margin-bottom: 25px;
}
.alert-red {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.text-red {
	color: #F00;
}
.essence #container #sidebar1 form {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.essence #container #sidebar1 form input {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.idimage {
	float:left
}
.iddescription {
	padding-left: 20px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-top: 6px;
	margin: 0px;

}
.iddescription img{
	border-style:inset;
	border-color: #CCCCCC;
	border-width:3px;
}
.listing ul li {
	list-style-type:circle;
	margin-left:50px;
	font-size:9pt;
	text-align:left;
	font-family: "Trebuchet MS";
}
.listing_head {
	font-size:10pt;
	color: #383940;
	font-family: "Trebuchet MS";
	margin:0px;
}
.centersomething {
	text-align: center;
}
