/*
      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:#000000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #181818;
}
#navigation {
 float: left;
 width: 900px;
 color: #999999;
 padding: 10px;
 border-bottom: 1px solid #E18A09;
 margin: 0px 0px 0px 0px;
 background: #1A1A1A;
}
#leftcolumn { 
 color: #888;
 border: 0px solid #ccc;
 background: #323232;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px; vertical-align:bottom;
 float: left; font-size:10px;
}
#rightcolumn { 
 float: right;
 color: #cecece;
 border: 0px solid #ccc;
 background: #2F2F2F;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 682px;
 display: inline;
 overflow:auto;
}
#footer { 
 width: 900px;
 clear: both;
 color: #999999; font-size:10px;
 border-top: 1px solid #E18A09;
 background: #1A1A1A;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.bullet {color:#E18A09;}
a:link {
	color: #F8AD3F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8AD3F;
}
a:hover {
	text-decoration: none;
	color: #F0F0F0;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}
