﻿#structure {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -475px;
	width: 950px;
	height: auto;
	font-family: arial;
	font-size: 14px;
}
#header {
	position: relative;
	clear: both;
	width: 950px;
	height: 160px;
	background-color: #fff;
}
#header h1 {
	display: block;
	position: relative;
	float: left;
	clear: none;
	font-size: 50px;
	color: #0196ca;
	margin-top: 78px;
}
#logo {
	position: relative;
	float: left;
	clear: none;
	background-image: url(images/logo.jpg);
	width: 189px;
	height: 128px;
}
#contact {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
	width: auto;
	height: auto;
	font-family: “Lucida Grande”, sans-serif;
	color: #555;
}
#nav {
	position: relative;
	float: left;
	clear: both;
	width: 950px;
	height: 25px;
	background-image: url(images/nav.jpg);
	margin-top: -48px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: “Lucida Grande”, sans-serif;
	color: #444;
}
#nav img {
	padding: 0px 5px 0px 5px;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#content {
	position: relative;
	clear: both;
	width: 950px;
	height: auto;
}
#leftarticle {
	position: relative;
	float: left;
	clear: none;
	width: 550px;
	height: auto;
	padding: 0px 25px 25px 25px;
}
#rightarticle {
	position: relative;
	float: right;
	clear: none;
	width: 323px;
	padding: 24px;
	height: auto;
	padding: 0px 0px 23px 23px;
	border-left: 1px solid #ccc;
}
#fullarticle {
	position: relative;
	float: left;
	width: 900px;
	padding: 25px;
	height: auto;
}
#filter {
	position: relative;
	float: left;
	width: 525px;
	height: auto;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
}
#filter img {
	padding: 10px;
	margin-top: -15px;
}
#content h1,#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	padding-left: 15px;
	letter-spacing: 1px;
	word-spacing: 0px;
	color: #444;
}
a#navhover:hover {
	background-color: #0196ca;
	color: white;
}
a#navhover {
	padding: 5px 10px 5px 10px;
}
#content p {
	margin: 1.25em 0;
	text-align: left;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #555;
}
#content strong {
	color: #333;
}
#content a {
	text-decoration: underline;
}
#footer {
	position: relative;
	clear: both;
	width: 950px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding-top: 7px;
	color: #444;
	border-top: 1px solid #ccc;
}