/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

p {padding-top: 10px;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url("img/bkgd_crosshatch.gif")
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 height: 150px;
 margin: 100px 0px 5px 0px;
 background: #BD9C8C;
 background-image: url(img/header.jpg);
 background-position: top;
 background-repeat: no-repeat;
}

#header p {
	display: none;
}

#navigation {
width: 880px;
 color: white;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 100%;
 background: black;
}

#navigation a {
	color: #4C9C52;
}

#content { 
 width: 880px;
 color: white;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 100%;
 background: black;
}

#forumcontent { 
 width: 880px;
 color: white;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 100%;
 background: black;
}

#content a {
	color: #4C9C52;
}

#forumcontent a {
	color: #4C9C52;
}

.item1 {
	width: 275px;
	float: left;
}

.item2 {
	width: 275px;
	float: left;
	margin-left: 17px;
}

.item3 {
	width: 275px;
	float: left;
	margin-left: 17px;
}

.item1 img {padding-bottom: 5px;}
.item2 img {padding-bottom: 5px;}
.item3 img {padding-bottom: 5px;}

.clear {
	clear: both;
}

h2 { font-size: 110%; font-weight: bold; padding-bottom:5px;}
.center {text-align: center;}
#footer { 
 color: white;
 width: 880px;
 border: 1px solid #ccc;
 background: #E6E6E6;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background: black;
}
