body {
background-image: url(images/bggreen.jpg);
background-repeat: repeat;
padding: 0;
margin: 0;
font-family: arial, helvetica, verdana;
font-size: 13px;
line-height: 1.25em;
color: #333;
text-align: center;
}
 
a {
color: #C67737;	
}

a:link {
text-decoration: none;	
}

a:visited {
text-decoration: none;
color: #C67737;

}
a:hover {
text-decoration: none;
color: #915F3D;
}

a:active {
text-decoration: none;
color: #915F3D;
}
	
#header {
background-color: #FFF;
height: 150px;
text-align: center;
}

#wrapper{
margin: auto;
width: 860px;
background-image: url(images/bggreen.jpg);
background-repeat: repeat;
border: #333 1px solid;
padding: 20px;
margin-top: 30px;
}
 
#container{
margin: auto;
width: 860px;
background-color: #fff;
border: #333 1px solid;
}
  
#leftcol {
width: 200px;
float: left;
text-align: left;
font-size: 13px;
line-height: 1.25em;
color: #333;
}

#rightcol {
width: 180px;
float: right;
text-align: left;
font-size: 12px;
line-height: 1.5em;
color: #333;
padding: 100px 20px 0px 20px;
margin-top: 20px;
}

#mainindex {
width: 360px;
height: 690px;
margin-left: 220px;
margin-top: 20px;
text-align: left;
padding: 10px 30px 0px 30px;
font-size: 13px;
line-height: 1.25em;
border-right: #999 solid 1px;
}

.section {
border-top: #999 dashed 1px;
padding-top: 20px;
margin-top: 20px;
}

.callout {
color: #47A279;
}

.pic {
padding: 20px;
}

.name {
padding-top: 55px;
font-size: 15px;
}

#footerline {
height: 40px;
margin: auto;
padding-top: 10px;
text-align: center;
font-size: 11px;
letter-spacing: .1em;
width: 800px;
color: #333;
}
