/*
     
	  

	  Heavily Modified Layout based on 
	
	  fw-26-2-col layout design

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

ul, ol {margin:0;padding:0;}
ul li, ol li {margin:0 2em 0 2.25em;padding:0;}
* html .byfloatedimage{float: left;} /* IE Only Hack */

#artsamples img{  border-style: solid;  color:black; border-color:black;}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 

 margin: 0 auto;
 width: 922px;
}
#header {
 color: #c79f5b;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 175px;
 margin: 10px 0px 5px 0px;
 background: #025423;
}




#navcolumn { 
 color: #FFFFFF;
 /*border: 1px solid #ccc; */
 background: #025423;
 
 padding: 10px;
 height: 100%;
 width: 195px;
 float: left;
 list-style:none;
 
}



#mailinglist { 
color: #FFFFFF;
border: 1px solid #ffffff;
text-align:center;

background:#025423;
width: 185px; 
position:relative;
display:inline;
height: auto; 
width:195px;
float: left;
} 
 




#navcolumn h2{color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;	font-size: 22px;}
#navcolumn a:link, #navcolumn a:visited { color: #FFFFFF; background-color: transparent; font-weight:bold; text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 16px;}
#navcolumn a:hover, #navcolumn a:active { color: #c79f5b; background-color: transparent; text-decoration: underline;font-family: Arial, Helvetica, sans-serif;	font-size: 16px;}
#navcolumn ul li{list-style:none; padding:5px;} 


#rightcolumn { 
 float: right;
 color: #000000;
 border: 1px solid #ccc; 
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: auto;
 width: 678px;
 display: inline;
 position: relative;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 
}

/* fixes ul bullets */
#rightcolumn ul li{position:relative; left:13px;}
/*
#rightcolumn p{padding:5px;}

#rightcolumn h3{padding:5px;}
*/


#footer {
	
 color: #ffffff;
 width: 922px;
 float: left;
/* padding: 10px; */
/* border: 1px solid #ccc; */
 height: 75px;
 margin: 0px 0px 5px 0px;
 background: #025423;
 position:relative;
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#footer a:link, #footer a:visited { color: #FFFFFF; background-color: transparent; font-weight:bold; text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
#footer a:hover, #footer a:active { color: #c79f5b; background-color: transparent; text-decoration: underline;font-family: Arial, Helvetica, sans-serif;	font-size: 13px;}
