html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #CFCFCF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #989898;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0D0D0D;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 4px;
}
#head {
	position: absolute;
	top: 0px;
	left: 401px;
	width: 370px;
	height: 266px;
	background: url('images/header.jpg') no-repeat;
}
#topnav {
	position: absolute;
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
}
#nav {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 771px;
}
#nav img {
	float: left;
}


#content {
	position: absolute;
	top: 336px;
	left: 0px;
	width: 770px;
	/*height: 254px;*/
	background: #1E1E1E url('images/left_shadow.jpg') no-repeat top left;
}
#content-bot {
	background: url('images/body_bg.gif') repeat-x bottom;
	/*height: 254px;*/
	margin-left: 1px;
	overflow: auto
}


#content .inner {
	padding: 10px 27px;
}
#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#tray {
	margin-top: 330px;
	border: 1px solid #181818;
}
#tray .redbox {
	float: left;
	width: 217px;
	_height: 279px;
	min-height: 279px;
	background: #800000 url('images/red_bg.jpg') repeat-x;
	margin-left: 10px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: url('images/footer_bg.gif') repeat-x bottom;
	height: 26px;
	margin-right: 5px;
	position: relative
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}





/* GALLERY */
/* slides styling */

#photo { padding: 0 20px; background: #1E1E1E; width: 710px; height: 950px; text-align: left; display: block; margin: 0 auto 0 auto; }

#photo ul { list-style: none; padding: 0; margin: 0; width: 320px; background: #1E1E1E; border: 1px solid #1E1E1E; position: relative; height: 590px;}

#photo ul li { display: inline; width: 100px; height: 143x; float: left; margin: 2px; }

#photo ul li a { display: block; width: 100px; height: 143px; cursor: default; background: url('images/arrow.gif') no-repeat; text-decoration: none }

#photo ul li a b { display: none; }

#photo ul li a img { display: block; width: 100px; height: 143px; border: 0px solid #999; }


#photo ul li a:active, #photo ul li a:focus { position: static; outline: 0; }

#photo ul li a:focus.vert img, #photo ul li a:active.vert img { position: absolute; left: 290px; top: 0; width: 350px; height: 525px; padding: 4px; border: 1px solid #999; margin: 0 45px; }