html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	font-size: 90%;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	font-size: 1em;
	color: #b2b2b2;
}

a:visited {
}

 a:hover {
 	color: #f60;
 }
 
.active {
	color: #039;
	font-weight: bold;
}


 /* --- LAYOUT -------------------------- */

#container {
	margin: 10px 0 0 0;
	padding: 0 20% 0 5%;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background: #fff;
	text-align: left;
}

#left {
	margin: 0;
	padding: 0;
	width: 220px;
	min-height: 40em;
	float: left;
}

#left-content {
	margin: 140px 0px 0px 0px;
}

#left-content a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #b2b2b2;
}

#left-content a:visited {
}

 #left-content a:hover {
 	color: #f60;
 }
 
#left-content .active {
	color: #039;
	font-weight: normal;
}

#left-content ul {
	list-style-type: none;
}
	
#left-content li {
	padding: 0.5em 0 0.5em 0;
	margin-left: -10px;
	}

#right {
	margin: 0;
	padding: 0;
	width: 640px;
	min-height: 40em;
	float: right;
}

#right-content {
	margin: 10px 20px 20px 20px;
	font-size: 0.9em;
	letter-spacing: 1px;
	}

#right-content p {
	margin: 0em 5em 0.75em 0em;
}

#right-content p small {
	font-size: 75%;
}

#right-content p a {
	text-decoration: none;
	color: #930;
}

#right-content p a:visited {
}

 #right-content p a:hover {
 	text-decoration: underline;
 	color: #f60;
 }

#right-content i {
	color: #000;
}

#right-content strong {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
}

#right-content h1 {
	font: 2.5em regular Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #f60;
}

#right-content h2 {
	font: 1.35em regular Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #039;
}

#right-content h2 a{
	color: #039;
}

#right-content h2 a:hover {
 	color: #f60;
 }
 
 #sub-menu {
 	padding: 5px 0 0 0;
	font-size: 0.95em;
	color: #ccc;
}
 
 
 #foot {
	margin: 20px 0 0 0;
}

#foot p {
	font-size: 0.95em;
	letter-spacing: 1px;
color: #b2b2b2;
}

#foot a {
	font-size: 1em;
}

#foot a:hover {
text-decoration: underline;
}
