html {
	height: 100%;
	background: transparent url(../image/background.png);
	background-position: left top;
}

* html #wrapper{
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, sans-serif;
	color: #555;
	background: transparent url(../image/nav_background.png);
	background-repeat: repeat-x;
	background-position: 0 43px;
}

img {
	border: none;
	behavior: url(iepngfix.htc);
}

#main table {
	color: #555;
	border: 5px #FFF solid;
	border-spacing: 0px;
}

#main table td {
	height: 30px;
}

.title {
	background: transparent url(../image/table_title_bg.png);
	text-align: center;
	height: 40px;
	font-family: Times, serif;
	font-size: 28px;
	color: #139bec;
	font-weight: normal;
}

.columnHeader {
	background: transparent url(../image/table_column_bg.png);
	height: 30px;
	text-align: center;
	color: #FFF;
}

#wrapper {
	text-align: center;
	min-height: 100%;
	width: 800px;
	margin: 0px auto 0px;
	background: transparent url(../image/sidebar_background.png);
	background-repeat: repeat-y;
	position: relative;
}

#header {
	float: left;
	height: 167px;
	width: 800px;
	margin-top: 10px;
	
}

#nav {
	text-align: center;
	width: 400px;
	height: 102px;
	width: 500px;
	font-family: Times, serif;
	font-size: 30px;
	margin: 0;
	padding: 65px 0 0 0;
}

html>body #nav {
	float: right;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	padding-right: 35px;
}

#nav ul li a {
	font-family: Times, serif;
	color: #139bec;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #6cbcec;
}

#logo {
	width: 300px;
	float: left;
}

#sidebar {
	float: left;
	width: 250px;
	margin-top: 0px;
	padding: 10px 25px 0 25px;
	line-height: 30px;
}

#sidebar h1 {
	font-family: Times, serif;
	color: #139bec;
	font-weight: normal;
}

#sidebar h2 {
	font-size: 14px;
}

#sidebar a {
	text-decoration: none;
	color: #139bec;
	background-color: #eee;
}

#sidebar a:hover {
	color: #6cbcec;
}

ul {
	margin: 0;
	padding-left: 20px;
	list-style: url(../image/bullet.png) outside;
}

ul a {
	text-decoration: none;
	color: #139bec;
}

ul li a:hover {
	color: #6cbcec;
}

#main li {
	line-height: 25px;
}

#main {
	color: #FFF;
	float: left;
	width: 465px;
	padding: 0 0 0 35px;
}

#main img {
	padding: 0 0 20px 0;
}

#main tr img {
	padding: 0;
}

.formButtons {
	float: right;
}

#content {
	width: 800px;
	text-align: left;
}

.clearer {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	height: 100px;
}

.contactFooter {
	font-size: 14px;
	color: #bbb;
}

.contactFooter a {
	text-decoration: none;
	color: #bbb;
}

#footer {
	background: transparent url(../image/footer_bg.png);
	text-align: center;
	height: 50px;
	color: #fff;
	position: relative;
	bottom: 0;
	padding-top: 10px;
	margin-right: auto;
	margin-top: -60px;
	margin-left: auto;
	width: 100%;
	line-height: 20px;
}