#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#advertisement {
	background: #4e565c;
	height: 120px;
}

#header {
	background: url(images/header_background.jpg);
	height: 100px;
	margin-top: 10px;
}

#login_box {
	width: 150px;
	height: 80px;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/login_box.jpg);
}

#navigation {
	background: url(images/navigation_button.jpg);
	margin-top: 1px;
	margin-bottom: 1px;
}

#content {
	width: 560px;
	float: left;
	background: url(images/page_bg.gif) repeat-x #040404;
	padding: 20px;
	padding-bottom: 0;
}

#content .content_background {
	background: black;
	padding: 20px;
	width: 520px;
	overflow: hidden;
	min-height: 540px;
}

#content .content_background_startpage {
	width: 560px;
	margin-bottom: 10px;
	overflow: hidden;
	background: black;
}

.content_head {
	width: 100%;
	height: 30px;
	background: url(images/page_title_bg.gif);
	margin-bottom: 1px;
}

.content_head .content_head_search {
	vertical-align: middle;
	font-weight: bold;
	color: #ff7600;
	width: 16px;
	padding-right: 20px;
}

.content_head .content_head_title {
	vertical-align: middle;
	font-weight: bold;
	color: #ff7600;
	padding-left: 20px;
}

.content_head .content_head_menu {
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}

#content .content_banner_top {
	width: 468px;
	padding-left: 26px;
	padding-right: 26px;
	margin-bottom: 20px;
}

#content .content_banner_bottom {
	width: 468px;
	padding-left: 26px;
	padding-right: 26px;
	margin-top: 20px;
}

#content_close {
	background: url(images/page_bottom_bg.gif);
	height: 150px;
}

#content_close2 {
	background: url(images/page_bottom_bg.gif) bottom;
	height: 70px;
}

#sidebar {
	background: url(images/page_bg.gif) repeat-x #040404;
	width: 180px;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 20px;
	border-left: 1px solid black;
}

#sidebar .sidebar_usersearch {
	width: 180px;
	text-align: right;
}

#sidebar .sidebar_usersearch input {
	width: 170px;
}

#sidebar .sidebar_calendar {
	width: 180px;
	margin-top: 10px;
}

#sidebar .sidebar_spotlight {
	background: url(images/spotlight_box.jpg);
	width: 170px;
	height: 115px;
	margin-top: 10px;
	padding: 5px;
	padding-top: 20px;
	overflow: hidden;
}

#sidebar .sidebar_news {
	background: url(images/news_box.jpg);
	width: 170px;
	height: 115px;
	margin-top: 10px;
	padding: 5px;
	padding-top: 20px;
	overflow: hidden;
}

#sidebar .sidebar_presentation {
	width: 180px;
	height: 150px;
}

#sidebar .sidebar_advertspace {
	margin-top: 10px;
	width: 180px;
	height: 150px;
}