h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 60px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 2px;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #F60;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 22px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
a:visited {
	text-decoration: none;
}
.copyright {
	font-size: 11px;
	color: #666;
}
a:link {
	text-decoration: none;
}
.sidebar {
	background-color: #101718;
	position: absolute;
	height: 100%;
	width: 20px;
	left: 0px;
	top: 0px;
}

.divider{
	margin: 30px 0 50px;
}

.shadow {
	-moz-box-shadow: 0px 1px 4px #202020;
	-webkit-box-shadow: 0px 1px 4px #202020;
	box-shadow: 0px 1px 4px #202020;
}
	
	
.active {
	color: #F60;
}
