/* Basic User Interface */
body { 
		background-color: #A9F664; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size: 12px; margin: 0px; padding: 0px; }

#pagewrapper { }
#contentwrapper { background: url(../img/skins/green/bg.gif) repeat-y top left; }
	#site { 
		font-size: 25px; font-weight: bold; color: #555555;
		background: #E5F3FB url(../img/skins/green/site_gradient.gif) no-repeat bottom left; }
/*	#site_img { background: url(../img/skins/green/assist_face.jpg) no-repeat top right; }*/
	
	#content { }
		#page h1 { font-size: 20px; font-weight: normal; margin: 0px; padding: 0px; color: #777777; }
		#content_vert { }
		#copy { color: #444; }
			#rss ul { margin: 0px; padding: 0px; list-style-type: none; margin-top: 10px;}
			#rss ul li a { display: block; margin-top: 10px; font-size: 12px; text-decoration: none; color: #444; }
			#rss ul li { }
			
		
	#links { background: url(../img/skins/green/links_bg.gif) repeat-y top left; }
		#links ul { margin: 0px; padding: 0px; list-style-type: none; }
		#links ul li { border-bottom: 2px solid #F4F4F4; color: #777777; }
		#links ul li a { color: #777777; text-decoration: none; display: block; width: 131px; }
		#links ul li a:hover { text-decoration: underline; }
	#verts { }
	#copyright { 
		background: #A9F664 url(../img/skins/green/copyright_gradient.gif) no-repeat top center; 
		text-align: right; font-size: .9em; padding: 12px 10px 0px 0px }
