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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
body {
	background-color: #000;
}
img {
	margin-bottom: 10px;
	border: 1px solid #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#main {
	background-color: #999;
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
}
#header {
	background-image: url(logos/lorlogo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 850px;
}
#nav {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F30;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
}
#main #nav a {
	color: #F30;
	text-decoration: none;
}
#main #nav a:hover {
	text-decoration: underline;
	color: #F30;
}
#leftsidebar {
	text-align: center;
	float: left;
	width: 150px;
	padding-top: 5px;
}
#content {
	margin-left: 160px;
	padding-right: 15px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-align: center;
	width: 850px;
	background-color: #999;
	clear: both;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}
#main #footer p a {
	color: #FFF;
	text-decoration: underline;
}

