* {
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: #54448d;
	text-decoration: none;
}

a:hover {
	color: #9f2860;
	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: #4c4c4c;
background: #ffffff url(../images/body_bg.jpg) repeat-x;
}

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

#banner_div {
padding: 0px;
margin-top: 10px;
}

#banner_image {
	float: right;
	margin-right: 4px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #ffffff;
}

#navbar_div {
	float: left;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	text-transform: lowercase;
}

#navigation {
background: url(../images/nav_bg.jpg) repeat-x;
width: 392px;
margin-left: 4px;
height: 40px;
}

#navigation a { 
color: #53438c;
text-decoration: none;
margin: 15px;
}

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

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

#content_div {
padding: 0px 20px 20px 20px;
background: url(../images/content_bg.png) repeat-y;
}

#footer_div {
background: url(../images/footerbg.png) no-repeat;
padding: 20px 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 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px; 
}

h3 {
	font-size: 24px;
	line-height: 24px;	
}

h4, h5, h6 { 
	font-size: 16px; 
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #53438c;
	}

#logo {
	width: 348px;
	height: 107px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -3333px;
    border: 1px solid #c1c1c1;
	margin-left: 25px;
	position: absolute;
}
