



/*
      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: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header a{
 color: #ccc;
 width: 900px;
 float: left;
 padding: 10px;
 /*border: 1px solid #ccc;*/
 height: 175px;
 margin: 10px 0px 0px 0px;
 background: #000;
 text-align: center;
 font-family: Trebuchet MS,Tahoma,Verdana;
 font-size: 40px;
 text-decoration:none;
}
#header img
{
	border:none;	
}
#sub_logo
{
	float: left;
	width: 900px;
	color: #FCF775;
	padding: 10px;
	/*border: 1px solid #ccc;*/
	margin: 0px 0px 0px 0px;
	background: #000; 
	font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 24px;
	font-style:italic;
	text-align:center;
	height:26px;
}
#nav {
 float: left;
 width: 922px;
 color: #333;
 padding: 3px;
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
 background: #000; 
 text-align:right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 10pt;
	color: #FFF;
	line-height: 40px;
	white-space: nowrap;
}
#nav li 
{
	font-weight: bold;
	list-style-type: none;
	display: inline;
	
}
#nav li a 
{
	 text-decoration: none;
	 padding: 12px 8px;
	 color: #FFF;	 
}
#nav li a:link 
{
	 color: #fff:
}
#nav li a:visited {
	color: #CCC;
}
#nav li a:hover 
{
	font-weight: bold;
	color: #FFF;
	background-color: #3d3d3d;
}
#leftcolumn { 
	 color: #ccc;
	 /*border: 1px solid #ccc;*/
	 background: #000;
	 margin: 70px 0px 0px 0px;
	 padding: 10px;
	 height: 350px;
	 width: 210px;
	 float: left;
	 text-align:center;
	 font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 24px;
}
#rightcolumn2
{
	color: #ccc;	
	 background: #000;
	 margin: 70px 0px 0px 0px;
	 padding: 10px;
	 height: 300px;
	 width: 650px;
	 float: left;
	 
	 font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 18px;
}

#leftmiddle { 
	color: #ccc;
	 /*border: 1px solid #ccc;*/
	 background: #000;
	 margin: 70px 0px 0px 0px;
	 padding: 10px;
	 height: 350px;
	 width: 210px;
	 float: left;
	 text-align:center;
	 font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 24px;
}
#rightmiddle { 
	color: #ccc;
	 /*border: 1px solid #ccc;*/
	 background: #000;
	 margin: 70px 0px 0px 0px;
	 padding: 10px;
	 height: 350px;
	 width: 210px;
	 float: left;
	 text-align:center;
	 font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 24px;
}
#rightcolumn { 
	 color: #ccc;
	 /*border: 1px solid #ccc;*/
	 background: #000;
	 margin: 70px 0px 0px 0px;
	 padding: 10px;
	 height: 350px;
	 width: 204px;
	 float: left;
	 text-align:center;
	 font-family: Trebuchet MS,Tahoma,Verdana;
	font-size: 24px;
}
#footer { 
 width: 900px;
 clear: both;
 color: #ccc;
 /*border: 1px solid #ccc;*/
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 font-family: Trebuchet MS,Tahoma,Verdana;
}
.link_image
{
	border:none;
}
.link_anchor
{
	color: #ccc;
	text-decoration:none;
}
.link_anchor:hover
{
	color: #FCF775;	
}
.link_anchor_underline
{
	color: #ccc;
	text-decoration:underline;
}
.link_anchor_underline:hover
{
	color: #FCF775;	
}
#body_anchor
{
	color:#ccc;
}
#body_anchor:hover
{
	color: #FCF775;
}
