/*
      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; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}

a:link { 
color: #FFFFFF;  
font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: normal;  
text-decoration: none;  
}
a:active { 
color: #FFFFFF;  
font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: normal;  
text-decoration: none;  
}
a:visited { 
color: #FFFFFF;  
font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: normal;  
text-decoration: none;  
}
a:hover { 
color: #FFFFFF;  
font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: normal;  
text-decoration: none;  
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #1E583B;
	border: 5px solid #1E583B; 
}
#header {
	color: #333;
	width: 900px;
	float: left;
	height: 174px;
	background-image: url(../images/header.png);
	background-repeat: repeat;
	margin-top: 10px;
}
#navigation {
 float: left;
 width: 880px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #1E583B;
}
#navigation2 {
 float: left;
 width: 880px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #6C3947;
}
#content{
	height:auto;
	background-color: #FFF;
	float:left;
	width:900px;
}
#leftcolumn { 
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 658px;
 float: left;
 background: #FFF;
}

#leftcolumn a{ 
 color: #333;
}
#rightcolumn { 
 float: left;
 color: #FFF;

 margin: 0px 0px 0px 0px;
 padding: 11px;
 height: auto;
 width: 200px;
 display: inline;
 background: #1E583B;
}
#footer { 
 width: 880px;
 clear: both;
 color: #FFF;
 background: #1E583B;
 padding: 10px;
}

.imgborder{
	border: 2px solid #FFF;
}
.imgpad{
	border: 2px solid #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

ul{
	list-style-position: inside;
	list-style-type: square;
	}
	
.floatleft{
	float:left;
}
.tablefloatright{
	float:right;
	color: #060;
}
