/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-position: -290;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #959368;
	margin-bottom: 20px;
	margin-top: 0px;
}

h1 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
}

h2 {
}

h3 {
}

a {
	color : #AFAA8B;
	text-decoration: none;
}

a:hover {
    color : #938A59;
	text-decoration: none;
	background-color: #191817;
}

a:link {
	color: #AFAA8B;
	text-decoration: none;
	background-color: #191817;
}
a:visited {
	color: #AFAA8B;
	text-decoration: none;
	background-color: #191817;
}

a:active {
	color: #AFAA8B;
	text-decoration: none;
	background-color: #191817;
}
.navigation {
	width: 750px;
	height: 160px;
	position: absolute;
	left: 145px;
}
.container {
	width: 280px;
	height: 470px;
	position: absolute;
	left: 145px;
	top: 160px;
	padding: 10px 10px 10px 10px;
	border: solid #000000 1px;
}
.container2 {
	width: 431px;
	height: 470px;
	position: absolute;
	left: 445px;
	top: 160px;
	padding: 10px 10px 10px 10px;
	border: solid #000000 1px;
}
.leftpanel {
	background-image: url(../images/leftpanel.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 145px;
	height: 578px;
	background-repeat: no-repeat;
}
.rightpanel {
	position: absolute;
	left: 897px;
	height: 578px;
	background-image: url(../images/rightpanel.jpg);
	width: 106px;
	background-repeat: no-repeat;
}
object {
	background-color: #191817;
}
hr {
	height: 1px;
	width: 100%;
	color: #191817;
}
