.clear {
	clear: both;
}

div#container {
	width: 974px;
	background-image: url(/_include/img/back_main.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}



/* HEADER AREA */
div#header {
	position: relative;
	height: 203px;
}
div#header #logo {
	position: absolute;
	left: 619px;
	top: 65px;
}
div#header #claim {
	position: absolute;
	left: 11px;
	top: 24px;
}

div#header_top {
	position: relative;
	height: 30px;
	background-image: url(/_include/img/back_top.gif);
	background-repeat: no-repeat;
}
div#header_top #time {
	position: absolute;
	left: 20px;
	top: 0px;
	font-size: 9px;
	line-height: 12px;
	color: #8b9298;
}

div#header_top div#login {
	position: absolute;
	left: 803px;
	top: 5px;
}
div#login * {
	font-size: 9px;
	line-height: 10px;
	color: #8b9298;
}
div#login #title {
	text-transform: uppercase;
	color: #54abf0;
	margin-bottom: 7px;
}
div#login th, div#login td {
	width: 50px;
	padding-bottom: 3px;
	vertical-align: middle;
}
div#login td {
	width: 94px;
}
div#login a {
	font-weight: bold;
	color: #003781;
	text-decoration: none;
	padding-left: 14px;
	background: url(/_include/img/bullet_submit_login.gif) no-repeat 0px 3px;
}



/* CONTENT AREA */
div#main {
	min-height: 500px;
	padding-left: 11px;
	padding-bottom: 10px;
	background-image: url(/_include/img/back_content.gif);
	background-repeat: repeat-y;
}

div#left {
	float: left;
	width: 587px;
}

div#right {
	float: left;
	width: 325px;
	margin-left: 24px;
}

div#left div.teaser {
	background-color: #ffffff;
	padding-bottom: 20px;
}

div#left div.teaser div#image,
div#left div.teaser div#image_small {
	height: 217px;
	width: 587px;
	overflow: hidden;
	border-bottom: 9px solid #e6e6e6;
	background-color: #ffffff;
}
div#left div.teaser div#image_small {
	height: 115px;
	background-color: #f2f2f2;
}
div.teaser div#image .flash {
	border: none;
	height: 217px;
	width: 587px;
	background-color: #ffffff;
}
div#left div.teaser div#image_location {
	width: 572px;
	margin: 20px 0 0 15px;
}

div#left div.content {
	width: 482px;
	margin: 9px 0 0 15px;
}



/* BOXES */
div#news, div#infos, div#links {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
div.item {
	border-bottom: 1px solid #e6e6e6;
}
div.item * {
	margin: 0;
}
div.item p {
	padding-left: 20px;
}
div.item ol {
	margin-left: 39px;
}
div.item .text {
	padding-right: 10px;
}
div.item a {
	font-size: 9px;
	color: #54abf0;
	/* white-space: nowrap; */
}
div.item a:hover {
	color: #ff0000;
}
div.item div.image, div.album div.image {
	float: left;
	margin-left: 20px;
	margin-right: 8px;
	width: 93px;
	height: 93px;
	background-image: url(/_include/img/back_memberlogo.gif);
	background-repeat: no-repeat;
}
div.item div.image_inside, div.album div.image_inside {
	margin: 3px;
	width: 84px;
	height: 84px;
	overflow: hidden;
}

div#infos div.item {
	padding: 14px 0;
}
div#infos h3 {
	margin-bottom: 7px;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(/_include/img/bullet_head.gif) no-repeat;
	background-position: 3px;
}
div#infos h4 {
	margin-top: -7px;
	margin-bottom: 7px;
	padding-left: 20px;
	color: #8b9298;
	font-weight: normal;
}

div#links div.item {
	padding: 14px 0;
}
div#links h3 {
	margin-bottom: 7px;
	padding-left: 20px;
	background: url(/_include/img/bullet_link.gif) no-repeat;
	background-position: 3px;
}
div#links h3 a {
	font-size: 11px;
	text-decoration: none;
}

div#news div.item {
	padding: 14px 0;
}
div#news h3 {
	font-size: 16px;
	margin-bottom: 7px;
	color: #8b9298;
	font-weight: normal;
}
div#news ul {
	list-style: none;
}
div#news li {
	line-height: 17px;
}
div#news .prefix {
	color: #ff0000;
	font-style: italic;
	padding-right: 4px;
}
div#news a {
	font-size: 11px;
	color: #313131;
}



/* FOOTER AREA */
div#footer {
	background-color: #e6e6e6;
	background-image: url(/_include/img/back_bottom.gif);
	background-repeat: no-repeat;
	height: 16px;
}


