body {
	font-family: georgia, verdana, arial;
	font-size: 11px;
	background: #ce8717;
}

strong {
	font-weight: bold;
}

p {
	padding: 0 15px 0 15px;
	color: #3f3f3f;
	line-height: 17px;
}

h1 {
	font-size: 18px;
	margin: 20px 0 7px 0;
	position: relative;
	left: 10px;
}

h2 {
	font-size: 18px;
	margin: 20px 0 7px 0;
}

h3 {
	font-size: 16px;
	margin: 20px 0 7px 0;
	position: relative;
	left: 10px;
}

	
#base {
	background: url(../images/base_bg.png) repeat-y;
	width: 814px;
	min-height: 1000px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
}

	#header img {
		margin: 10px 0 0 10px;
		float: left;
	}

#info {
	width: 664px;
	float: left;
	height: 60px;
	margin: 72px 0 0 0;
	color: #fff;
	line-height: 35px;
	background: url(../images/header_bg.png);
	font-family: verdana, arial;
}

#menu {
	height: 30px;
	width: 790px;
	background: url(../images/menu_bg.png);
	clear: both;
	line-height: 28px;
	position: relative;
	left: 2px;
	font-family: verdana, arial;
}

	#menu li {
		display: inline;
		height: 30px;
	}

	#menu a {
		height: 30px;
		color: #fff;
		padding: 8px 20px 9px 20px;
		text-decoration: none;
	}

	#menu a:hover {
		height: 30px;
		background: url(../images/menu_bg_hover.png);
	}

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

#sidebar {
	width: 200px;
	float: left;
}
