/* This is the external linked Cascading Style Sheet for the NewRotaryWeb web pages. */


body {
	background-color: #FFFFCC; 
	width: 760px;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#header {
	position: absolute; top: 0px; left: 0px;
	width: 98%;
	
	padding: 5px;
	
	background-color: #FFFFCC; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px; font-weight: normal;	
}

#navbar {
	position: absolute; top:280px; left:0px; width: 150px;
	border: #000000 solid;
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
	text-align: left; 
	border-width: 1px 0px 0px;
}

#content {
	position: absolute; top: 280px; left: 152px;
	overflow: auto;
	border: #000000 solid;
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; 	
	border-width: 1px 0px 0px 1px;
}

#footer {
	position: absolute; left: 0px;
	border: #000000 solid;
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
	font-weight: normal; 		
	text-align: center; 
	border-width: 1px 0px 0px;
}