@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#container {
	height: 708px;
	width: 900px;
	display: block;
	background-image: url(../images/back.jpg);
	margin-right: auto;
	margin-left: auto;
}
#containerabout {
	height: 708px;
	width: 900px;
	display: block;
	background-image: url(../images/backabout.jpg);
	margin-right: auto;
	margin-left: auto;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #331900;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 20px;
	text-align: center;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #331900;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 20px;
}
#imageview {
	height: 448px;
	width: 875px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#nav p {
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
#nav p a:link, #nav p a:visited {
	color: #331900;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#nav p a:hover {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: ##331900;
}
#content {
	height: 448px;
	width: 875px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content p {
	float: right;
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.current {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#content h1 {
	color: #333333;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.left {
	padding: 10px;
	float: left;
}
.right{
	width: 480px;
	float: right;
}
