/*
      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; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #113919;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 /*background: #576e6e;*/
 background-image: url("images/bg_menu.jpg");
 /*background-position: top;*/
 background-repeat: repeat-x;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #113919;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 460px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 460px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #d9ffe0;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 460px;
 width: 195px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #113919;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer p{
 font-family: Verdana, Arial, serif;
 font-size: 70%;
 letter-spacing: 2px;
 text-transform: uppercase;
}
#footer td{
 font-family: Verdana, Arial, serif;
 font-size: 70%;
 letter-spacing: 2px;
 text-transform: uppercase;
}
#footer a{
 font-family: Verdana, Arial, serif;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: #ffffff;
 text-decoration: none;
}

/* structure ends */

/* navigation */

#nav ul {
	/*margin: 0;*/
	padding: 0;
	text-align: center;
	margin-left: auto;
 	margin-right: auto;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, serif;
	font-size: 70%;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #333;
	border: none;
	
	}
#nav li a:hover {
	color: #fff;
	background: #000000;
	}
#nav li a.active {
	font-weight: bold;
	color: #000;
	background-color:#fff;
	}
/* navigation ends */

/* text format begins */
h1 {
	padding-bottom: .7em;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: Verdana;
	font-weight: normal;
}
h2 {
	padding-bottom: .7em;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
}
h3 {
	padding-bottom: .7em;
	color: #666;
	font-family: Verdana;
	font-weight: bold;
}
p {
	line-height: 1.4em;
	font-size: 85%;
	padding-bottom: .7em;
}

#leftcolumn a.active {
	color: #fff;
}

/* text format ends */
