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

H1, H2, H3, H4, H5, H6 {color: #008c46; font-style: bold; font-family: arial, helvetica, sans-serif; text-align: center;}

h4 {
margin-bottom: 8px;
margin-top: 8px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #A2C09C;
}

#wrapper { 
 margin: 0 auto;
 width: 813px;
 }
 
#faux {
 background-image: url('flakneimg/body5.gif'); 
 margin-bottom: 0px;
 /*overflow: auto;*/ /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 809px;
}
#header {
 width: 809px;
 height: 115px;
 margin: 0px 0px 0px 0px;
 background-image: url('flakneimg/header5.gif');
}

#links a {
color: #aaa;
text-decoration: none;
margin-bottom: 10px;
margin-top: 5px;
display: block;
}

#links a:hover {
color: #bbb;
background-color: #eee;
}


#insideheader {
margin-left: 50px;
position: relative;
top: -10px;
}
#greenline {
 color: #333;
 margin: 0px 0px 0px 0px;
 background-image: url('flakneimg/green5.gif');
 width: 809px;
 height: 8px;
 font-size: 2px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding-left: 15px;
 padding-top: 10px;
 width: 160px;
 float: left;
 margin-left: 20px;
 position: relative;
 top: 6px;
 }

#leftcolumn a {
display: block;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 20px;
font-size: 13px;
}

#leftcolumn a:hover {
display: block;
color: #fff;
text-decoration: underline;
font-weight: bold;
line-height: 20px;
}

#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 559px;
 display: inline;
 position: relative;
 border-right: 0px solid #fff;
 top: 15px;
 left: -20px;
 }
 
 #rightcolumn span {
 margin-top: 40px;
 display: block;
 }
 
 
 #rightcolumn  span a {
 color: #aaaaaa;
 font-size: 11px;
 }
 
 #insiderightcolumn {
	width: 440px;
	}
 
 #footer {
 background-image: url('flakneimg/footer5.gif');
 background-repeat: no-repeat;
 border: 0px solid #ccc;
 overflow: auto;
 margin: 0px;
 height: 30px;
 }

 #top {
 background-image: url('flakneimg/top5.gif');
 background-repeat: no-repeat;
 width: 809px;
 border: 0px solid #ccc;
 overflow: auto;
 height: 43px;
 margin-top: 10px;
 }

 
 #calendar a {
 color: #000066;
 text-decoration: none;
 font-weight: bold;
 }
 
 #calendar a:hover {
color: #008c46; 
 }
 
 
 
 
.clear { clear: both; background: none; }