body {
	font-family			: Geneva, Arial, Helvetica, sans-serif;
	font-size			: 90%;
	color				: #666666;
	background-color	: #FFFFFF;
	margin				: 0px;
	padding				: 0px;
	margin-right		: auto;

	margin-left			: auto;
	text-align			: center;
}
#container{
	width				: 780px;
	display				: block;
	text-align			: left;
	background			: solid #cccccc 10px;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
	display				: block;
	background-image	:url(../images/background.jpg);
	background-repeat	:no-repeat;
	background-position	:top;
	height				: 569px;
}

#content {
	background-color	: #efd975;		
	width				: 250px;
	height				: 569px;
	position			: relative;
	margin-left			: 474px;
 
}
*html #content {
	/*left				: 713px;*/
}

#topNav {
	height				: 30px;
	width				: 250px;
	text-align			: center;
	background-color	: #995b08;
	/*float				: left;*/
}

#topNav ul {
	
	height				: 30px;
	width				: 250px;
	display				: block;
	/*float				: left;*/
	color				: #FFFFFF;
	text-decoration		: none;
	list-style-type		: none;
	text-align			: left;
	margin				: 0px;
	padding				: 0px;
	/*display				: block;*/
}

*html #topNav ul{
	
	
}

#topNav li {
	display				:inline;
	
}

#topNav ul li a {

	height				: 23px;
	display				: block;
	float				: left;
	color				: #FFFFFF;
	text-decoration		: none;
	padding-top			: 7px;
	padding-left		: 14px;
	padding-right		: 15px;	
	
}

*html #topNav ul li a {
	
	
	
}

#topNav ul li a:hover {
	
	background-color	: #efd975;
	color				: #995b08;
	
}

#topNav ul li a.log {
	
	height				: 23px;
	display				: block;
	float				: left;
	color				: #FFFFFF;
	text-decoration		: none;
	padding-top			: 7px;
	padding-left		: 15px;
	padding-right		: 15px;
	
}

*html #topNav ul li a.log {
	padding-left		: 15px;
	padding-right		: 15px;
	margin-right		: -2px;
}


#topNav ul li a.log:hover {
	
	background-color	: #efd975;
	color				: #995b08;
	
}

#scrolling_div{
	
	float: left;
	width			: 230px;
	height			: 490px;
	padding			: 15px 10px 15px 10px;
	overflow		: auto;
}
*html #scrolling_div{
	width			: 230px;
}