/*
      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: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
 font-size: 28px;
 line-height:150%;
 margin-left: 35px;
 background: #FFF;
}

h6 {
 font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #CCCCCC;
 }

a:link { color: #000; text-decoration: none; }    
a:visited { color: #000; text-decoration: none; }  
a:hover { color:#808080; text-decoration: underline; } 
a:active { color:#000; text-decoration: none; }

#wrapper { 
 width: 922px;
}
#leftcolumn { 
 color: #333;
 border: none;
 background: #FFF;
 margin: 0px;
 padding: 0px;
 height: 500px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: none;
 background: #FFF;
 margin: 0px;
 padding: 0px;
 height: 500px;
 width: 678px;
 display: inline;
 position: relative;
}
.box {
margin: 0px 0px 0px 30px;
padding: 187px 0px 0px 0px;
border: none;
}