@charset "UTF-8";
/* CSS Document */

html, body, div#flashContainer, div#flashDiv {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background: url(../images/img_BGRepeat.jpg) repeat;*/
	background-color: #010101;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2d2d2d;
}

#flashDiv:focus {
	outline: none;
}

#flashDiv {
	position: absolute;
	z-index: 0;
}

#flashContainer {
	position: absolute;
	z-index: 0;
}

#altHeader {
	height: 414px;
	width: 100%;
	/*background: url(../images/img_HeaderBGrepeat.jpg) repeat-x;*/
}

#altWraper {
	position: absolute;
	margin-left: 50%;
	top: 0px;
	left: -450px;
	width: 900px;
	padding: 25px;
	background: #f2f2f2;
}

#altNav {
	position: fixed;
	float: left;
	width: 150px;
}

#altContent {
	float: right;
	width: 750px;
}

a:link {
	color: #271d13;
	text-decoration: none;
}

a:visited {
	color: #271d13;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

#panel {
	/*position: absolute;
	margin-left: 50%;
	left: -470px;*/
	top: 0px;
	background-color: #ffffff;
	width: 100%;
	display: none;
	/*z-index: 90;*/
}