@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding: 0;
	border: 0;
	}
	
	
img {
	margin: 0px;

	}
ul, ol {
	list-style-type: none;
	
	}	
a {
	text-decoration: none;
	}
#body{
	background-image:url(images/green_cup.jpg);
	background-repeat:repeat;
	 background-attachment: scroll;
	 min-height:9400px;
	}		
#wrapper{
	width: 955px;
	background-color: #E7E4CB;
	position: relative;
	top: 236px;
	left: 207px;
	
}
#wrapper  #col1{
	
	width:427px;
	min-height:500px;
	float:left;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom:20px;
	
 			}
#wrapper  #col1 img{
	float:right;
	margin: 40px auto 0px auto;
	padding:0 0 0 10px;
			}
#wrapper #col2{
	background-color:#b33a25;
	padding-bottom:20px;
	width:472px;
	min-height:600px;
	float:right;
	
	}
#wrapper #col2 img{
	padding:0 0 0 30px;
	margin: 40px auto 0px auto;
	float:left;
	}	 
	
	
#header{
	background-image: url('images/arc3.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 242px;
	width: 955px;
	position: fixed;
	left: 207px;
	float: left;
	z-index: 5;
	}
h1{    
	text-align: center;
	margin-top: 15px;
	color:#629045;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	}	
	
#footer{
	width:955px;
	height:113px;
	background-color:none;
	border-style: solid; 
	border-color:#629045;
    border-top-width: 4px;
	
	
	}         
		
.clear{
	clear: both;
	}