/* Website by Nathan Smith ~ www.sonspring.com */

body
{
	margin: 0;
	background: url(../img/body.gif) repeat-x;
	cursor: default;
}

a
{
	text-decoration: none;
	cursor: pointer;
}

img
{
	border: 0;
}

td
{
	vertical-align: top;
}

.align_center
{
	text-align: center;
}

.align_right
{
	text-align: right;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

#container
{
	margin: 0 auto;
	width: 720px;
	border-left: #eee 1px solid;
	border-right: #eee 1px solid;
	background: #fff;
}

#header
{
	width: 720px;
	height: 100px;
	background: #333 url(../img/header.jpg) no-repeat;
}

#header p
{
	margin: 0;
	padding: 30px 0 0 500px;
	font: 10px Verdana, sans-serif;
	color: #fff;
}

#navbar
{
	background: #fff url(../img/navbar.gif) repeat-x;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: #fff 1px solid;
	border-bottom: #ccc 1px solid;
}

#navbar li
{
	font: 11px/25px Tahoma, sans-serif;
	display: inline;
	text-align: center;
	float: left;
	margin: 0;
}

#navbar a
{
	color: #999;
	display: block;
	width: 90px;
}

#navbar a.active
{
	color: #333;
	background: #fff url(../img/navbar.gif) repeat-x bottom left;
}

#navbar a:hover
{
	color: #900;
	background: #fff;
}

#content
{
	width: 720px;
	margin: 20px 0 0;
}

#columns_3
{
	margin: 0 0 0 25px;
}

#columns_3 td
{
	width: 230px;
}

#columns_3 p
{
	font: 10px Tahoma, sans-serif;
	color: #666;
	padding: 0 20px 10px 0;
}

#col_1
{
	width: 320px;
	padding: 0 10px 20px 30px;
	float: left;
}

#col_2
{
	width: 320px;
	padding: 0 30px 20px 10px;
	float: right;
}

#content a
{
	color: #33c;
}

#content a:hover
{
	color: #f90;
}

#content h1
{
	font: 17px "Trebuchet MS", sans-serif;
	color: #900;
	margin: 0 0 10px;
	background: url(../img/h1.gif) no-repeat center right;
	padding: 0 20px 0 0;
	text-align: right;
	border-bottom: #ddd 1px solid;
}

#content h2
{
	font: 17px "Trebuchet MS", sans-serif;
	color: #999;
	margin: 0 0 10px;
	border-bottom: #ddd 1px solid;
}

#content h3
{
	font: bold 13px Verdana, sans-serif;
	color: #393;
	margin: 0 0 10px;
}

#content h3.big
{
	font-size: 15px;
}

#content p
 { color: #333; font: 11px/150% Verdana, sans-serif; margin: 0 0 10px }

#content ul, ol
  { color: #555; font: 11px Tahoma, sans-serif; list-style-type: square; list-style-position: outside; margin: 0 0 10px 20px; padding: 0 }

#content li
{
	padding: 0 0 5px 0;
}

#footer
{
	width: 720px;
	height: 20px;
	background: url(../img/footer.gif) repeat-x bottom left;
	clear: both;
}

#footer p
{
	margin: 0 10px;
	font: 9px Verdana, sans-serif;
	color: #999;
	display: inline;
}

#footer a
{
	color: #999;
}

#footer a:hover
{
	color: #900;
}