@charset "utf-8";
body  {
	font: 95% Calibri, Arial, Verdana, Helvetica, sans-serif;
	background-image: url('images/background.gif');
	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-repeat: repeat-x;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #fff058; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 170px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, times new roman, Arial, Verdana, Helvetica, sans-serif;
	font-size: 160%;
	color: #000;
} 
.twoColFixLtHdr #mainContent h2 {
	font-family: Georgia, times new roman, Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	color: #000;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixLtHdr #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 */
}

.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;
}

/* NAVIGATION */
ul#mainNav {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 200px;
	font-size:8pt;
}

#mainNav a {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#mainNav a:hover {
	font-weight: normal;
	background: #fff058;
	color: #000;
	text-decoration:underline;
}

/* styles for the "you are here" buttons */
#home #mainNav a#homelink,
#recent #mainNav a#recentlink,
#open #mainNav a#openlink,
#location #mainNav a#locationlink,
#trust #mainNav a#trustlink,
#about #mainNav a#aboutlink,
#csg #mainNav a#csglink,
#friends #mainNav a#friendslink,
#links #mainNav a#linkslink,
#paradise #mainNav a#paradiselink,
#contact #mainNav a#contactlink  {
	background-image: url(images/here.gif);
	color:#000;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}

/* IE Fixes */

/* remove annoying gaps */
#mainNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}

div.imgr
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	padding: 2px;
}	
div.imgr imgr
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.imgr a a:hover imgr {border: 1px solid #0000ff;}
div.descr
{
	font-weight: normal;
	width: auto;
	margin: 1px;
	font: 1em Calibri, Arial, Helvetica, sans-serif;
}
.image {
	border: 1px solid #000;
}
div.img
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: 325px;
	text-align: center;
	padding: 2px;
	float:left;
}	
div.img img
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.img a a:hover img {border: 1px solid #0000ff;}
div.desc
{
	font-weight: normal;
	width: auto;
	margin: 1px;
	font: 1em Calibri, Arial, Helvetica, sans-serif;
}