* {
    padding: 0;
    margin: 0;
} 

body {
    background: #D2D2D2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .74em;
}


#wrap {
margin: auto;
width: 750px;
background-image:  url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 20px;
}

#content {
padding: 0 30px 0 30px;
}

#bottom {
background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
margin-top: 8px;
}


.logo {
	margin-right: 55px;
	
}

.topImage {
	margin-right: 10px;
}

/*.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }*/


	
.middle {
   text-align:left;
   clear:none;
   width: 30%;
   float: left;
   margin-right: 8px;
   
}


.right {
	float: right;
	width: 55%;
	vertical-align: top;
	margin-right: 30px;
}

.right p {
	margin-bottom: 10px;
}

.right h2{
	margin: 20px 0 5px 0;
	color: #733600;
	font-size: 1.45em;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#greenBox {
	margin-top: 20px;
	background-color: #4D9780;
	width: 240px;
	padding: 10px;
}

#innerGeenBox {
	background-color: #4D9780;
	border: 1px solid #fff;	
	color: #fff;
	padding: 10px;
}

#innerGeenBox ul{
	margin: 10px;
	color: #fff;
}

#innerGeenBox a:link, #innerGeenBox a:hover, #innerGeenBox a:active, #innerGeenBox a:visited{
	color: #ffffff;
	text-decoration: none;
}

#footer {
	text-align: center;
	color: #666;
}



 
 
  
 
 
 



