* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #f0f0f0 url('../images/background.jpg') repeat-x 0 0;
	color: #006699;
	font: 14px Verdana, Geneva, sans-serif;
	min-width: 800px;
	text-align: center;
}

table, img {
	border: 0;
}

p {
	margin-bottom: 1em;
}

a img {
	border: none;
}

a:link {
	background: transparent;
	color: #005577;
}

a:visited, a:hover, a:focus, a:active {
	background: transparent;
	color: #113344;
}

input, textarea, select {
	background: url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #FFFFFF url('../images/wrapper.jpg') repeat-y 0 0;
}

#left {
	float: left;
	width: 240px;
	background: url('../images/left.jpg') no-repeat 0 0;
	overflow: hidden;
}

.nav {
	margin: 40px 0 0 24px;
	color: #FFFFFF;
	min-height: 496px;
}

.nav li {
	display: block;
	height: 25px;
	margin: 5px;
	background: url('../images/separator.png') no-repeat bottom left;
}

.nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.leftcontent {
	margin-left: 18px;
}

#right {
	float: left;
	width: 560px;
	min-height: 620px;
	background: url('../images/right.gif') no-repeat 0 0;
	overflow: hidden;
}

.banner {
	margin-top: 30px;
	height: 185px;
	overflow: hidden;
}

.content {
	width: 540px;
	padding: 10px 5px 0 10px;
}

#bottom {
	clear: both;
	height: 50px;
	width: 800px;
	background: url('../images/bottom.jpg') no-repeat 0 0;
}

#footer {
	width: 780px;
	height: 37px;
	padding: 22px 10px;
	margin: 2px auto;
	background: url('../images/footer.jpg') top center no-repeat;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#content-c {
	margin: 0 auto;
	padding: 10px;
}