/* RESET! */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }


html { 
	height: 100%;
	background-color: #494640; 
}

body {
	font: small/1.5em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

ul {
	padding-left: 30px;
	list-style-type: square;
}

a {
	color: #fff;
}

#shadow_container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: center;
	background: url(../images/shadow_middle.png) repeat-y center;
}

#shadow_bottom {
	position: relative;
	margin: -10px auto 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 980px;
	text-align: center;
	background: url(../images/shadow_bottom.png) no-repeat 0;
	height: 25px;
}

#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100%;
	text-align: left;
}

#header {
	width: 950px;
	height: 100px;
	text-align: center;
	background-color: #000;
}

#flashheader {
	position: relative;
	height: 121px;
	z-index: 100;
}

#flashcontent {
	margin-top:0px;
	height: 600px;
	background-color: #78756e;
}

#content_container {
	width: 950px;
	position: relative;
	background: #78756e url(../images/sight.gif) no-repeat 0 -180px;
}

#content {
	padding: 25px 50px 50px;
	position: relative;
	overflow: hidden;
}

#left {
	float: left;
	width: 500px;
}

#right {
	float: right;
	width: 300px;
}

#footer {
	height: 10px;
	background-color: #000;
}

.headline {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
