@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	background-color:#0c66b4;
}

#container
{
	margin:auto;
	width:666px;
	height:100%;
}

#header
{
	width:666px;
	height:52px;
	background-image:url(../images/header.png);

}

#header a
{
	color:#313131;
}


#header_left
{
	float:left;
	width:200px;
	margin-left:20px;
	padding-top:15px;
}

#header_right
{
	float:right;
	width:400px;
	margin-right:20px;
	padding-top:15px;
	text-align:right;
}

#main
{
	width:666px;
	background-color:#FFF;
}

#main_text
{
	width:623px;
	margin:auto;
	padding-bottom:10px;
}

#main_curve
{
	width:666px;
	height:14px;
	background-image:url(../images/content_footer.png)
}

#content
{
	margin-top:10px;
	margin-bottom:30px;
	width:666px;
	height:100%;
	background-color:#0c66b4;
}

#content a
{
	color:#FFF;
}

#content_content
{
	
	width:623px;
	margin:auto;
	height:100%;
	background-color:#0c66b4;
}

#footer
{
	width:666px;
	height:37px;
	background-image:url(../images/footer.png);
	text-align:center;
	padding-top:20px;
}

#footer a
{
	color:#313131;
	text-decoration:underline;
}
p
{
	margin-top:10px;
	margin-bottom:0px;
}

#background_gold_motor
{
	background-color:#ffbb2a;
	text-align: center;
}

#background_gold_rowing
{
	background-color:#ffbb2a;
	text-align: center;
	
}

h1
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#313131;
	font-size:18px;
}

h2
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#313131;
	font-size:12px;
}

p
{

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#313131;
	font-size:12px;
}

#table
{

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#table_header
{

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size:16px;
}

#table_header_rowing
{

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size:16px;
}
	

a:link {
	text-decoration: none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}
a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

	
.table
{
	border-color:#FFF;
}

