
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #7f9919;
}

a:hover {
	text-decoration: none;
}

body {
	color: #3D3D3D;
	background: #F4F5F5;
	font-size: 11pt;
	text-shadow: -1px -1px 0px #ffffff;
	font-family: "Open Sans", sans-serif;
}

br.clearfix {
	clear: both;
}

h1, h2, .nav-title, .hdrei {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: 'Oxygen', sans-serif;
	margin-bottom: 1em;
	color: #000;
}

h1 {
	font-size: 1.75em;
}

h2, .nav-title, .hdrei {
	font-size: 1.5em;
}

p {
	margin-bottom: 1.5em;
}

.img {
	float:left;
	margin: 5px 10px 0 0;
	border-radius: 5px;
	border: solid 5px white;
	box-shadow: 0px 0px 0px 1px #D4D5D5, 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 980px;
	position: relative;
}

#header {
	position: relative;
	padding: 35px;
	width: 910px;
	height: 100px;
}

#logo a {
	text-decoration: none;
	color: #3D3D3D;
	font-size: 2.5em;
	font-family: 'Oxygen', sans-serif;
	opacity: 0.6;
	-webkit-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#logo a:hover {
	text-decoration: none;
	opacity: 1;
	filter:alpha(opacity=60);
}

#inner {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border: solid 1px #D4D5D5;
}

#banner {
	margin: 0;
	width: 910px;
	height: 260px;
	position: relative;
	padding: 35px;
}

#page {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	width: 980px;
	line-height: 2em;
}

.nav {
	float: left;
	width: 200px;
	margin: 10px 0 0 35px;
}

.nav ul {
	list-style:none;
}

.nav li {
	margin:5px 0;
}

.nav a{
	text-decoration:none;
	color: #3D3D3D;
	-webkit-transition: background-position .5s ease, color .8s ease;  
	-moz-transition: background-position .5s ease, color .8s ease;
	-o-transition: background-position .5s ease, color .8s ease;
}

.nav a:hover{
	color:#7f9919;
	text-decoration:none;
}

#content {
	float:right;
	color: #3D3D3D;
	margin: 10px 35px 0 0;
	width: 700px;
}

#content li {
	margin: 0 0 0 45px;
}

#footer {
	padding: 60px 0 110px 0;
	text-align: center;
}

#footer a {
	color: #7f9919;
}
