/*
      Created by Keith Donegan of Code-Sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background-image:url(../images/bg2.gif);
	background-repeat: repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper { 
 margin: 0 auto;
 width: 886px;
 border: 0px solid #eee;
}

#header {
 color: #333;
 width: 880px;
 float: left;
 padding: 2px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #000 url(../images/header.gif) repeat-x top left;
}

#navigation {
 float: left;
 width: 872px;
 color: #333;
 padding: 6px;
 border: 1px solid #ccc;
 margin: 0px 0px 2px 0px;
 background: #BD9C8C;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 4px 0px;
 padding: 8px;
 height: 350px;
 width: 140px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 4px 0px;
 padding: 8px;
 height: 350px;
 width: 530px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #000000;
 margin: 0px;
 padding: 6px;
 height: 350px;
 width: 162px;
 float: left;
}

#rightcolumn h1 {
	color: #004400;
	background-color: #CCC;
	border: 1px solid #333;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 10px 4px;
	margin-bottom: 6px;
}

.rightcolTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	padding: 4px 0px 0px 4px;
}

.rightcol_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
	text-decoration: none;
}

#rightcolumn li
{
	list-style: square inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}

#rightcolumn li a
{
	color: #300;
	font-weight: normal;
	text-decoration: none;
}

#rightcolumn li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #C30;
}

.boldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

H1 { /* Titles */
	font-family: "Arial Black", Gadget, sans-serif
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding-left:6px;
}
#footer {
	width: 876px;
	clear: both;
	color: #333;
	border: 1px solid #333;
	margin: 0px 0px 0px 0px;
	padding: 7px 4px 7px 4px;
	background-color: #CCC;
}
.foot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
}
.foot a:link { 
	text-decoration: none;
	color: #333;
}
.foot a:hover { 
	color: #660000;
	text-decoration: underline;
	}
div.item {
	float: left;
	border: 1px solid;
	padding: 5px 5px 0px 0px;
	margin: 5px 5px 0px 5px;
	width: 94%;
}
div.item img {float: left; margin: 5px 5px 0px 0px;
}

