/* -------------------------------
SportSunShelters
Master Stylesheet

Author: Michael Borum, etherweave
http://www.etherweave.com

Version: June 2007
------------------------------- */

body {
	background: url(../images/bg_gradient.jpg) repeat-x;
	font-family: Georgia, TimesNewRoman, TimesRoman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	}
	
h1, h2, h3 {
	font-weight: normal;
	line-height: 150%;
	}

h1 {
	font-size: 35px;
	}

h2 {
	font-size: 22px;
	border-bottom: 1px dotted #333;
	}

h3 {
	font-size: 14px;
	}

a:link {
	color: #39c;
	text-decoration: underline;
	}

a:visited {
	color: #6cf;
	text-decoration: underline;
	}

a:hover {
	color: #6cf;
	text-decoration: underline;
	}

a:active {
	color: #6cf;
	text-decoration: underline;
	}

a img {
	border: none;
	}
	
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: visible;
	}
	
#masthead {
	display: block;
	margin: 10px 0 15px 10px;
	padding: 0;
	border: none;
	}

#nav {
	float: left;
	width: 234px;
	height: 259px;
	background: url(../images/nav_bg.gif) no-repeat;
	margin: 0 25px 0 10px;
	padding: 0;
	}
	
#nav a:link {
	color: #ffc;
	text-decoration: none;
	}

#nav a:visited {
	color: #6cf;
	text-decoration: none;
	}

#nav a:hover {
	color: #6cf;
	text-decoration: none;
	}

#nav a:active {
	color: #6cf;
	text-decoration: none;
	}
	
#nav ul {
	list-style: none;
	font-family: Georgia, TimesNewRoman, TimesRoman, Times, serif;
	font-size: 22px;
	line-height: 26px;
	margin: 25px 0 0 40px;
	padding: 0;
	}

#nav ul.content {
	list-style: none;
	font-size: 18px;
	line-height: 22px;
	}
	
ul {
	list-style: square;
	margin: 0 0 0 15px;
	padding: 0;
	}

ul ul {
	list-style: circle;
	margin: 12px 0 15px 15px;
	padding: 0;
	}