html
	{
	padding:0px;
	margin:0px;
	width:100%;
	}
	
body
	{
	padding:0px;
	margin:0px;
	font:12px/14px Trebuchet Ms,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:100%;
	background:#2d2a24;
	}
	
#header{
	background:url(/flash/images/header-red.gif) repeat-x;
	height:40px;
	width:100%;
}

#header #headerContent{
	width:900px;
	margin:0px auto;
}
	
#header #headerContent ul{background:url(/flash/images/header-sep.gif) top right no-repeat;}
#header #headerContent ul,
#header #headerContent ul li{list-style:none;padding:0px;margin:0px;}

#header #headerContent ul li{list-style:none;float:left;}
#header #headerContent ul li a
{
	float:left;
	display:block;
	color:#FFF;
	text-decoration:none;
	height:40px;
	background:url(/flash/images/header-sep.gif) no-repeat;
}
#header #headerContent ul li a:hover
{
	text-decoration:underline;
	color:#FFFF99;
}
#header #headerContent ul li a span{display:block;padding:12px 30px 0px 30px;}
#header #headerContent ul.left{float:left;}
#header #headerContent ul.right{float:right;}


#content{margin:0px auto;width:900px}
div.left{float:left;}
div.demoview{border:10px solid #FFFFFF;float:left;clear:both;margin:0px;padding:0px;display:block;}

h1{
font-size:36px;
font-family:Trebuchet Ms,Arial, Helvetica, sans-serif;
letter-spacing:-1px;
text-transform:uppercase;
padding:0px 0px;
margin:45px 0px;
}
h2{
font-size:18px;
line-height:24px;
font-family:Trebuchet Ms,Arial, Helvetica, sans-serif;
letter-spacing:-1px;
text-transform:uppercase;
padding:0px 0px;
margin:25px 0px 10px 0px;
}


#content p{font-size:12px;line-height:18px;padding:0px 0px 15px 0px;margin:0px 0px 0px 0px}
#content ul{padding:0px;margin:0px 0px 20px 20px;list-style:disc;}
#content li{padding:0px 0px 6px 0px;}
#content a{color:#cc3300;}
