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

* {
	margin: 0;
	border: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font: 11px Verdana, Geneva, sans-serif;
}
table {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5 , h6 {
	padding-bottom: 1em;
	color: #800d33;
	font: 15px Tahoma, 'Helvetica Neue Condensed', sans-serif;
}
a {
	color: #cc7116;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#window_area, #window_area tr, #window_area td {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}
#page_area {
	display: table;
	width: 920px;
	height: 700px;
	margin: 0 auto;
	background-color: #faefe1;
	text-align: left;
}
#page_area td {
	height: auto;
	width: auto;
}
#header, #banner, #sideba, #content {
	position: relative;
}
#header {
	height: 30px;
	width: inherit;
	line-height: 30px;
	color: #92543c;
}
#header a {
	padding-left: 16px;
}
#header_left {
	float: left;
}
#header_right {
	float: right;
	padding-right: 16px;
}
#banner {
	height: 290px;
	width: inherit;
}
#sidebar {
	height: 340px;
	width: 240px;
}
#sidebar ul, #sidebar li {
	list-style: none outside;
}
#sidebar li {
	margin-bottom: 16px;
}
#sidebar_menu {
	margin-top: 16px;
}
#sidebar_note {
	padding-left: 24px;
	color: #5c3e2f;
	font-family: Arial Narrow, Helvetica Condensed, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
#content {
	float: left;
	height: 490px;
	width: 680px;
	margin-top: -450px;
	left: 240px;
	background-color: #faf5ed;
}
#content p {
	padding: 0.5em 0;
}
#csc-content-normal {
	float: left;
	clear: both;
	height: auto;
	width: 442px;
	padding: 30px 90px;
}
#csc-content-left {
	float: left;
	overflow: hidden;
	height: 240px;
	width: 360px;
}
#csc-content-right {
	float: left;
	height: 180px;
	width: 222px;
	padding: 30px 49px;
	overflow: hidden;
	color: #faefe1;
	background-color: #990f3d;
}
#csc-content-right a {
	color: #ffbe72;
}
.csc-text-bodytext {
}
