@import url(content.css);
@import url(mailform.css);
@import url(rss.css);

#header-image img {
        url(../main/img/regatta.jpg) no-repeat;
        border-right: 0px;
        solid;
        color: white;
        z-index:11;
}

#header-text {
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #ffffff;
        font-size: 20px;
}

#topmenu ul {
       margin:0;
       padding:0;
       list-style: none;
       font-size: 12px;
}

#topmenu ul {
	position: relative;
	top: 110px; margin: 0;
	padding: 0;
	right: 0px;
	overflow: hidden;
	list-style: none;
	width: 950px;
	height: 26px;
	background: #DCDCDC;
}

#topmenu li {
	float: right;
	display: block;
	position: relative;
	background: #ABBADC;
	padding: 4px 12px 4px 12px;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	border-left: 1px solid; color: #ffffff;
}

#topmenu li a {
	text-decoration: none;
	color: #ffffff;
}

#topmenu li a:hover {
	color: #000000;
}

#topmenu li.ACT {
	font-size: 12px;
        font-weight: bold;
        font-color: #ABBADC;
}

body, html {
       height: 100%;
       background:#DCDCDC;
       font: normal 100.01% Verdana,Arial,Helvetica,sans-serif;
       color: #666666;
       border: 0;
       margin: 0;
       padding: 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index:10;
	background: white;
}

#logo {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 357px;
	height: 83px;
}


#links {
	position: absolute;
	left: 498px;
	top: 92px;
	font: normal 12px Arial,Helvetica,Verdana,sana-serif;
	color: #666666;
}

#links ul {
       text-decoration: none;
       font: normal 12px Arial,Helvetica,Verdana,sana-serif;
       color: #666666;
} 

#links li {
       text-decoration: none;
       font: normal 12px Arial,Helvetica,Verdana,sana-serif;
       color: #666666;
} 

#links li a {
       text-decoration: none;
       font: normal 12px Arial,Helvetica,Verdana,sana-serif;
       color: #666666;
}


#header2 {
	position: absolute;
	left: 0;
	border: 0px;
	top: 132px;
	width: 950px;
	height: 300px;
	background: url(../img/regatta.jpg) no-repeat;
	z-index: 30;
}

#content-wrapper {
	position: absolute;
	top: 435px;
	left: 205px;
	width: 746px;
	background: #DCDCDC;
}

#content {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	top: 0px;
	margin: 10px 0px 0px 0;
	background: #fff;
}

#copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	clear: both;
	border-top: 0px solid #565656;
	font: normal 10px Arial,Helvetica,Verdana,sana-serif;
	color: #666666;
}

#copyright li a {
       text-decoration: none;
       font: normal 10px Arial,Helvetica,Verdana,sana-serif;
       color: #666666;
}

#left {
   position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg2.gif) repeat-y;
	width: 190px;
	height: 100%;
	z-index:0;
}

#leftmenu {
       margin: 445px 0 0 10px;
       background: #fff;
       padding: 10px;
}

p {
        margin: 0;
}


#leftmenu ul {
       margin:0;
       padding:0;
       list-style-type: none;
       font-size: 12px;
}

#leftmenu li {
       margin: 0 20px 0 0;
}

#leftmenu li a {
       text-decoration: none;
       color: #666666;
}

#leftmenu ul li a:hover {
              color: #666666;
              text-decoration: underline;
}

#leftmenu li.ACT {
             font-size: 12px;
             font-weight: bold;
             position: relative;
}


