* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
}

a {
text-decoration: none;
color: #157D6A;
}
a:hover {
text-decoration: underline;
color: #37AB96;
}

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

#header {
height: 80px;
}
#header h1 { 
font-size: 17px;
letter-spacing: -1px;
padding: 5px 12px 0px 12px;
color: #37AB96;
text-decoration: none;
font-weight: 100;

}
#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(images/menu.gif) 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: #37AB96;
text-decoration: none;
}

#content {
background: #fff url(images/content.gif) repeat-y;
padding: 0 20px 20px 20px;
}

.right {
	float: right;
	width: 580px;
	text-align: justify;
	margin-top: 5px;
	padding-right: 5px;
}
.right h2 {
	font-size: 15px;
	font-weight: 100;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	letter-spacing: -1px;
}
.right h2 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.right h2 a:hover {
color: #37AB96;
}

.left {
	float: left;
	width: 160px;
	margin-top: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
.left h2 {
	padding-left: 5px;
	height: 24px;
	line-height: 24px;
	background: #111;
	color: #fff;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #157D6A;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #37AB96;
}

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

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

