html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

html
{
	background: #666 url(Images/Background.gif) repeat-x scroll top left;
}

br.clear, hr.clear
{
	border: none;
	height: 0px;
	clear: both;
}

a img
{
	border: none;
}

#Container
{
	width: 815px;
	height: 100%;
	border-left: 5px solid #3c3c3c;
	margin: 0 auto;
}

#Cover
{
	border: 5px solid #3c3c3c;
	padding: 0;
	width: 190px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -400px;
	z-index: 1;
	margin-bottom: 5px;
}
#Cover a
{
	margin: 0;
	padding: 0;
	position: relative;
	left: -10px;
	top: 4px;
	display: block;
}
#Cover img
{
	margin: 0;
	padding: 0;
}

#Keywords
{
	background-color: #363636;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin-right: 10px;
	z-index: 200;
	right: 0;
	width: 815px;
	overflow: hidden;
}
#Keywords li
{
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}
#Keywords div.f1
{
	float: left;
	position: relative;
	left: 50%;
}
#Keywords div.f2
{
	position: relative;
	left: -50%;
}

#Keywords a
{
	color: #666;
	text-decoration: none;
}

#Divider
{
	height: 90%;
	width: 1px;
	background: transparent url(Images/CutHere.gif) repeat-y scroll top left;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -365px;
	z-index: 0;
}

#Content-Container
{
	width: 570px;
	border: 5px solid #3c3c3c;
	background-color: #cdcdcd;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -180px;
	color: #333;
}

#Content-Container a
{
	color: #333;
}

#Content
{
	width: 580px;
	position: relative;
	left: -10px;
	padding-top: 120px;
	background-color: #cdcdcd;
	height: 100%; /* of the container */
}

#Copyright
{
	width: 570px;
	position: absolute;
	margin-top: 10px;
	height: 29px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 20px;
}

#Copyright a
{
	text-decoration: none;
}
#Copyright a:hover
{
	color: #999;
}

#e950
{
	width: 32px;
	height: 29px;
	float: right;
	background: transparent url(Images/e950.gif) no-repeat scroll top left;
}
#e950 span
{
	position: absolute;
	left: -200%;
}

h1
{
	width: 512px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: transparent url(Images/Title.png) no-repeat scroll top left;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -155px;
	z-index: 3;
}
h1 span
{
	position: absolute;
	top: -2000px;
}

#InfoControls
{
	width: 210px;
	position: absolute;
	top: 315px;
	left: 50%;
	margin-left: -400px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	height: 13px;
	z-index: 1;
}

#InfoControls a
{
	display: block;
	float: left;
	height: 13px;
	line-height: 15px;
	background-color: #3b3b3b;
	color: #999;
	text-decoration: none;
	text-align: center;
}

#InfoControls a.bulleted
{
	background: #3b3b3b url(Images/Bullet.gif) no-repeat scroll center left;
	padding-left: 4px;
}

#InfoControls a:hover
{
	color: #ccc;
}

#InfoControls a.bulleted:hover
{
	background-image: url(Images/Bullet.hover.gif);
}

#InfoControls-Buy, #InfoControls-Home
{
	width: 73px;
	margin-right: 8px;
}

#InfoControls-Buy
{
	width: 76px;
}

#InfoControls-Language
{
	width: 27px;
}

.print_block
{
	display: none;
}
