* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: small;
	padding-bottom: 40px;
	color: #000;
	background: #fff;
}
.invisible, hr {
	display: none;
}
img, fieldset {
	display: block;
	border: none;
}
a {
	text-decoration: none;
}
.page {
	width: 770px;
	margin: 0 auto;
	padding-top: 41px;
	font-size: 116%;
}
.left, .right {
	width: 210px;
	float: left;
	overflow: hidden;
}
.right {
	width: 560px;
}
.logo {
	position: relative;
	width: 210px;
	height: 110px;
	margin-bottom: 88px;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
}
.logo a {
	display: block;
	cursor: pointer;
	color: #000;
	padding-top: 15px;
	text-decoration: none;
}
.logo a:hover {
	text-decoration: underline;
}
.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 210px;
	height: 110px;
	background: url('../images/logo.png') no-repeat left top;
}
.leftmenu {
	padding-right: 32px;
	text-align: right;
}
.leftmenu li {
	list-style-type: none;
}
.leftmenu a {
	display: block;
	width: 178px;
	padding: 3px 0;
	color: #666;
}
.leftmenu a:hover {
	color: #000;
}

p {
line-height: 140%;
}

h1 {
font-size: 16px;
color: #6B2424;
}

h2 {
	float: right;
	padding: 6px 0 29px 0;
}
.image_caption {
	padding: 15px 20px;
	margin-bottom: 21px;
	color: #C4A7A7;
	font-size: 74%;
	background: #6B2424;
}
.image_caption strong {
	display: block;
	padding-bottom: 2px;
	color: #fff;
}
.content_full {
	float: left;
	width: 600px;
	overflow: hidden;
}
.content_left {
	float: left;
	width: 300px;
	overflow: hidden;
}
.content_right {
	float: right;
	width: 228px;
	overflow: hidden;
}
.article_big {
	padding-top: 22px;
	line-height: 120%;
	color: #333;
	font-size: 108.9%;
}
.flash {
	padding-top: 10px;
}
.more {
	font-size: 10px;
	font-weight: bold;
	color: #CC9966;
}
.more:hover {
	text-decoration: underline;
}
.citation {
	border: 1px solid #ccc;
	margin-top: 14px;
}
h3 {
	margin: 38px 0 14px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
.article {
	padding-bottom: 5px;
	font-size: 86%;
	line-height: 140%;
}
.footer {
	width: 559px;
	margin-top: 22px;
	border-top: 1px solid #ccc;
	padding-top: 21px;
}
.footer address {
	float: left;
	font-style: normal;
	font-size: 80%;
	color: #333;
	line-height: 140%;
}
.footer address strong {
	display: block;
	padding-bottom: 2px;
	color: #000;
}
.contact a:link {
	padding: 5px;
	color: #fff;
	background-color: #cc6633;
	float: right;
	width: 80px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
