/* CSS Document */

body {
	background-color:#d5d0d5;
	margin:0px;
	padding:0px;
	font: 13px "Trebuchet MS",Verdana,Arial,Sans-serif;
	color:#231d1a;}
	
#container {
	width:850px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	background:url(img/site_bg.jpg) repeat-y;}
	
#header {
	width:850px;
	height:223px;
	background:url(img/site_header.jpg) no-repeat;
	position:relative;
}

#content {
	padding: 0px 101px 0 101px;
}

#footer {
	width:850px;
	height:52px;
	background:url(img/site_bottom.jpg) no-repeat;
}

div#flashcontent {
	width:642px;
	height:470px;
	}

#header .logo {
	position:absolute;
	top:70px;
	left:100px;
	width:323px;
	height:54px;
}

#header .logo span { visibility:hidden;}
#header a.logo { text-decoration:none;}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

li {
background: url(img/bullet.gif) left 7px no-repeat;
padding-left: 15px;
margin-bottom: 9px;
}

a { color:#231d1a;}
a:hover {color:#d5d0d5;}



