body
{
	font-family		: Arial, Geneva, Helvetica, sans-serif;
	margin			: 0px;
}

h1
{
	font-size		: 20px;
	font-weight		: normal;
}

.content
{
	font-size		: 12px;
	letter-spacing		: 1px;
	color			: black;
	line-height		: 18px;
}

.link
{
	color			: #F96411;
}

div#window
{
	position		: absolute;
	top			: 50%;
	left			: 50%;
	width			: 958px;
	height			: 480px;
	margin-top		: -240px;
	margin-left		: -479px;
	padding-top		: 23px;
	padding-left		: 16px;
	padding-right		: 20px;
	padding-bottom		: 23px;
	background-color	: #FFFFFF;
	background-image	: url("_images/bg.jpg");
}
			
div#theme
{
	width			: 64px;
	height			: 434px;
	background-color	: #7F7F7F;
	float			: left;
	margin-right		: -3px;
}

div#head
{
	width			: 858px;
	height			: 64px;
	border-bottom-style	: solid;
	border-bottom-width	: 2px;
	border-bottom-color	: #FF6400;
}
			
.nav1
{
	font-size		: 13px;
	letter-spacing		: 1px;
	text-decoration		: none;
}

a.nav1:hover
{
	color			: #FF6400;
}

.nav2
{
	font-size		: 12px;
	color			: #646464;
	text-decoration		: none;
}

a.nav2:hover
{
	color			: #FF6400;
}

.speclink
{
	font-size		: 1px;
	color			: #FFFFFF;
	text-decoration		: none;
}