@charset "utf-8";
/* CSS Document */

body {
	margin:0px; padding:0px;
	background:#000;
	font-family: Tahoma;
	font-size: 12px;
	font-style:normal;
	}
a {
	color:#977552;
	}
a:visited {
	color:#977552;
	}
a:hover {
	text-decoration:none;
	}
h1 {
	font-size:20px;
	color:#AB7827;
	}
p {
	line-height:1.5em;
	color:#222;
	padding:0 5px 0 5px;
	}
.img_left, .img_center, .img_right {
	padding:3px; margin:4px;
	border:#AB7827 solid 1px;
	}
.img_left {
	float:left;
	}
.img_right {
	float:right;
	}
#wrapper {
	height:630px; width:977px;
	margin:0 auto;
	}
#container {
	width:800px; height:630px;
	float:left;
	}
#header {
	width:800px; height:130px;
	background:url(../images/header.png) top left no-repeat;
	}
#sidebar {
	width:190px; height:490px;
	padding:10px 0 0px 10px;
	margin:5px 0 0 0;
	background:url(../images/sidebar_bg.png) top left no-repeat;
	float:left;
	}
#content {
	width:560px; height:530px;
	float:right;
	background:url(../images/content_bg.png) top center no-repeat;
	padding:10px;
	margin:0 10px 0 0;
	}
#contentText {
	width:560px; height:510px;
	overflow:scroll;
	}
#sidebar ul {
	margin:0; padding:0;
	list-style:none;
	}
#sidebar li {
	margin:0 0 5px 0; padding:0;
	list-style:none;
	}
#sidebar li a, #links li a:visited {
	width:160px; height:25px;
	padding:8px 0 0 15px;
	border:#fff solid 1px;
	color:#fff;
	text-decoration:none;
	display:block;
	}
#sidebar li a:hover {
	color:#AB7827;
	width:160px; height:25px;
	padding:8px 0 0 15px;
	border:#AB7827 solid 1px;
	text-decoration:none;
	display:block;
	}
#photobar {
	width:177px; height:640px;
	margin:20px 0 0 0;
	float:right;
	}
#photobar .header {
	width:146px; height:130px;
	background:#000;
	margin:0; padding:0 0 0 30px;	
	}
#photobar .photo {
	width:175px;
	margin:0; padding:0px 0 24px 0;
	background:#000 url(../images/film.png) top left no-repeat;
	text-align:center;
	}
#photobar .photo img {
	padding:3px; margin: 10px 0 10px 0;
	}
#footer {
	width:950px; height:67px;
	background:#fff url(../images/footer.png) top left no-repeat;
	}
#footer .at {
	float:left;
	width:300px;
	margin:30px 0 0 210px;
	padding:10px 0;
	text-align:center;
	}
#footer .arch {
	float:right;
	width:200px;
	margin:30px 0 0 0;
	padding:10px 0;
	text-align:center;
	}
	
.clear {
	clear:both;
	display:block;
	margin-bottom:-1px;
	height:1px;
	line-height:0;
	}