@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	color:#660000;
}
h2 {
	color:#660000;
}
h3 {
	color:#660000;
}
p {
	padding-left:5px;
}
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
/* Floats */
.fltleft {float:left;}
.fltright {float:right;}
.fltclear {float:none;}

/* Main content*/
.container {
	
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-bottom:20px;
	text-align: left;
	margin-top:20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.header {
	margin:0px;
	width:100%;
	height:120px;
	border-bottom:1px dashed #ddd;
}
.header_nav {
	margin:0px;
}
.download-box {
	background:#333;
	margin:0px;
	padding:0px;
	height:40px;
	color:#CCCCCC;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.download-box-left {
	background:#333;
	margin-right:200px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
}
.download-box-right {
	float:right;
	background:#F2F2F2;
	width:200px;
	height:40px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
}
.download-box-left p {
	padding-top:10px;
}
.mainContent {
	margin-top:20px;
	padding: 0 20px;
}
.footer {
	background:#ffffff;
	color:#333;
	height:30px;
	margin-top:5px;
	border-top: 1px dashed #ddd;
	margin-bottom:5px;
}