	body, html {
		height: 100%;
	}
	body {
		background-color: black;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	div {
		font-family: verdana;
		font-size: 12px;
		color: black;
		line-height: 18px;
	}
	#menu_container {
		width: 100%;
		height: 79px;
		padding-top: 10px;
		padding-bottom: 1px;
	}
	
	#menu_container .item { 
		width: 124px;
		height: 79px;
		float: left;
		padding-right: 1px;
	}
	
	#menu_container .item img { 
		border: 0px solid black;
	}
	
	#menu_window {
		width : 151px;
		position: absolute;
		z-index: 3;
	}
	#menu_window #left_slider {
		float: left;
		width: 20px;
		height: 100px;
		background-color: black;
		cursor: move;
	}
	#menu_window #menu {
		width: 131px;
		float: left;
	}
	#menu_window #menu #header{
		cursor: pointer;
	}
	#container #content #center {
		position: relative;
		top: -50%;
		background-color: black;
		width: 100%;
		height: 375px;
	}
	#content {
		width: 100%;
		height: 426px;
		background-color: #CDC2AE;
		position: absolute;
		z-index: 2;
	}
	#logo {
		position: absolute;
		bottom: 0px;
		right: 0px;
		z-index: 1;
	}
	#container {
	}

	#top_spacer {
		height: 90px;
		width: 100%;
	}

	#footer {
		color: #82D2E5;
		font-family: arial;
		font-size: 16px;
		position: absolute;
		bottom: -40px;
		left: 20px;
		z-index: 3;
	}

	#menu img {
		cursor: pointer;
	}

	#right {
		width: 300px;
		float: left;
		margin-left: 30px;
		margin-top: 30px;
	}

	#pager {
		/*bottom: 10px;
		right: 10px;*/
		position: absolute;
		top : 230px;
	}

	#pager_news{
		position: absolute;
		top	: -5px;
		left : 10px;
	}

	#pager, #pager a, #pager a:active, #pager a:hover, #pager a:link, #pager a:visited,
	#pager_news, #pager_news a, #pager_news a:active, #pager_news a:hover, #pager_news a:link, #pager_news a:visited {
		font-family: arial;
		font-weight: bold;
		font-size: 13px;
		color: white;
		text-decoration: none;
	}

	#pager a.inverted, #pager a.inverted:active, #pager a.inverted:hover, #pager a.inverted:link, #pager a.inverted:visited,
	#pager_news a.inverted, #pager_news a.inverted:active, #pager_news a.inverted:hover, #pager_news a.inverted:link, #pager_news a.inverted:visited,{
		color: black;
	}
	
	a.white, a.white:hover, a.white:link, a.white:link {
		font-family: arial;
		font-weight: bold;
		font-size: 13px;
		color: white;
		text-decoration: none;
	}
	
	a.white:active {
		color: black;
	}
	
	a.black, a.black:hover, a.black:link, a.black:link {
		font-family: arial;
		font-weight: bold;
		font-size: 13px;
		color: black;
		text-decoration: none;
	}
	
	a.black:active {
		color: black;
	}
	
	input.long {
		width: 250px;
		font-family: verdana;
		font-size: 12px;
		color: black;
		border: 1px solid black;
	}
