/* DESIGN */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 11px helvetica, serif;
	text-align: left;
	color: #333;
	background: #666 url(body-background.jpg) repeat-x;
}
#top {
	width: 100%;
	height: 250px;
}
#top_banner { margin-top: -10px; }
#logotype {
	width: 400px;
	height: 100px;
	background: url(logotype-background.png) no-repeat;
	margin-top: 70px;
	display: block;
	float: left;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
#content_left {
	width: 200px;
	float: left;
	overflow: hidden;
}
#content_left_menu {
	background: #FFF;
	border: #555 solid 1px;
	padding: 10px;
}
#content_left_menu p { margin: 0 5px; }
#content_left_menu .button, #content_left_menu #button, #content_left_menu .button_under, #content_left_menu #button_under {
	text-transform: uppercase;
	text-decoration: none;
	color: #FF2447;
	margin-bottom: 1px;
	padding: 5px;
	display: block;
	float: left;
	clear: both;
}
#content_left_menu .button:hover, #content_left_menu #button, #content_left_menu .button_under:hover, #content_left_menu #button_under {
	color: #FFF;
	background: #F487BC;
	border: #DF6BA3 solid;
	border-width: 0 1px 1px 0;
	margin-bottom: 0;
}
#content_left_menu .button_under, #content_left_menu #button_under { margin-left: 10px; }
#content_right {
	width: 740px;
	padding: 20px;
	background: #FFF;
	border: #555 solid 1px;
	float: right;
}
#content_right .right {
	width: 180px;
	padding-left: 10px;
	border-left: #EEE solid 1px;
}
#content_right .content {
	width: 540px;
	float: left;
}
.item_picture {
	text-decoration: none;
	height: 210px;
	background: #EEE center no-repeat;
	display: block;
}
.item_text {
	font-size: 15px;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	margin-top: 180px;
	padding: 0 10px;
	background: url(item-text-background.png);
	float: left;
}
.item_read {
	text-decoration: none;
	font-size: 15px;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	margin-top: 180px;
	padding: 0 10px;
	background: url(item-text-background.png);
	display: block;
	float: right;
}
.item_box img { max-width: 720px; }
#paging_container {
	line-height: 22px;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	background: #333;
}
#paging_container a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#paging_container .left, #paging_container .right {
	width: 20px;
	height: 20px;
	line-height: 18px;
	background: #222;
	border: #444 solid 1px;
	display: block;
}
.latest-link {
	font-size: 14px;
	color: #FF2447;
	width: 188px;
	margin-top: 10px;
	padding: 5px;
	background: #FFF;
	border: #555 solid;
	border-width: 1px 1px 0 1px;
	position: absolute;
}
.latest-picture {
	width: 198px;
	height: 180px;
	margin-top: 10px;
	background: #EEE center no-repeat;
	border: #555 solid;
	border-width: 0 1px;
	display: block;
}
.latest-margin {
	margin-top: -20px;
	border-width: 0 1px 1px 1px;
}
/* TEXT */
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3 { font: bold 22px helvetica, serif; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
.content p { margin: 10px 0 50px 0; }
.page p {
	margin: 0;
	padding: 0 0 5px 0;
}
/* LINKS */
#left_banner {
	float: left;
}
/* MISC */
.clear, .clear-height {
	font-size: 0;
	height: 0;
	clear: both;
}
.clear-height { height: 20px; }
.left { float: left; }
.center { text-align: center; }
.right {
	text-align: right;
	float: right;
}
.hr {
	font-size: 0;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: #EEE solid 2px;
	clear: both;
}
img { border: none; }