* {
	margin: 0;
	padding: 0;
}

body {
background: #BDBABA repeat-x;
font-family:font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #333;
text-align: left;
}

a {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #666666;
}

#content a {
text-decoration: underline;
color: #ff0000;
}
#content a:hover {
text-decoration: none;
color: #ff0000;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
background:url(../brown/banner.jpg) center
height: 80px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #FF5500;
}
#header h1 a { 
color: #37AB96;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #fff;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 70px;
line-height: 70px;
background: #fff url(menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color:  #6E6F6F;
text-decoration: underline;
}

#content {
background: #fff url(content.gif) repeat-y;
padding: 0 20px 20px 20px;
vertical-align: top;
}

.floatright { 
float: right; 
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;}

.floatleft { 
float: left; 
margin:0px 10px 20px 20px;
border: 1px solid #666;
padding: 2px;}

.copy {
padding-left:.2cm;
padding-right:.2cm;
}



.mid {
float: left;
width:750px;
text-align: justify;
}
.mid h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right {
float: right;
width: 580px;
text-align: justify;
vertical-align: top;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 0 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #37AB96;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #A6A6A6;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #000000;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #6E6F6F;
}

ul.inside 
{
list-style-position: inside
}

#bottom {
background: #fff url(bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: left;
font-size: 11px;
}

