body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #252749;
}

div#container { 
	position: relative;
	height: 100%;
	margin: 10px auto;
	width: 980px;
	background-color: #ffffff;
}

div#header { 
	margin: 0;
	padding: 0;
	width: 980px;
	height: 260px;
	background-image: url(surfandkite_header.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#header h1, #header h2 { 
	display: none;
}

div#navigation { 
	position: absolute;
	top: 260px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 60px;
	background-image: url(surfandkite_menu.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	z-index: 20;
}

#navigation ul { 
	margin: 22px 0 0 -20px;
	padding-left: 30px;
}

#navigation li { 
	display: inline;
	list-style-type: none;
	background: url(surfandkite_navi_li_image.gif) no-repeat left center;
	padding: 0 1.3em 0 1em;
}

div#content { 
	position: relative;
	top: 60px;
	width: 940px;
	padding: 10px 20px 70px 20px;
	z-index: 30;
}

#content h1 { 
	padding-top: 16px;
	font-size: 20px;
	font-weight: bold;
}

#content h2 { 
	padding-top: 12px;
	font-size: 17px;
	font-weight: bold;
}

#content h3 { 
	padding-top: 16px;
	font-size: 15px;
	font-weight: bold;
}

#content p { 
	line-height: 16px;
}

#content li { 
	line-height: 16px;
	padding-bottom: 4px;
}

#content a { 
	padding: 2px;
	color: #252749;
}

#content a:hover { 
	padding: 2px;
	color: #aa1018;
}

div.flLeft { 
	position: relative;
	margin: 10px;
	border: none;
	float: left;
}

div.flRight { 
	position: relative;
	margin: 10px;
	border: none;
	float: right;
}

.flRight p { 
	text-align: right;
}

div.flTop { 
	position: relative;
	margin: 10px;
	border: none;
	text-align: center;
}

.download img { 
	border-style: none;
}

div#footer { 
	position: relative;
	width: 980px;
	height: 62px;
	background-image: url(surfandkite_footer.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	z-index: 40;
}

#footer li { 
	display: inline;
	list-style-type: none;
	background: url(surfandkite_navi_li_image.gif) no-repeat left center;
	padding: 0 1.5em 0 1em;
}

#footer a, #navigation a { 
	padding: 2px;
	text-decoration: none;
	color: #252749;
}

#footer a:hover, #navigation a:hover { 
	padding: 2px;
	text-decoration: underline;
	color: #aa1018;
}

