body
{
	background-color: #eeeeee;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;	
	font-family: Verdana, Arial, Sans-Serif;
}

h1
{
	width: 661px;
	height: 28px;

	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: right;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

}

h1 span
{
	display: none;
}


#content
{
	width: 661px;
	background-image: url(bg.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;

	margin-left: auto;
	margin-right: auto;
	
	padding: 0px 0px 20px 0px;

}

#content a
{
	color: #cf5d00;
	text-decoration: none;
	font-weight: bold;
}


/* subnav */
#subnav
{
	background-color: #cf5d00;
	width: 640px;
	
	color: #e9e9e9;
	font-size: .6em;
	font-weight: bold;
	
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 0px;
}

#subnav a
{
	color: #e9e9e9;
	font-weight: bold;
	text-decoration: none;
}

#subnav li
{
	display: inline;
	margin-left: 12px;
}

h2
{
	width: 311px;
	height: 74px;

	background-repeat: no-repeat;
	
	margin: 30px 0px 0px 25px;
	padding: 0px 0px 0px 0px;

}

h2 span
{
	display: none;
}

#sidebar
{
	position: relative;
	top: 85px;
	margin-left: 380px;
	margin-top: -385px;
	padding-bottom: 100px;
}

#sidebar a
{
	font-size: 1.1em;
}

#content #sidebar p
{
	margin-left: 9px;
	color: #666666;
	font-size: .6em;
}

#sidebar h3
{
	background-color: #898989;
	color: white;
	margin-left: 9px;
	margin-top: 35px;
	padding: 3px 3px 3px 5px;
	font-size: .6em;
	width: 253px;
}

#sidebar ul
{
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style: none;
	font-size: .6em;
	width: 252px;
}

#sidebar #features li:before
{
	content: "- ";
}

#links a:link,
#links a:visited
{
	color: black;
	font-weight: normal;
	font-size: 1em;
}

#links a:hover
{
	color: black;
	font-weight: normal;
	font-size: 1em;
	text-decoration: underline;
}

#links a:active
{
	color: black;
	font-weight: normal;
	font-size: 1em;
}

#content p
{
	font-size: .7em;
	width: 300px;
	margin-left: 25px;
}


#content a.notready
{
	text-decoration: line-through;
}

hr
{
	margin-top: 20px;
	margin-bottom: 2px;
	width: 500px;
	height: 1px;
	color: #666;
	background-color: #666;
	border: 0px;
}

#footer
{
	font-size: .7em;
	color: #666;
	text-align: center;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
}

#footer li:after
{
	content: " - ";
}

#footer li.last:after
{
	content: '';
}


#footer li
{	
	display: inline;
}

#footer a
{
	text-decoration: none;
	color: #cf5d00;
}