* {
	margin: 0;
}
html, body {
	height: 100%;
	background: #CCCC99 url('../images/bg.gif') repeat-y 30px 0px; 
	color: #818174;
	font-family: tahoma,"lucida console", sans-serif;
	font-size: 0.95em;
	line-height: 1.8em;
}


.wrapper {
	min-height: 100%;
    min-width: 1000px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
	   
}
a:link {
	color: #666666;
	text-decoration: none}

a:visited {
	color: #7A7A7A;
	text-decoration: none}

a:hover {
	color: #D3141B;
	text-decoration: none;}
	
#left {
	     
       width: 27%;
       text-align:left;
       float:left}
#left ul {
       position:relative;
       top:-50px;
       font-family: 'Courier New', Courier, monospace;
       font-size:36px;
       line-height:65px;
       font-weight:bolder;
       list-style:none }  
#left ul li.one { padding-left:20px } 
#left ul li.two { padding-left:10px } 
#left ul li.three { padding-left:50px } 
#left ul li.four { padding-left:10px }    
#right {
	   text-align:right;
       width: 60%;
       padding-right:2%;
       float:right;
        }
#right span {
	display: block;
	clear: both
	}
#right span img {
       padding-top: 15px } 

H1 {   color: #666666;
	font-family: 'Courier New', Courier, monospace;
       font-size:36px;
       line-height:65px;
       font-weight:bolder;
	   margin-right: 150px;}
h2 {
		padding-left: 25px; font-size: 1.1em}
		
#chops {
   	float: left;
	height: 333px;
	width: 300px;
    margin:0;
    padding:0 }
#chops img {
	border: none;    
	margin:0;
    padding:0 
	}
	
#links {
	text-align: left
}

#links ul {
	list-style: none;
}
.footer {
	text-align: right;
	 
}
.footer a {
  background: transparent url('../images/artyessm.gif') no-repeat 97% 0%;
  display: block;
  height: 160px;
  width: 100%;
}

.footer a span {
  visibility: hidden;}
.footer, .push {
	height: 160px; /* .push must be the same height as .footer */
}
.footer img {border:none; }

#home {
	background: none}

#copy { 
   font-family: courier;
   padding: 2px 2% 5px 0}
   
.thumb {margin:16px; border: none}
