*
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: none;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #93afd5;
}

a img
{
	border: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #620905;
	
	color: #DDDDDD;
}

#main
{
	margin: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	width: 839px;
}

#content
{
	background-image: url(../images/heading.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 0px;
}

#navigation
{
	list-style-type: none;
	margin-top: 38px;
	margin-left: 20px;
}

#navigation li
{
	height: 39px;
}

#body
{
	background-image: url(../images/surfers.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	margin-top: 100px;
	padding: 20px;
	padding-bottom: 0px;
}

#body p
{
	width: 360px;
	padding-bottom: 15px;
	text-align: justify;
}

#body p.c
{
	text-align: center;
}

#body h1
{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#body h2
{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: notmal;
	color: #FFFFFF;
}

#body .contact
{
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
}

#body .contact li
{
	padding-left: 10px;
}

#body .contact label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	color: #93afd5;
	margin-left: -10px;
}

.rightimg
{
	border: 1px solid #AAAAAA;
	margin-right: 30px;
}