body{
	color: #FFF;
	font-family: "Verdana", "Tahoma", arial, sans-serif;
	font-size: 9pt;
	margin: 0;
}

a{
	color: #BBB;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#container{
	position: relative;
	width: 950px;
	height: 590px;
	margin: 25px auto 0 auto;
	background-color: #000;
	border-bottom: 1px solid #FF0000;
}

#nav{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	height: 15px;
	background-color: #FF0000;
	padding: 0 1px 0 1px;
}

#nav a.nav-last,
#nav a{
	display: block;
	float: left;
	font-size: 10px;
	color: #FFF;
	border-left: 1px solid #FFF;
	width: 104px;
	margin-top: 1px;
	text-align: center;
}

#nav a.nav-lastselected,
#nav a.nav-last{
	border-right: 1px solid #FFF;
	width: 106px;
}

#nav a.nav-lastselected,
#nav a.selected,
#nav a:hover{
	font-weight: bold;
	text-decoration: none;
}

#left{
	position: absolute;
	top: 262px;
	left: 0;
	width: 68px;
	height: 68px;
	background: #FF0000 url(img/logo-small.png);
}

#left:hover{
	text-decoration: none;
}

#content-header{
	position: absolute;
	top: 15px;
	left: 85px;
	bottom: 0;
	height: 69px;
	width: 314px;
	overflow: auto;
	background: #333 url(img/content-header.gif) no-repeat 12px 12px;
	border-bottom: 1px solid #FFF;
}

#content{
	position: absolute;
	top: 85px;
	left: 85px;
	bottom: 0;
	height: 495px;
	width: 314px;
	overflow: auto;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content p{
	padding-left: 12px;
	padding-right: 12px;
	line-height: 140%;
}

#content small.text{
	padding-left: 12px;
	padding-right: 12px;
	display: block;
}

#content strong.title{
	padding: 7px 12px 0px 12px;
	display: block;
}

#content small p{
	padding-left: 0;
	padding-right: 0;
}

#content h1{
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11pt;
}

#big-image{
	position: absolute;
	top: 15px;
	left: 420px;
	bottom: 0;
	width: 453px;
}

#right{
	position: absolute;
	top: 262px;
	right: 0;
	width: 68px;
	height: 68px;
	background: #000 url(img/grey-small.png);
}

.more-link{
	font-size:8pt;
	font-weight:bold;
	float:right;
	margin-right:12px;
}

.download-link{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.download-link small{
	display: none;
}

.download-link:hover small{
	display: block;
	font-weight: normal;
}

.download-link:hover{
	color: #FFF;
	padding: 5px;
	margin-left: -5px;
	border: 1px solid #BBB;
	background-image: url(img/hover.png);
	text-decoration: none;
	font-weight: bold;
}