html, body {
	height: 99%;
	background: #fff;
}

#top { 
	height:50%;
	margin-top:-280px; 
	float:left;
}

#page {
    width: 980px;
    height: 560px;
	margin: 0 auto;
    position: relative; 
	clear: left; 
	background: #fff url(img/toplogo.jpg) top no-repeat;
	
	color:#666;
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	text-align: justify;
}

#page a{
	font-weight:bold;
	text-decoration:none;
	outline:none;
	color:#666}
	#page a:hover {
		color: #999; 
}

#page h1  { 
	margin-top: 0;
	font-size: 16px;
	color:#bbb;
}
	
#page p { 
	margin-top: -4px;
}
	
#page img  { 
		border: none;
}

#menu
{
	position: relative; top: 125px;
	height: 28px;
	border-bottom:1px solid #999;
	
}
	#menu ul li
	{
		position: relative; top:3px;
		padding-left: 10px;
		padding-right: 25px;
		font-size: 18px;
		display: inline;
		
	}
	
#content
{
	position: relative; top: 125px;
	margin-top: 5%;
}

	
#bottom_left
{
	width: 20%; 
	position: absolute;	left: 0; bottom: 0;
	font-size: 16px;
	text-align: left;
}


#bottom_right
{
	width: 20%; 
	position: absolute;	right: 0; bottom: 0;
	font-size: 16px;
	text-align: right;	
}


#misc {
	font-size: 20px;
	background-color:#123;
	border: 1px dashed silver;
}

#index  {
	position: absolute; top:154px; 
}


