@CHARSET "UTF-8";

body
{
	height: 100%;		
}

#page
{
	height: 100%;
	width: 1000px;		
}

#navigation
{
	position: fixed;
	top: 0;
	left: 50px;		
	width: 150px;
	height: 100%;		
	border-left: 1px solid white;
	border-right: 1px solid white;	
}

#content
{
	float: left;
	margin-left: 230px;			
	width: 700px;
	height: 100%;	
	margin-bottom: 100px;
	margin-top: 20px;	
}


div.clear
{
	clear: both;	
}

/* admin navi */
#admin-navigation
{
	position: fixed;
	top: 0;
	right: 0;
}



	

