body {
	margin-top: 0px;
	background-color: #efefef;
	font-family: Arial, Verdana, Tahoma; 
	color: #000000; 
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px; } 


a:link, a:visited, a:active { 
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold; 
	font-size: 11px; 
	line-height: 14px;  
	text-decoration: none;
	text-transform: none; 
	letter-spacing: 1px;
	color: #000000; }


a:hover { 
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold; 
	text-decoration: none; 
	color: #415c92; }
	

#container {
	width: 100%;
	height: 200px;
	background-image: url("images/grey_bar_bg.gif");
	background-repeat: repeat-x;
}

#banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
}

#nav {
	width: 704px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 74px;
	background-color: #FFFFFF;
}

#rotation {
	width: auto;
	height: 280px;
	margin-top: 5px;
/*	margin-left: auto;
	margin-right: auto;*/
	background-image: url("images/green_rot.gif");
	background-repeat: repeat-x;
}


#content {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Arial, Verdana, Tahoma; 
	color: #545454; 
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; }


input.text,
input.password {
	width: 200px;
	margin: 3px 0px 3px 3px;
	}
	

