body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background: url(/backimg.png) repeat;
}

a:link {
color: #444444;
}

a:visited {
color: #970804;
} 

.style1 {
color: #970804;
font-weight: bold; 
} 

.twoColLiqRtHdr #container {
	width: 905px;  /* this will create a container 80% of the browser width */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 100%;
} 
.twoColLiqRtHdr #header { 
	background: #ffffff; 
} 
.twoColLiqRtHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColLiqRtHdr #sidebar1 {
	float: right; 
	width: 230px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px; /* top and bottom padding create visual space within this div  */
	font-size: 12px;
	padding-left: 15px;
	align: left;
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.twoColLiqRtHdr #mainContent { 
	margin: 0 26% 0 10px /* the left margin should mirror the margin on the header and footer for proper alignment. */
	background: #FFFFFF;
	padding-left: 5px;
	width: 650px;
	} 

.twoColLiqRtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top: 1px solid #ffffff;
	width: 700px;
} 
.twoColLiqRtHdr #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 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}


.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. The floated element must precede the element it should be next to on the 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: 12px;
	line-height: 0px;
}
.twoColLiqRtHdr #container #sidebar1 h3 {
	font-size: 12px;
}
.twoColLiqRtHdr #container #sidebar1 {
	font-size: 12px;
	text-align: left;
}

p {
	font-size: 12px;
}

#sidebar1 p {
	font-size: 12px;
}
.twoColLiqRtHdr #container #sidebar1 p u {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #444444;
	letter-spacing: 2px;
	font-style: normal;
}
#container {
	text-align: center;
}
#container {
	text-align: center;
}

.title {
font-family: Monotype Corsiva;
font-size:  26px; 
color: #000000;
}

#reviews {
width: 500px; 
background: #eeeeee; 
padding: 5px;
color: #000000;
border-left: 6px solid black;
}

a.nav:link, a.nav:active, a.nav:visited {
background:#dddddd;
border:4px solid #FFFFFF;
color:#000000;
float: left;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:7px;
text-align:center;
text-decoration: none; 
width:100px;
}
#nav a:hover {
color:#808080;
}

#nav {
clear:both;
margin:0 auto;
padding:0;
text-align:center;
width:auto;
}
#nav li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#nav a {
letter-spacing:1px;
line-height:20px;
text-transform:uppercase;
word-spacing:3px;
}





 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqRtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */



