/* 
	Author: Bryan Husinger
	Website: http://www.bryanhunsinger.com
	Email: bryanhun@gmail.com
*/

html,body { 
	background-color: #72511D;
	font: 12px normal Verdana, Geneva, Arial;
	margin-bottom: 12px;
	padding: 0px;
}

h1	{
	font-size: 18px;
}

h2	{
	font-size: 16px;
	color: #330;
}

h3 {
	font-size: 14px;
	color: #330;
}

h4	{
	font-size: 10px;
}

h5 {
	font-size: 10px;
	font-weight: normal;
}

a, a:link {
	color: #66721e;
	text-decoration: underline;
}

a:visited {
	color: #66721e;
	text-decoration: none;
}

a:hover, a:active {
	color: #66721e;
	text-decoration: underline;
}

img, a img	{ 
	border: 1px solid #bbb; 
}

img.right {
	float: right;
	margin: 0px 0px 12px 12px;
}
	
img.left {
	float: left;
	margin: 0px 12px 12px 0px;
}
	
table#wrapper {
	width: 750px;
	margin: 0px auto;
}

td#header {
	background: url('img/bg-repeat-plain.gif') repeat-y;
}

td#header img {
	border: none;
}

td#navigation {
	padding-left: 48px; 
	height: 18px;
	background: url('img/bg-navigation.gif');
}

td#navigation a {
	font-size: 11px;
	margin-left: 6px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}

td#navigation a:link, td#navigation a:visited	{
	color: #fff; 
	background: url('img/paw-unselected.gif') no-repeat;
}

td#navigation a:hover, td#navigation a:active {
	color: #edb329;
	background: url('img/paw-selected.gif') no-repeat;
}

td#content {
	height: 380px;
	vertical-align: top;
	padding: 12px 48px;
	background: url('img/bg-repeat-florida.gif') repeat-y;
}

td#footer {
	height: 72px;
	text-align: center;
	background: url('img/bg-footer.gif');
	background-repeat: no-repeat;
}

dt {
	margin: 12px 12px 0px 12px;
}

dd {
	text-align: right;
	margin-bottom: 12px;
}

hr	{
	border: 0;
	background-color: #aaa;
	color: #aaa;
	height: 1px;
}

form h5 {
	margin-top: 6px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #222;
}

form div {
	display: inline;
	float: left;
	margin-right: 6px;
}

input.vlong		{width: 206px;}
input.long		{width: 175px;}
input.short		{width: 100px;}
input.vshort	{width: 75px;}
textarea		{width: 400px; height: 41px;}

ul.spaced li {
	margin-bottom: 9px;
}