* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
	text-decoration: none;
	color: #F40000;
}
a:hover {
	text-decoration: underline;
	color: #020B50;
}

#wrap {
	width: 800px;
	margin: 10px auto;
}

#header {
	height: 20px;
	background: #eee url(images/top.jpg) no-repeat;
}
#header h1 {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#menu {
	height: 180px;
	background: #eee url(images/header_deeds.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #333;
text-decoration: none;
}

#content {
	background: #eee url(images/content.jpg) repeat-y;
	padding: 20px;
}

.main {
	border-top: 3px solid #333399;
	background: #e4ecf5 url(images/courthouse20.gif) no-repeat;
	padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.submaingroup {
	border-top: 3px solid #333399;
	background: #ececfa;
	padding: 10px;
	width: 720px;
	border: 3;
	border-color: #36C;
	border-bottom: 1px solid #333399;
	float: left;
}

.submainleft {
	background: #ececfa;
	padding: 10px;
	width: 320px;
	float: left;
}
.submainleft h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.submainleft h2 a {
text-decoration: none;
}
.subleft h2 a:hover {
color: #111;
}

.submainright {
	background: #ececfa;
	padding: 10px;
	width: 320px;
	float: right;
}
.submainright h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.submainright h2 a {
text-decoration: none;
}
.subright h2 a:hover {
color: #111;
}



#bottom {
	background: #eee url(images/bottom.jpg) no-repeat;
	padding: 10px 0;
}

#footer {
	font-size: 11px;
	color: #33C;
	text-align: center;
}

