* {
	color: #000;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h1, h2, h3, h4 {
	margin-bottom: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	margin-top: 15px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #00F;
}

a:hover {
	text-decoration: none;
	text-align: center;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

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

hr {
	display: none;
}

/* title */

#title {
	width: 870px;
	height: 65px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#title h1, #title h2 {
	margin: 0;
}

#title h1 {
	float: left;
	padding-top: 5px;
}

#title h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#title h2, #title h2 a {
	color: #939292;
}

#title a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background-color: #333;

}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 15px 0 15px;

}

#menu li.first {
	background: none;
}

#menu a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color:#FF0
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

/* Content */

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

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	background-color: #FF3;
	border: thin ridge #CCC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999;
}

#footer a {
	color: #999;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}
