﻿@import url("footer.css");
@import url("menu.css");

* 
{
	margin:0px;
	padding:0px;
}

html, body 
{
	height: 100%;
}

body 
{
	font-family:Trebuchet MS;
	font-size:11px;
	line-height:19px;
	color:#000000;
	background:#004761 url(../images/background.jpg) no-repeat top center;
}

img 
{
	border:0px;
}

p 
{
	margin-bottom:20px;
}

a:link 
{
	color:#00aeef;
	text-decoration:none;
}

a:visited
{
	color:#00aeef;
	text-decoration:none;
}


a:hover 
{
	color:#00aeef;
	text-decoration:underline;
}

#SpotSite 
{
	width:1000px;
	position:relative; /* needed for footer positioning*/
	margin:0px auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#SpotHeader 
{
	width:1000px;
	margin:auto;
	margin-top:5px;
}

#SpotContent 
{
	width:1000px;
	margin:auto;
}

.SpotContent 
{
	background-image:url(../images/content/contentbg.png);
	background-repeat:repeat-y;
}

#SpotContentBottom 
{
	width:1000px;
	height:30px;
	background-image:url(../images/content/contentbtm.png);
	background-repeat:no-repeat;
}

.text 
{
	width:940px;
	padding:20px;
	margin:auto;
	background-color:#ffffff;
}

#SpotFooter 
{
	width: 1000px;
	height: 100px;
	margin: auto;
	margin-top: 25px;
	position: absolute; 
	bottom: 0; /* stick to bottom */
	clear: both;
}

h1 
{
	font-size:30px;
	line-height:36px;
	margin-bottom:15px;
}

h2 
{
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
}

.clear 
{
	clear:both;
}
