@charset "utf-8";

html,body{
	height:100%;
	margin:0 0 1px;
	padding:0;
}
body{
	background: #040404;
	color: #ccc;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	position: relative;
	text-align: center;
}

a { color: #CCC; }


#mainContent img {
	border: 10px solid #333;
	margin: 20px 40px;
}

#container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #333;
	text-align: left;
	background: #101010;
} 
#header {
	padding: 0 10px 0 0; 
	height: 90px;
	background: url(../images/header.jpg) no-repeat;
} 
#header h1 {
	margin: 0; 
	line-height: 90px;
	height: 90px;
	width: 600px;
	position: relative;
	text-indent: 20px;
}
#sidebar1 {
	float: left; 
	width: 200px; 
	padding: 15px 0;
}
#mainContent {
	margin: 0 0 0 210px; 
	padding: 0 20px; 
} 
#footer {
	padding: 0 10px 0 20px; 
	clear: both;
	text-align: right;
	font-size: .92em;
} 
#footer p {
	margin: 0;
}
.floatright 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#search {
	float: right;
	height: 30px;
	width: 250px;
	margin-top: 50px;
}

#sidebar1 h3, #sidebar1 p {
	margin-right: 10px;
	margin-left: 10px;
}

#sidebar1 h3 {
	line-height: 1.8;
}


#header a, #sidebar1 h3 a { text-decoration: none; }

#header h1 span {
	background: url(../images/header.jpg);
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#sidebar1 p { 
	font-size: .92em;
	line-height: 1.3;
	}

.thickbox{/* dummy class for DW*/}

#center { text-align: center; }

#flashcontent {
		height: 500px;
		margin-top: 20px;
	}

#outer {
	background: url(../images/page_bak.jpg) repeat-y center;
}

