@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(500_60_white.png);
	word-wrap: break-word;
}

blockquote {
	background-image: url(500_60_white.png);
	color: #444;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color: #111;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #999;
	text-decoration: underline;
}

.container {
	width: 820px;
	margin: 0 auto;
}

header {
	background: #000;
}

.sidebar1 {
	float: left;
	width: 320px;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 500px;
	float: left;
	height: 748px;
	overflow-y: scroll;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

.content img {
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

nav ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: none;
 	font-weight: bold;
}

nav li {margin-bottom: 10px;
}

nav ul a {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 300px;
	color: #EEE;
	background-image:url(320_60_black.png);
	text-decoration: none;
}

nav ul a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 300px;
	text-decoration: none;
	color: #BBB;
	background-image:url(320_60_black.png);
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #FFF;
	text-decoration: underline;
	background-image: url(320_30_black.png);
}

.youarehere {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 300px;
	color: #000;
	background-image:url(320_65_white.png);
	text-decoration: none;

footer {
	padding: 10px 0;
	background: #000;
	position: relative;
	clear: both;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}
