@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #a9a9a9;
}
h1, h2, h3, h4, p, ul, ol {
	margin-bottom: 14px;
}

h1 {
	color: #0070c0;
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

img {
	border: 0;
}
blockquote {
	background: #d1e3ef;
	margin: 0 30px 20px 30px;
	border: 1px solid #66aadc;
}
blockquote h4 {
	background: #66aadc;
	padding: 5px 14px;
	color: #fff;
}
blockquote p {
	padding: 0 14px;
}

#wrap {
	width: 970px;
	margin: 0 auto -15px auto;
	background: left repeat-y url('shadow.png') #efeee4;
	padding: 0 10px
}
#cover {
	background: top repeat-x url('header.png');
}
#body {
	background: top left no-repeat url('head.png');
}
#header {
	min-height: 96px;
}
#menu {
	text-align: right;
	margin-top: 58px;
	position: absolute;
	width: 970px;
	font-size: 13px;
}
#menu a {
	background: #555555 top left no-repeat url('tab.png');
	color: #fff;
	text-decoration: none;
	padding: 6px 10px;
	margin-right: 10px;
}
#menu a:hover {
	background: #333333 top left no-repeat url('tab.png');
}
#left-side {
	width: 688px;
	float: left;
}
#left {
	width: 172px;
	margin-top: 154px;
	padding: 20px 10px 0 10px;
	float: left;
}
#left a {
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left ul {
	list-style: none;
}
#left li {
	padding: 3px 0;
}
#middle {
	width: 471px;
	padding: 20px 10px 0 15px;
	float: right;
}
#middle ul, ol {
	margin-left: 30px;
}
#right {
	width: 260px;
	float: right;
	border-left: 1px solid #d2d0c1;
	background: #efeee4;
	padding: 20px 10px 0 10px;
}
#right a {
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
#right ul {
	list-style: none;
}
#right li {
	padding: 3px 0;
}
#floor {
	clear: both;
	background: top repeat-x url('bottom.png');
	color: #fff;
	padding-top: 20px;
	text-align: right;
	padding-right: 15px;
	min-height: 49px;
}
