/*
      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; }

img {border: 0}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size:100%;
 background-color: #FFFFFF;
}
#wrapper { 
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 1000px;
 background-color: #713801;

}
#header {
 width: 1000px;
 height: 50px;
 float: left;
 text-align: right;
}
#header2 {
 width: 1000px;
 height: 4px;
 float: left;
 background-color:#FFFFFF;
}
#leftcolumn { 
 color: #333;
 height: 510px;
 width: 170px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #F2F2E6;
 height: 510px;
 width: 830px;
 display: inline;
}
#footer { 
 width: 1000px;
 clear: both;
 height: 4px;
 background: #FFFFFF;
}
#footer-2 { 
 width: 1000px;
 float:left;
 height: 25px;
 background: #CC6600;
 color: #FFFFFF;
 font-size: small;
 padding-top: 5px;
}


ul
{
list-style-type: none;
padding: 0;
margin: 24px 0px 16px 0px;

}

li {
	padding: 0;
	margin: 7px 0px;
}

#logo {
	width: 170px;
	text-align:center;
}

#textversion {
	width: 170px;
	padding-left: 5px;
}

#address {
	width: 830px;
	padding-left: 25px;
}

a:active, a:visited, a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	