/*
      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; }

.headline {
 font-family: Century Schoolbook; Palatino, Times New Roman, serif;
 font-size: 72px;
 letter-spacing: -5px;
 line-height: -150px;
 vertical-align: sub;
}
.header {
 font-family: News Gothic MT, Arial, Helvetica, sans-serif;
 font-size: 16px;
 text-transform: uppercase;
 color: #FFFFFF;
 text-decoration: none;
 letter-spacing: -0.5px;
}
.headerblack {
 font-family: News Gothic MT, Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-transform: uppercase;
 color: #000000;
 text-decoration: none;
 letter-spacing: -0.5px;
}
.headerlink {
 font-family: News Gothic MT, Arial, Helvetica, sans-serif;
 font-size: 16px;
 text-transform: uppercase;
 color: #FFFFFF;
 text-decoration: none;
 letter-spacing: -0.5px;
}
.body {
 font-family: Garamond, Palatino, Times New Roman, serif;
 font-size: 16px;
}
.link {
	font-family: News Gothic MT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9C0323;
}
.smalllink {
	font-family: News Gothic MT, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #9C0323;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 border: 1px solid #FFFFFF;
 height: 100px;
 margin: 0px 0px -10px -3px;
 background: #FFFFFF;
}
#navigation {
 float: left;
 width: 902px;
 color: #FFFFFF;
 padding: 10px;
 border: 0px solid #4CA5DE;
 margin: 0px 0px 0px 0px;
 background: #4CA5DE;
}
#leftcolumn { 
 color: #000000;
 border: 1px solid #000000;
 background: #000000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #FFFFFF;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding-top: 20px;
 padding-left: 20px;
 padding-bottom: -20px;
 padding-right: 20px;
 height: 350px;
 width: 650px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #FFFFFF;
 border: 0px solid #4CA5DE;
 background: #4CA5DE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}