@charset "UTF-8";

body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/water.png);
	background-repeat: repeat;
	font-size: 12px;
	color: #4c6574;
	line-height:20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.swind #container { 
	width: 877px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.swind #header { 
	background: #DDDDDD; 
		position: static;
	height: 118px;
	background-image: url(images/header.png);
} 

.swind #sidebar {
	background-image: url(images/sidebar.png);
	float: left;
	width: 166px;
	height: 100%;
	position: relative;
}

.caption {
	font-size:8px;
}


ul.menu {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.menu a {
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

ul.menu a:link,  ul.menu a:visited {
	color: #4c6574;
	text-decoration: none;
	font-weight: bold;
}

ul.menu a:hover {
	color: #ffffff;
}




.swind #mainContent { 
	margin: 0 0 0 185px; /* 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 */
} 
.swind #footer { 
	height: 30px;
	clear: both;
	text-align: center;
	background-image: url(images/footer.png);
} 
.swind #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;
}
