/* © Jet Net Systems 2009 */
body
{
	margin: 0px;
	padding: 0px;
}

#fish
{
	position: absolute;
	left: 660px;
	top:60px;;
	z-index:1;
}

#newsletter
{
	position: absolute;
	left:780px;
	top:320px;
	z-index:1;
}

#logo
{
	position: absolute;
	left:70px;
	top:40px;
}

#title
{
	position: relative;
	top:35px;
}

#header
{
	background: black;
	width: 1000px;
	height:200px;
	text-align: center;
	color: #ea7c13
}

#menu
{	position:relative;
	background: #ea7c13;
	height: 30px;
	width: 1000;
}

#menutext
{
	position:relative;
	top: 5px;
	left: 200px;
	font-family: gilsans, arial;
	font-weight: bold;
	font-size: 18px;
}

#subheader
{	position:relative;
	background: black;
	width: 1000px;
	height:30px;
	text-align: center;
	color: #ea7c13
}

#subheader_curve
{
	background: url('images/background-header.png');
	width: 1000px;
	height:10px;
}

#content-background
{
	background-image: url('images/background-content.png');
	background-repeat: repeat-y;
	min-height:100px;
}

#content
{	position:relative;
	left:200px;
	width:580px;
	padding-left:10px;
	padding-right:10px;
	font-family: Gilsans, Arial;
	font-weight: bold;
	font-size: 13px;
	min-height:320px;
}

#content-text-top
{	position:relative;
	width:540px;
}

#body-text
{
	font-family: Gilsans, Arial;
	font-weight: bold;
	font-size: 13px;	
}

#content-text
{	position:relative;
	width:565px;
}

#footer_curve
{	position:relative;
	background-image: url('images/background-footer.png');
	width:1000px;
	height: 10px;
}
#footer
{	position:relative;
	background:black;
	width: 980px;
	padding: 10px;
	text-align:center;
	color: #ea7c13;
	font-family: Gilsans, Arial;
	font-weight: bold;
	font-size: 10px;
}

a
{
	color: black;
	text-decoration: none;
}
a.thispage
{
	color: white;
}

a:hover
{
	color: white;
	text-decoration:underline;
}
a.bodylink
{
	color:#ea7c13;
	text-decoration:none;

}
a.bodylink:hover
{
	color:blue;
	text-decoration:underline;
}

.header
{
	font-size:16px;
	font-weight: bold;
	font-style:italic;
}
.bold
{	font-weight: bold;
}

.italic
{	font-style: italic;
}
.orange
{
	color:#ea7c13;
}
ul
{
	list-style-image: url('images/bullet');
}
span.shorter
{
	width:500px;
}
img.thumbnail
{
	width: 137;
	height:121;
}

.v_small
{
	font-size:9px;
}