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

body {
	background-color:#958671;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}

#box {
	margin:20px auto;
	width:800px;
	border:2px solid #C7BEAF;
	background-color: #000000;
	}
#box img {
	margin:0px;
	padding:0px;
	border:none;
	}

#header {
	position:relative;
	margin:0px;
	width:800px;
	height:81px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	background-color:#C7BEAF;
	border-bottom:3px solid #958671;
	overflow:hidden;
	}
#header p {
	margin:5px;
	height:15px;
	}	
#header img {
	float:left;
	}
#header a img {
	border:none;
	}
#nav {
	bottom:0px;
	text-align:center;
	margin:32px 5px 0px 0px;
	float:right;
	}
#nav a {
	display:block;
	float:right;
	background:#990000;
	color:#C7BEAF;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
	margin:2px 0px 0px 2px;
	width:105px;
	height:15px;
	}
#nav a:hover {
	background:#FF0000;
	color:#FFFFFF;
	}
.bar {
	text-align:left;
	background:#C4112F;
	color:#C7BEAF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	overflow:hidden;
	}
.bar p{
	margin:4px 20px;
	}
.tempimgholder {
	margin:0px auto;
	overflow:hidden;
	height:244px;
	width:666px;
	}
.tempimgholder img {
	margin:0px;
	padding:0px;
	float:left;
	}
.tempimgholder a img {
	border:none;
	}
.copyright {
	font-size:12px;
	}