@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	background: #f5f5f5;
}
p, ul, ol, blockquote {
	margin-bottom: 14px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #CCC;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	background: #fff;
}
#header {
	background: #ffffff;
	border-bottom: 10px solid #000;
	padding: 5px 10px 0 10px;
}
#sub-header {
}
#content {
	width: 540px;
	float: left;
	padding: 30px;
}
#content h1, h2, h3, h4 {
	margin-bottom: 14px;
}
#content blockquote {
	margin: auto 20px 15px 20px;
	background: #fef49c top left no-repeat url('quote.png');
	padding: 20px 10px 15px 60px;
	min-height: 30px;
	color: #000;
}
#content ul {
	margin-left: 20px;
}
#content ol {
	margin-left: 30px;
}
#sidebar {
	width: 280px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}
#sidebar .box {
	padding: 20px;
	background: #dfffcc;
	margin-bottom: 20px;
}
#sidebar h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 0 10px;
}
#sidebar ul li:before {
	content: "\25BA \0020";
	color: #C00;
}
#floor {
	clear: both;
	font-size: 12px;
	font-style: italic;
	padding: 10px 40px 10px 40px;
}