		* 
		{
			margin: 0;
			padding: 0;
		}
		body 
		{
			margin: 0;
			padding: 0;
			text-align: center;
			font-family: Arial, Verdana, sans-serif;
			font-size: 12px;
			color: #333333;
		}
		#wrap 
		{
			margin: 0 auto;
			width: 823px;
			background: white;
			text-align: left;
			border-left: 1px solid #54be0e;
			border-right: 1px solid #54be0e;
		}
		#header
		{
			background: white url('images/header.jpg') no-repeat;
			height: 168px;
		}
		#header h1
		{
			display: block;
			width: 580px;
			font-size: 13px;
			color: #333333;
			text-align: right;
			padding-top: 115px;
		}
		
		
		#menu 
		{
			height: 31px;
			line-height: 31px;
			color: white;
			background: white url('images/menu_bg.jpg') repeat-x;
			font-weight: bold;
		}
		#menu a 
		{
			color: white;
		}
		#menu ul
		{
			list-style-type: none;
			margin-left: 20px;
		}
		#menu li
		{
			float: left;
			margin-right: 30px;
		}
		
		#content
		{
			margin: 0;
		}
		#content h2
		{
			color: #50bb0a;
			margin-bottom: 16px;
		}
		#footer
		{
			margin-top: 22px;
			height: 44px;
			background: #46a409;
			color: white;
			font-size: 11px;
		}
		#footer_inner
		{
			padding: 8px;
		}
		blockquote
		{
			margin-left: 5px;
		}
		.top20px
		{
			margin-top: 20px;
		}
		#image_bar
		{
			margin-left: 28px;
		}
		#image_bar img
		{
			text-align: center;
			margin-right: 20px;
		}