@charset "UTF-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #333;
	background-color: #9CF;
	text-align: center;
}

    #container {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
}


#header {
	height:100px;
	z-index:1;
	background-color: #9fcc41;
	background-image: url(img/rowingHeader.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


#header img {
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-left: 15px; */
}
 
dl {
	color: #000;
	font-size: medium;
	margin-left: 15px;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

dl2 {
	color: #000;
	font-size: smaller;
	margin-left: 15px;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

dd {
	font-size: small;
	margin-bottom: 10px;
	font-weight: normal;
	margin-right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 5px;
}

dd2 {
font-size: small;
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 10px;
}


    #navigation {
	background-color: #88b036;
	height: 36px;
	width: 100%;
	background-image: url(img/navBar.jpg);
}
    #footer {
	color: #FFF;
	background-color: #A89DBD;
	clear: both;
	text-align: center;
	font-size: x-small;
}
    #main {
	float: right;
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
}
    #sidebar {
	float: left;
	width: 222px;
	background-color: #c8d9bc;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #060;
}
