/*
      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: 14px;
 line-height: 20px;
 background-color: #6D6E71;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 922px;
 float: left; 
 padding: 0px;
 height: 265px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}
#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 550px;
 width: 324px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 550px; 
 width: 598px;
 /* display: inline; */
}

#content {
padding-top:30px;
padding-right: 18px;
padding-bottom: 10px;
padding-left: 0;
}

#contentNav {
padding-top:60px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 20px;
}

#footer { 
 width: 922px;
 clear: both;
 font-size:10px;
 color: #FFFFFF;
 background: #6D6E71;
 margin: 0px 0px 10px 0px;
 padding-top: 10px;
 padding-left: 0px;
 border-top: 1px solid #454545;

}

a:link { color:#FB7A00; text-decoration:none;} 
a:hover { color:#FB7A00; text-decoration:underline;}
a:visited { color:#FB7A00; text-decoration:none;}
.nav a:link { color:#333333; text-decoration:none;}
.nav a:hover { color:#FB7A00; text-decoration:underline;}
.nav a:visited { color:#333333; text-decoration:none;}

#content ul {
margin-left:0px;
padding: 0;
}
#content li {
margin-left:15px;
padding: 2px;
font-size:10px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin-bottom:6px;
}
p {
line-height:20px;
}