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

a:link{ 
text-decoration: none;
color:navy;
font-weight: bold; 
font-style: italic;
}
a:visited{
text-decoration: none;
color:#000000;
font-weight: bold; 
font-style: italic;
}
a:hover {text-decoration:none; 
color:navy; background-color:#92e0aa;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin-left: auto;
 margin-right: auto;
 width: 665px;
}
#header {
 color: #333;
 width: 665px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 111px;
 margin: 10px 0px 0px 0px;
 background: white;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 480px;
 width: 150px;
 float: left;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: autopx;
 width: 470px;
 float: right;
 text-align: right;
 }
#footer { 
 width: 665px;
 height: 20px;
 clear: both;
 color: black;
 border: 0px solid #ccc;
 background: #cc9acd;
 margin: 5px 5px 10px 5px;
 padding: 10px;
}
#footer2 { 
 width: 665px;
 height: 20px;
 clear: both;
 color: white;
 border: 0px solid #ccc;
 background-color: #FFFFFF;
 margin: 5px 5px 10px 5px;
 padding: 0px;
}
