div, h1, h2, h3, h4, h5, h6, body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: normal;
	color: #600;
}

h3, h4, h5, h6 {
	margin-top: 10px;
}

p, li {
	font-family: sans-serif;
	font-size: 90%;	
}

img {
	border: 0;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

p {
	margin: 0 0 10px 0;
}

#header {
	height: 100px;
	background: #FFF url(../img/page_top.png) repeat-x top;
}
#header h1 {
	background: url(../img/logo.png) no-repeat left top;
	line-height: 100px;
	text-indent: -5000px;
}
#menu {
	border-top: 1px solid #FFF;
	background: #999; /*url(../img/menu_back.png) repeat-x top;*/
	height: 25px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 180px;
}
#menu ul li {
	display: inline;
}
#menu a {
	display: block;
	padding: 0px 17px;
	float: left;
	line-height: 25px;
	overflow: visible;
	color: #FFF;
	text-decoration: none;
	font-size: small;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#menu a:hover {
	background: #FFF;
	color: #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
}
#content {
	margin:25px 0 0 182px;
	padding: 0 20px;
	border-left: 1px solid #600;
	color: #333;
}
#sidebar {
	clear: left;
	float: left;
	width: 150px;
	text-align: center;
	margin: 15px;
	font-weight: bold;
	font-size: small;
}
#sidebar img {
	margin-bottom: 15px;
}

#footer {
	border-top: 1px solid #999;
	text-align: center;
}
#footer a {
	font-size: small;
	color: #666;
}