html, body {
   }

body {

  color: #929292;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300; }

#wrapper {
  clear: both;
  width: 712px;
  overflow: hidden;
  margin-top: 30px;
  margin:auto; }
  
  
  
	
.col {
   
	width:438px;
	background:#FFFFFF;
	float:left;
	margin-top:30px; }
	
aside {
    width: 245px;
	background:#fcf9ee;
	float:right;
	margin-top:57px;
	 }
	
	
	#topbar {
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(../images/top-border.png);
    background-color: #7aa332;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
	position:fixed; }
	
	#emailbox{
	background:#78a22f;
	height:108px;
	width:100%;
	color:#FFFFFF;
	}
	
	.email{
   font-size: 20px;
    margin: 0;
    padding: 14px 50px 5px 15px;
	}
	
	#slogan{
	width:100%;
	height:109px;
	background:#fcf9ee;
	}
	
	.slogan{
	color:#78a22f;
	font-size:28px;
	padding:18px 20px 5px 20px;
	}
	
	#logo{
	    background-image: url(../images/logo.png);
		width:363px;
		height:120px;
		display:block;
margin: 22px 5px 5px 40px;
		}
		
		#mainbody{
		font-size: 18px;
    line-height: 28px;
    padding: 10px 28px 5px 25px;
}
		.cater{
		color:#78a22f;
		font-size:28px;
		}
		
		.form{
		 padding-left: 13px;
		}
		
		.form p{
		padding-top: 11px;
		}
		
		.btn{
			    background-image: url(../images/email.png);
				width:195px;
				height:54px;
				border:0 !important;
				}



	
	
