body { 
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative; 
	min-width: 600px; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
}

#header img {
	border: 0;
	padding: 3px;
}

#header #logo {
	padding-left: 10px;
	padding-top: 3px;
}

#header { 
	background-color: #b40000;
	color: #ff0;
	height: 20px;	
	position: absolute; 
	top: 0; 
	left: 0; 
	min-width: 600px; 
	width: 100%; 
	height: 70px; 
	border-bottom: 5px solid #4f4d53;
	}
	
#navigation { 
	position: absolute; 
	background-color: #e3e3e3;
	top: 75px; 
	left: 10px; 
	width: 15%; 
	margin: 1% 1% 0 0; 
	padding: 3px;
	border: solid 1px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	}

#navigation a {
	display: block;
	color: #000;
	font-weight: normal;
	padding: 2px;
	}

#navigation a.selected {
	color: #fff;
	background-color: #4f4d53;
	}

#navigation .third {
	margin-left: 10px;
	font-size: 11px;
	}

#navigation .second {
	margin-left: 10px;
	}

#navigation .first {
	margin-bottom: 10px;	
	}

#content { 
	position: absolute; 
	color: #666666;
	top: 75px; 
	left:20%; 
	min-width: 360px; 
	width: 55%; 
	margin-top: 1%; 
	}
	
#content img {
	border: 0;
}

#content .title {
	font-weight: bold;
	border-bottom: 1px solid;
	}

#content .entrycontent {
	margin-top: 12px;
	margin-bottom: 45px;
	text-align: justify;
	}

#content .separator {
	background-color: #baa67a;
	text-align: justify;
	padding: 5px;
	}
	
#content .entrycontent td.text {
	padding-left: 20px;
	}

#content .entrycontent .download {
	color: #b40000;
	text-decoration: none;
	padding: 7px;
	border-style: solid;
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
	}

#content img {
	display: block;
	}

#google_ad { 
	position: absolute; 
	top: 75px; 
	left: 80%; 
	width: 19%; 
	margin: 1% 0 0 1%; 
	}
