@charset "UTF-8";
/* CSS Document */

body {

    background-color: #A3a3a3;
    margin: 0 ; 
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    color: #4d4d4d;
    text-align:center;
	
}

h1 {
	color: #945978;
	font-size: 15px;
	font-weight: normal;
}

h2 {
	color: #50798E;
	font-size: 13px;
	font-weight: normal;
}

h5 {
	color: #945978;
	font-size: 20px;
	font-weight: normal;
	line-height: 4px;
}

img {
	border: none;
}

#maincontainer {
	margin: 0 auto;
	text-align: left;
	width: 825px;
	
}

a, a:active, a:visited {
color: #50798E;
text-decoration: none;
}

a:hover {
color:#666666;
}


#banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 107px;

}

#container {
	background-image: url(images/bg.png); 
	background-repeat: repeat-y;
	width: 825px;
	background-color:#FFFFFF;
	float: left;
}

.contents {
	width: 500px;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

#container p {
	line-height: 140%;
}

.rightbanner {
	background-color: #F5F5F5;
	margin-right: 12px;
	width: 260px;
	float: right;
	height: auto;
  height: 100%;
  overflow:visible;
	text-align: center;
}


#links {
	background-color: #E9E9EA;
	color: #757575;
	height: 24px;
	width: 799px;
	margin-left: 13px;
	padding-top: 10px;
}

#linkslogin {
	background-color: #d0d0d1;
	color: #757575;
	height: 24px;
	width: 799px;
	margin-left: 13px;
	padding-top: 10px;
}

#linkslogin a {
	padding: 10px 10px 9px 10px;
	background-color: #d0d0d1;
	text-decoration: none;
	color: #757575;

	
}


#linkslogin a:hover {
color: #4f4f4f;
background-color: #f3bada;
text-decoration: none;
}

#links a {
	padding: 10px 10px 9px 10px;
	background-color: #E9E9EA;
	text-decoration: none;
	color: #757575;

	
}

#links a:link {
background-color: #E9E9EA;
text-decoration: none;
}

#links a:hover {
color: #4f4f4f;
background-color: #9bd3f6;
text-decoration: none;
}

#footer {
	font-size: 9px;
	padding: 10px 0px 10px 0px;
	position: relative;
	float: bottom;
	}
#error, .error {
    padding: 10px;
}
#success, .success {
    padding: 10px;
}
.boating_for {
    font-size: 10px;
    font-weight: normal;
}

	

	
