html, body {
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
	padding:0;
	margin:0;
	text-align: left;
}
:focus { outline: none; }
a { text-decoration: none; color: #666666; font-size: 11px;}
a:hover { font-weight: bold; }

h4 { 
	color: #4a4a49;
	padding: 0px 0px 6px 0px;
	margin: 0; 
	font-weight: 700;
	font-size: 20px;
	text-indent: 8px;
	border-bottom: 1px dotted #706f6f;
}
#container {
	background-color: #FFFFFF;
	position: relative;
	width:960px; 
	min-height:100%; 
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#container > div.content {width: 100%; min-height: 320px; padding-bottom: 107px;}
#container > div.content > div.text {
	float: left;
	width: 200px;
	height: 206px;
	margin-left: 33px;
	color: #706f6f;
	font-weight: 100;
	font-size: 15.2px;
}
#container > div.content > div.text > p { margin: 28px 0px 28px 8px; }
#container > div.content > div.downloads {
	width:688px;
	height: 306px;
	float: right;
	margin-right: 22px;
	color: #666666;
}
#container > div.content > div.downloads > h4 { font-size: 18px; margin: 2px; padding-bottom: 6px;}
#container > div.content > div.downloads > div{
	width: 25%;
	float: left;
}
#container > div.content > div.downloads > div > h5 {
	font-size: 14px;
	margin: 10px 0px 6px 0px;
	text-indent: 25px;
}

#container > div.content > div.downloads > div > img { margin-left: 25px; float: left; }
#container > div.content > div.downloads > div > img:nth-child(1) { margin: 18px 0px 21px 0px; width: 158px; }
#container > div.content > div.downloads > div > a { margin: 3px 0px 0px 8px; float: left; }
#container > div.bottom {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 107px;
}
#container > div.bottom > li:nth-child(2) {
	background-color: #ffd511;
	display: inline-block;
	position: absolute;
	margin-top: 79px;
	width: 271px;
	height: 28px;
}
#container > div.bottom > li:nth-child(3) {
	background-color: #727171;
	display: inline-block;
	position: absolute;
	margin: 79px 0px 0px 271px;
	width: 689px;
	height: 28px;
}