body {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 850px;
	background-image: url(images/backimage_02.jpg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	clear: both;
}

a:link {
	text-decoration: none;
	color: #F00;
	font-size: small;
}
a:visited {
	text-decoration: none;
	color: #F00;
	font-size: small;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: small;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
p {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
hr {
	display: none;
}
.yellow {
	color: #FF6;
}

.white {
	color: #EEE;
}

.red {
	color: #F30;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: auto;
	clear: both;
}

#header {
	width: 850px;
	height: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	float: none;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	font-style: italic;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: auto;
	width: auto;
	text-align: center;
	font-size: small;
	font-style: italic;
}
#navbar {
	width: 850px;
	font-size: small;
	height: auto;
	float: right;
	margin-bottom: 20px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: right;
	width: 120px;
	text-align: right;
	margin-top: 0px;
}
#navbar a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	font-size: small;
	font-style: italic;
}
#navbar a:hover {
	color: #F00;
	font-size: small;
	font-style: italic;
}
#contents {
	height: auto;
	width: 850px;
	padding-top: 1px;
	margin-top: 20px;
	text-align: right;
}
#logo {
	float: left;
	height: 500px;
	width: 530px;
	text-align: left;
	margin-bottom: 50px;
}


#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	float: right;
	height: auto;
	width: 180px;
	line-height: 25px;
	font-style: italic;
	margin-top: 100px;
}

#footer {
	width: 850px;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	font-style: italic;
}

