/*
-----------------------------------------------
NTH Base Styles
----------------------------------------------- */

html {
	margin:0 auto;
	padding:0;
}

body {
	background-color: #1B0704;
}

/* IE 6 Hack */
* html body {
	margin-top: 0;
	margin-left: -5px;
}

/* IE 7 Hack */
*:first-child+html {
	margin-top: -7px;
}

#wrapper {
	display: block;
	margin-top: -8px;
	margin-left: -8px;
	width: 1043px;
	height: 795px;
}

/* IE 6 Hack */
* html #wrapper {
	width: 1050px;
}

/* IE 7 Hack */
*:first-child+html #wrapper {
	width: 1050px;
}

#header {
	height: 60px;
	width: 1043px;
	background-image: url(images/desk_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#main_content {
	width: 1043px;
	height: 580px;
	background-color: #1B0704;
}

/* IE 6 Hack */
* html #main_content {
	width: 1050px;
}

/* IE 7 Hack */
*:first-child+html #main_content {
	width: 1050px;
}

#main_left {
	height: 580px;
	width: 65px;
	background-image: url(images/desk_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

#main_flash_content {
	width: 860px;
	height: 580px;
	float: left;
	background-color: #1B0704;
}

#main_right {
	height: 580px;
	width: 118px;
	background-image: url(images/desk_right.jpg);
	background-repeat: no-repeat;
	float: left;
}



#main_bottom {
	height: 138px;
	width: 1043px;
	background-image: url(images/desk_bottom.jpg);
	background-repeat: no-repeat;
}

#flashcontent {
	color: #ffffff;
}

#flashcontent a {
	color: #ffffff;
}

#flashcontent a:hover {
	color: #ffffff;
	text-decoration: underline;
}