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

a:link {color: #647527; text-decoration: underline; }
a:visited {color: #647527; text-decoration: underline; }
a:hover {color: #0e1e27; text-decoration: underline; }
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
 border:thin;
 color: #000000;
 }
#header {
 color: #e0d9c7;
 width: 760px;
 float: left;
 height: 120px;
 background: #0e1e27;
}
#leftcolumn { 
 color: #333;
 background: #e0d9c7;

 width: 65px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 background: #e0d9c7;

 width: 500px;
}
#rightcolumn { 
 color: #333;
 background: #e0d9c7;

 width: 195px;
 float: left;
}
#footer { 
 width: 744px;
 height: 18px;
 clear: both;
 color: #e0d9c7;
 background: #0e1e27;
 font-size: 12px;
 text-align: center;
 vertical-align: middle;
 padding: 8px;
}


.footer_invisible {
 color: #0e1e27;
 } 

#wrapper #content img {
	margin-top: 16px;
	margin-bottom: 2px;
}

#wrapper #content p {
	margin-bottom: 16px;
}
#wrapper #rightcolumn img {
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	color: 0e1e27;
}

.footerLink {
	color: #647527;
	}
	
.downloadText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
a.downloadLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	}
a.footerLink {
	color: #ffffff;
	}

ul {
 	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 12px;
	}
	
li {
	margin-bottom: 12px;
	}
