* {
outline: none;
}

body {
margin: 0px;
padding: 0px;
background: #eff7f7 url(../images/bodybg.jpg) top center no-repeat;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#wrapper {
width: 940px;
margin: 0px auto;
}

#contact_div {
	padding: 20px 0px 0px 0px;
	color: #71ab6d;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

#banner_div {
	position: relative;
	height: 195px;
}
 
#navbar_div {
padding: 10px 20px;
background: #ebebeb;
margin: 0px -20px;
zoom: 1;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
}

#navbar_div a {
text-decoration: none;
color: #999999;
display: block;
float: left;
margin-right: 40px;
}
#navbar_div a.current {
	color: #d26fd8;
}
#navbar_div a:hover {
	color: #d26fd8;
}

#slogan {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 85px;
	color: #666666;
}

#slogan img {
	margin-top: 10px;
}

#content_div {
	padding: 20px 0px;
}

#footer_div {
	padding: 20px 0px;
	border-top: 1px solid #dfdfdf;
	background: url(../images/footer.png);
	color: #71ab6d;
}
#footer_div a {
	color: #71ab6d;
}
#footer_div a:hover {
	color: #333333;
}

.clear {
clear: both;
}

a img {
border: none;
}

p {
padding: 0px;
margin: 9px 0px;
}

a {
color: #b356be;
text-decoration: none;
}

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

#logo {
	padding: 0px;
	margin: 0px;
	width: 384px;
	height: 83px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
	position: absolute;
	top: 85px;
	left: 0px;
}
#logo a {
	display: block;
	width: 384px;
	height: 83px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 9px 0px;
	margin: 0px;
}
h1, h2 {
	color: #71ab6d;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
h3, h4, h5, h6 {
	color: #b457bf;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
