﻿body {
	background: black;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: white;
}
#wrapper {
	margin: 0 auto;
	width: 890px;
	background: black;
	font-size: 1.20em;
	
}
#item  {
	border-style:double;
	border-color:white;
	width:451px;
}

#header {
	height: 250px;
	padding-top: 20px;
	background-image:url('images/header/bg_header.gif') ;
	background-color: black;
	border-bottom:thick;
	background-position: center;
}
#header p {
	padding-top:95px;
	padding-right:10px;
	float:right;
}
#menu {
	float:right;
	width:165px;
	background: black;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 5px;
}
#menu ul {
	padding-left: 10px;
	list-style-type: none;
	float: left;
}
#menu li {
	float: left;
}
#menu li a {
	padding: 0 10px;
	display: block;
	color: #ffffff;
	margin-right: 2px;
}
#menu li a:hover {
	border-style:none;
	padding-left:10px;
}
#sidebar {
	float: left;
	width: 140px;
	background: black;
	padding-top: 1px;
	padding-bottom:1px;
}
#sidebar-bottom {	
	text-align:center;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 1px;
}
#sidebar li {
}
#sidebar li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: white;
	padding-left: 8px;
}
#sidebar li a:hover {
	background: black;
	color: #eea439;
	margin-left:15px;
	border-bottom: 1px solid white;
}
#content {
	float: left;
	width: 450px;
	min-height: 200px;
	background:black;
	}
#top {
	background:black;
	width:510px;
	height:75px;
}	
.entry {
	padding: 0px 25px;
	line-height: 1.75em;
	
	width:455px;
}
#footer {
	clear: both;
	height: 180px;
	background-image:url('images/footer.png');
}
#footer-valid {
	padding-top: 80px;
	padding-left: 130px;
	cursor: default;
	color: #ffffff;
	font-size: x-small;
}
#footer-valid a {
	color: #ffffff;
	text-decoration: none;
}
#footer-valid a:hover {
	color: #eea439;
	font-weight: bold;
	text-decoration: underline;
}
#footer-right {
	float: right;
	padding-top: 5px;
	padding-right: 100px;
	cursor: default;
	color: #ffffff;
	font-size: x-small;
}
#footer-right a {
	color: #ffffff;
	text-decoration: none;
}
#footer-right a:hover {
	color: #eea439;
	font-weight: bold;
	text-decoration: underline;
}





* {
	margin: 0;
	padding: 0;
}
img {
}
p {
	margin-bottom: 1.75em;
}
a {
	text-decoration:none;
	color: black;
	border-color:black;
}
a:hover {
	text-decoration: none;
	color: #eea439;
	border-color:black;

}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	position: relative;
	top: 50px;
	left: 30px;
	letter-spacing: 1px;
	color: #aaaaaa;
	font-style: italic;
}
h2 {
	padding-bottom: 10px;
	padding-top: 1px;
}
h3 {
	padding-left: 10px;
}
h5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	color: #222222;
}

h6 {
	font-weight: bolder;
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: black;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #eea439;
	font-weight: bold;
}
i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0099;
	color: purple;
	font-variant: small-caps;
	font-weight: bold;
}
strong {
	color: #e7a02e;
	font-weight:bolder;
	font: status-bar;
	padding-left:10px;
}
