body 
	{	
		margin:	0px; 
		font-family:	 "Verdana", "Lucida Grande", "Bitstream Vera Sans";
		color:	#5555ff;
		background-color:	#f7f7f7
	}	
	
div.pushdown { clear:	 both; }
	
#header
	{	
		width:	 720px;
		height:	 100px;
		margin:	 0 auto;
		padding: 20;
		background-color:	 #ffaaaa;
	}	
	
#body
	{	
		width:	 760px;
		margin:	 0 auto;
		background-color:	 white;
	}	
	
#sidebar
	{	
		width:	 150px;
		float:	 left;
		margin-right:	 5px;
		padding:	 5px;
		font-size:	12px;
	}	
	
#feature
	{	
		width:	 555px;
		float:	 right;
		padding:	 20px;
	}	
	
#footer
	{	
		clear:	 both;
		width:	 720px;
		margin:	 0 auto;
		background-color:	 #ffaaaa;
		text-align:	 right;
		padding:	 20px;
		font-size:	12px;
	}	
	
p {
	font-size:	14px;
	color:	black;
	}	
	
A{text-decoration:	none; font-weight:	 900; color:	#5555ff}
A:hover {
	text-decoration:	underline;
	}
	
A.footmenu{font-size:	8pt; }
	
.fineprint { font-size:	 9px; }
	
div.section_title {	
	font-size:	19px;
	font-style:	italic;
	text-align:	right;
	}	
img { border:	 0px none; }
img.bullet { float:	left; }

