html,
body#home p.bodytext
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Trebuchet MS", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
}

html, body
{
	padding: 0px;
	margin: 0px;
}

a,
p.bodytext a
{
	color: #f60;
	font-weight: normal;
}

.clear
{
	display: inline;
	clear: both;
}

html>body .clear
{
	display: block;
}

/* Shell */
div.shell-width
{
	min-width: 1024px;
}

/* Header: the logo, sky background and the text on the right. */
div#header
{
	background: #a6bada url(images/header-gradient.gif) repeat-x scroll bottom;
}

div#header-content
{
	float: right;
	text-align: right;
	
	width: 350px;
	margin-top: 7px;
	margin-right: 7px;
}

div#header-content p.bodytext
{
	font-size: 12px;
	color: black;
}

div#header-content a:hover
{
	font-weight: normal;
}


img#logo
{
	margin-top: 30px;
	margin-left: 207px;
}

/* Main content: left and right panes, and the bottom contact pane */
div#main-content
{
	background: #203b56 url(images/sea-background.jpg) repeat-x scroll top;
	padding-top: 34px;
}

div#left-content
{
	width: 594px;
	height: 492px;
	padding-left: 59px;
	padding-right: 80px;
	padding-top: 29px;
	text-align: center;
	background-image: url(images/white-box.gif);
}

div#sport-buttons
{
	margin-top: 22px;
}

div#sport-buttons a
{
	width: 283px;
	height: 175px;
	display: block;
	float: left;
	
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom: 10px;
	
	text-decoration: none;
}

div#sport-buttons a:hover
{
	background-position: 0px 175px;
}

div#sport-buttons a#climbing
{
	background-image: url("images/climbing.jpg");
}

div#sport-buttons a#kayaking
{
	background-image: url("images/kayaking.jpg");
}

div#sport-buttons a#skating
{
	background-image: url("images/skating.jpg");
}

div#sport-buttons a#multisport
{
	background-image: url("images/multisport.jpg");
}

/* Right news pane: */
div#news-content
{
	float: right;
	width: 234px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
	background: url(images/blue-box.gif) no-repeat scroll top;

	color: white;
}

div#news-content p
{
	color: white;
}

div#news-content a
{
	color: white;
}

div#news-content a:hover
{
	font-weight: normal;
}

div#news-content img
{
	margin-top: 15px;
	margin-bottom: 5px;
}

div#news-content h1
{
	margin-top: 21px;
	margin-bottom: 5px;
	color: white;
	font-size: 20px;
}

div#news-content h2
{
	margin-top: 4px;
	margin-bottom: 0px;
	color: #f90;
	font-size: 12px;
}

div#copyright
{
	width: 243px;
	position: absolute;
	right: 0px;
	margin-top: -20px;
	color: white;
	text-align: center;
}


/* Contact: */
div#contact
{
	width: 733px;
	height: 89px;
	margin-top: 24px;
	padding-top: 39px;
	background:url(images/contact-bg.jpg) no-repeat scroll top;
}

div#contact p.bodytext
{
	color: #930;
}

div#contact a
{
	color: #930;
}

div#contact-one
{
	float: left;
	margin-left: 18px;
}

div#contact-two
{
	margin-left: 381px;
}