html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.emphasize {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}

.emphasize2 {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.just {
	text-align: justify;
}

body {
	
	/*background: #000000;#0D0D0D*/
	background: #000000 url(images/background.jpg) repeat-x;
	
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;/*#989898*/
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 4px;
}

#head {
	position: relative;/*absolute*/
	top: 0px;
	left: 0px;/*401*/
	width: 771px;/*370*/
	height: 266px;
	background: url(images/header.jpg) no-repeat;
}
#topnav {
	position: relative;/*absolute*/
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
#left-box1 {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 285px;
	height: 1590px !important;						/*CONTENT + 65*/
	height: 1595px;								/*CONTENT + 70*/
	background: #131212 url(images/left_bg.jpg) repeat-x;
}
#left-box1 .inner {
	padding: 20px 0px 0px 8px;

}
#left-box1 h2 {
	margin: 10px 0px 0px 0px;
}
#left-box1 p.date {
	font-weight: bold;
}
#left-box1 p {
	margin: 3px 2.5em 1em 1.3em;
}

#left-box1 hr {
	margin-right: 8px;
	color: #720000;
}

#left-box2 {
	position: absolute;
	top: 590px;
	left: 0px;
	width: 285px;
	height: 319px;
	background: #131212 url(images/left_bg.jpg) repeat-x;
}
#left-box2 .inner {
	padding: 20px 0px 0px 8px;
}
#left-box2 h2 {
	margin: 10px 0px 0px 0px;
}
#left-box2 p.date {
	font-weight: bold;
}
#left-box2 p {
	margin: 3px 2.5em 1em 1.3em;
}
#nav {
	position: absolute;
	top: 271px;
	left: 285px;
	width: 486px;
}
#nav img {
	float: left;
}
#content {
	position: absolute;
	top: 336px;
	left: 285px;
	width: 486px;
	height: 1525px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 290px;/*254*/
	margin-left: 1px;
	/*overflow: auto;*/
}

#content .inner {	
	background-image: url(images/welcome_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 27px;	
}

.inner h2 {
	padding-bottom: 10px;

}


#content .inner2 {
	margin-top: 10px;
	height: 615px;
	background-image: url(images/videobckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 27px;/*10 27*/	
}

.just2 {
	padding-left: 175px;
	text-align: justify;
}

#content .date {
	margin-top: 0.5em;
}

#content p {
	margin: 0.9em;
}


#tray {
	margin-top:1600px;					/*CONTENT + 75*/
	border: 1px solid #181818;
}
#tray .redbox {
	float: left;
	width: 217px;
	height: 310px;
	min-height: 279px;
	background: #800000 url(images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}

#tray .redbox last{
	float: left;
	width: 217px;
	height: 310px;
	min-height: 279px;
	background: #800000 url(images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-left: 2px;
}

#tray a {
	font-size: 12px;
}
ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: center;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
	font-size: 12px;
}