* {
outline: none;
}
.clear {
clear: both;
}
.floatright {
	float: right;
	margin: 0px 0px 9px 18px;
}
.floatleft {
	float: left;
	margin: 9px 18px 0px 0px;
}

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

a img {
border: none;
}

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

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

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

#wrapper {
width: 980px;
margin: 0px auto;
padding: 0px;
}

#banner_div {
background: #fce5ef;
padding: 0px;
margin: 0px;
height: 175px;
}

#bannerimages {
float: right; 
padding: 10px; 
margin: 10px;
background: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
border: 1px solid #92be5a;
}

#navbar_div {
	float: left;
	color: #e986b3;
	font-weight: bold;
	font-size: 12;
	margin: 0px;
	height: 39px;
	width: 980px;
	text-align: center;
}

#navigation {
padding-top: 10px;
background: url(../images/nav_bg.png) repeat-x;
width: 944px;
margin-left: 18px;
height: 39px;
}

#navigation a { 
color: #cb0074;
text-decoration: none;
}

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

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

#content_div {
padding: 20px;
background: #fce5ef;
}

#footer_div {
background: url(../images/footerbg2.png) no-repeat;
padding: 80px 20px 10px 20px;
font-size: 12px;
}

#footer_div a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#footer_div a:hover {
	color: #333333;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
margin: 9px 0px;
padding: 0px;
}
h1, h2, h3 {
	color: #81b143;
	font-size: 30px;
	line-height: 34px;
}
h4, h5, h6 { 
	font-size: 18px;
	line-height: 22px;
	color: #81b143;
}

#logo {
	width: 980px;
	height: 100px;
	background: url(../images/logo2.png) no-repeat;
	text-indent: -3333px;
}

#logo {
	display: block;
	width: 980px;
	height: 100px;
	margin: 0px;
	padding: 10px;
}

