@charset "utf-8";
body {
	background-color: #06000C;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	width: 936px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/box-bg-layout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}
#container #nav {
	color: #F0C900;
	padding-top: 57px;
	padding-left: 102px;
	height: 25px;
}
#container #nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #nav li {
	float: left;
	padding-right: 12px;
}
#container #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F0C900;
	font-weight: bold;
	text-decoration: none;
}
#container #nav a:hover, #container #nav #current a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#container #main, #container #maincs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 102px;
	padding-top: 12px;
	width: 350px;
	float: left;
	height: 360px;
	position: relative;
	line-height: 17px;
}
#container #maincs {
	color: #FFFFFF;
}
#container #main p, #container #maincs p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#container #main h1, #container #maincs h1 {
	padding: 0px;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#container #main h1 a {
	text-decoration: none;
}

#container #main a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#container #main a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container #maincs a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#container #maincs a:hover {
	color: #000000;
	text-decoration: none;
}
#container #previous {
	position: absolute;
	left: 105px;
	bottom: 5px;
}
#container #next {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#container #next a, #container #previous a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#container #pic {
	float: right;
	padding-right: 92px;
	padding-top: 1px;
	position: relative;
}
#container #pic #flash {
	position: absolute;
	height: 120px;
	width: 120px;
	top: 2px;
	right: 92px;
}
#container #pic #logoflash {
	position: absolute;
	top: 18px;
	right: 110px;
}
