/* CSS Document */

body {
background: #6A418B url(../images/home_hd_bg2.jpg) repeat-x;
}



/** Main Structural Divs **/

#wrapper {
	width: 860px;
	margin: 0 auto;
	background: url(../images/content_bg.jpg) no-repeat bottom left;	
	
}

#head_home {
	width: 860px;
	height: 426px;
	margin: 0;
	background: url(../images/home_hd_bg.jpg) no-repeat bottom left;
}

#head_top {
	width: 860px;
	height: 165px;
}

#center {
	width: 360px;
	margin: 20px 0 0 190px;
	float: left;
	display: inline;
}

#left {
	width: 200px;
}

h1.treb {	
	font-family: "Trebuchet MS", Helvetica, sans-serif, Verdana;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	color: #f4aa00;
}

#left ul {
	padding: 0px 0 0 35px;
	color: #dfd0e6;
}

#left li {
	line-height: 1.3em;
}

