body {
	margin-top: 50px;
	padding: 0;
	background: #454545;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 250px;
	
}

#logo {
	width: 1000px;
	height: 202px;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	background: url(images/logo2.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #0000ff;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #0000ff;
}

#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/menu.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/sep.jpg) no-repeat right top;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#menu li a:hover, #menu li a:active {
	color: #666666;
	}


#menu .current_page_item a {
	color: #666666;
}




#wrap {
}

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

#content {
	float: left;
	width: 550px;
}

#content-temp {
	float: left;
	width: 500px;
}

#content-print {
	float: left;
	width: 750px;
}
.text {
	padding: 0 20px;
	line-height: 200%;
}

.text h1 {
	font-weight: normal;
}

.text a:hover, a:active {
    color:#FFCC00;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin-top: -30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.quote {
	padding: 0 15px;
	font-size:18px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar-temp {
	float: left;
	width: 270px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/item.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #000000;
}

.sidebar a:hover, a:active {
    color:#FFCC00
}


#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a:hover, a:active {
    color:#FFCC00
}

#footer .lastupdated {
	float: left;
}
#footer .sitemap {
	float: right;
}