/*
      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;
 font-weight: bold;
 color: #CC0000;
 line-height: 20px;
}
#wrapper { 
margin: 0 auto;
 width: 900px;
 background: url(../images/hg_hahn.gif);
 background-repeat: no-repeat;
}

a:link { text-decoration: none; color: #CC0000; }
a:visited { text-decoration: none; color: #CC0000; }
a:hover, a:active { text-decoration: none; color: #CC0000; }


#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 0px;
 margin: 0px 0px 0px 0px;
 background: transparent;
}
#navigation {
 float: left;
 width: 800px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: transparent;
}
#leftcolumn { 
 color: #CC0000;
 border: 0px solid #ccc;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding: 280px 0px 0px 90px;
 height: 750px;
 width: 300px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding-top: 100px;
 height: 750px;
 width: 408px;
 display: inline;
}
#footer { 
 width: 800px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: transparent;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}