body { margin:0; padding:0; background: #353535; text-align:center; font:11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color:#666; }

h1 {
	background: url(images/logo.png) no-repeat;
	height: 129px;
	width: 597px;
	margin: 0 auto;
	text-indent: -1000em;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}

.header {
	background-color: #b5b5b5;
	background-image: 	url("images/column-background.png");
	background-repeat: 	repeat-x;
	color: #000;
	width:  680px;
	height: 27px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px;
	border: 1px solid #3c3c3c;
	text-align: left;
	vertical-align: top;
	font: bold 14px/27px "Lucida Grande", sans-serif;
}

.content {
	background-color: #e7e7e7;
	width:  680px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px;
	font: 13px/1.6em "Lucida Grande", sans-serif;
	border: 1px solid #3c3c3c;
	border-top: 0px;
	border-bottom: 1px solid #3c3c3c;
	color: #000;
	text-align: left;
}

.download {
	background-color: #bbc5d7;
	width:  680px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px;
	font: 13px/1.6em "Lucida Grande", sans-serif;
	border: 1px solid #3c3c3c;
	border-top: 0px;
	border-bottom: 1px dashed #3c3c3c;
	color: #000;
	text-align: left;
}

.news_date {
	font-weight: bold;
}

.news_item {
	font-style: italic;
	position: relative;
	left: 15px;
}

p, ol {
	display: block;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

hr {
	width: 100%;
	height: 0;
	margin: 20px 0;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(255,255,255,0.1);
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.note {
	font-size: 11px;
	line-height: 1.4em;
}

/* @group Instructions */

ol {
	padding: 20px 5px;
	background-color: rgba(255,255,255,0.03);
}

li {
	list-style-type: none;
}

li span {
	color: rgba(255,255,255,0.5);
}

.projects {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 198px;
}

.projects .project {
	font-size:  		12px;
	padding: 			10px 0px 10px 12px;
	
	background-color:	#a1a1a1;
	background-image: 	url("images/column-background.png");
	background-repeat: 	repeat-x;
	
	position: 			relative;
	width:				198px;
	margin: 			0px 1px 1px 0px;
	color:				#626262;
	text-decoration:	none;
	display: 			block;
	float: 				left;
	padding: 			8px 0px 8px 12px;
}

.projects a.project:hover {
	background-color: #747474;
}

/* @end */
