html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	background-color: #000;
	background-image: url('../images/background.gif');
	font-family: verdana, arial, times;
	font-size: 10px;
	/*color: #fff;*/
	color: #ff0;
	vertical-align : middle;
	text-align: center;
}
td {
	font-family: verdana, arial, times;
	font-size: 10px;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#top {
	position:relative;
	height: 115px;
	background-image: url('../images/background-top.jpg');
}
#menu {
	position:relative;
	height: 20px;
	padding-left: 6px;
	padding-right: 7px;
	background-image: url('../images/background-balk.gif');
}
#content {
	position:relative;
	height: auto;
	background-image: url('../images/background-content.gif');
	min-height: 400px;
	font-size: 12px;
}
#copyright {
	position: relative;
	height: 20px;
	text-align: center;
	background-image: url('../images/background-balk.gif');
	color: #cfa532;
	font-weight: bold;
}
#footer {
	position:relative;
	height:80px;
	background-color: #fff;
	text-align: center;
}
.seperator {
	color: #9b9b9b;
}
.prop {
    height:400px;
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.agenda {
	vertical-align: top;
}
a 						{ text-decoration:none }
a:link,					
a:visited, 				
a:active 				{ color:#000; }
a:hover 				{ color:#f00; }
a.content:link,					
a.content:visited, 				
a.content:active 		{ color:#fff; text-decoration: underline }
a.content:hover 		{ color:#ffdb77; text-decoration: none }

img {
	border-color: #fedb77;
}