body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	background-color:#FFFFFF;
	width:100%;}
#headerL{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	height:186px;
	width:100%;
	background-image: url(../temp-images/header_fill.gif);
	background-repeat:repeat-x;
	z-index:1;
}
#headerR{
	position:absolute;
	right:0px;
	top:0px;
	height:186px;
	width:429px;
	float:right;
}
#links{
	position:absolute;
	left:0px;
	top:186px;
	height:34px;
	width:100%;
	background-image:url(../temp-images/links_fill.jpg);
	background-repeat:repeat-x;
	float:left;
	padding-left:8px;
}
#container{
	background-image:url(../temp-images/left_fill.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#container1{
	background-image:url(../temp-images/left_fill.jpg);
	background-repeat:repeat-y;
	background-position:right;	
}
#content{
	padding:20px 12px 10px 35px;
	}
#menu{
	position:relative;
	width:180px;
	float:right;
	right:25px;
	border:#FFCC66 solid 1px;
	margin:0px 0px 15px 15px;
	}
#clearfloats{
	clear:both;
}
#footer{
	background-image: url(../temp-images/footer_fill.gif);
	background-repeat:repeat-x;
	width:100%;
	height:36px;
	font-size:10px;
	color:#CCCCCC;
}
.footerlink{
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}
.footerlink:hover{
	color:#FFCC00;
}
a {
	color:#FF9900;
} 
a:hover{
	color:#333333;
	text-decoration:none;
}

#menu li a {
	color:#333333;
} 
#menu li a:hover{
	color:#CC9900;
	text-decoration:none;
}
.text {
	font-size:11px;
	color:#000001;
	line-height:18px;
}
.bulletmenu{
	list-style-image: url(../temp-images/bullet_menu.gif);
	line-height: 18px;
	list-style-type:square;
}
.bullet{
	list-style-image: url(../temp-images/bullet.gif);
	line-height: 18px;
	list-style-type:square;
}
.menutext {
		padding:5px 0px 5px 20px;
}
.feature {
	color:#CC0000;
}
.subtitle {
	font-size:11px;
	color:#FF6600;
	font-weight: bold;
} 
.title {
	font-size:18px;
	font-weight: bold;
	color:#FF9900;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
.borders { 
BORDER: #FF9900 1px solid; 
}
