@charset "utf-8";
/* CSS Document */

body {
	background-color: black; 
	color:white;
}

.logo {
	text-align:center;
}

.line_image {
	margin:2px 2px 0px 0px;
	border:1px solid white;
}

.left_image {
	float: left;
	margin:5px 5px 5px 0px;
	border:1px solid white;
}

.right_image {
	float: right;
	margin:5px 0px 5px 5px;
	border:1px solid white;
}

img.additional_images {
	float: left;
	margin:3px 3px 0px 0px;
	border:1px solid white;
}

img.center_image {
	margin:5px 5px 5px 5px;
	border:1px solid white;
}

img.lnav_button {
	margin: 1px 0px 1px 0px;
	border=0;
}

#container {
	width:800px;
}

#header {
	text-align:center;
}

#lnav {
	width:185px;
	float:left;
	text-align:left;
	padding-top:1px;
	padding-bottom:2px;
}

#main {
	width:611px;
	float:left;
}

#footer {
	clear:both;
}
.style2 {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
.style3 {
	color: #999999
}
.style4 {
	font-size: small;
	color: #FF0000;
}
.style5 {font-size: small; color: #999999; }

