	
	html
	{
		overflow: scroll;
	}
	
	body
	{
		width: 960px;
		margin: 0px auto 0px auto;
		font-family: arial, helvetica, sans-serif;
		background-image: url(../img/bodybg.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		background-color: #FFC400;
	}
	
	a img
	{
		border: none;
	}
	
	a
	{
		color: #3F9EDE;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #333c89;
		text-decoration: none;
	}
	
	.clear
	{
		float: left;
		clear: both;
	}
	
	#main
	{
		display: inline;
		float: left;
		clear: left;
		width: 960px;
		height: auto;
		margin: 18px 0px 0px 0px;
		background-image: url(../img/sunflower.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
	#main h1
	{
		font-size: 32px;
		color: #194791;
		margin: 40px 300px 4px 40px;
		padding: 0px 0px 0px 0px;
		line-height: 1.25em;
	}
	
	#main h2
	{
		font-size: 24px;
		font-weight: normal;
		color: #194791;
		margin: 0px 300px 20px 40px;
		padding: 0px 0px 0px 0px;
		line-height: 1.25em;
	}
	
	#main h3
	{
		font-size: 16px;
		color: #333;
		font-weight: normal;
		margin: 0px 300px 12px 40px;
		padding: 0px 0px 0px 0px;
		line-height: 1.25em;
	}
	
	#main p
	{
		font-size: 13px;
		color: #333;
		margin: 0px 300px 12px 40px;
		padding: 0px 0px 0px 0px;
		line-height: 1.5em;
	}
	
	#main ul
	{
		display: block;
		float: left;
		clear: left;
		list-style: square outside;
		margin: 0px 0px 12px 40px;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
	}
	
	#main ul li
	{
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 12px;
		color: #194791;
		font-weight: bold;
		display: block;
		float: left;
		width: 300px;
		background-image: url(../img/libg.gif);
		background-position: 0px 2px;
		background-repeat: no-repeat;
	}
	
	#main hr
	{
		margin: 8px 0px 12px 40px;
		padding: 0px 0px 0px 0px;
		font-size: 0px;
		line-height: 0em;
		border: 0px solid #fff;
		background-color: #ccc;
		height: 2px;
		width: 620px;
	}
	
	#main blockquote
	{
		color: #fff;
		font-style: italic;
		font-size: 18px;
		background: #194791;
		margin: 8px 0px 12px 40px;
		padding: 8px 8px 8px 8px;
		width: 580px;
		font-weight: bold;
		text-align: center;
	}
	
	#footer
	{
		display: inline;
		float: left;
		clear: left;
		width: 960px;
		height: 38px;
		margin: 0px 0px 0px 0px;
		background-image: url(../img/footerbg.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #194791;
	}

	#footer p
	{
		font-size: 11px;
		color: #fff;
		margin: 12px 300px 0px 40px;
		padding: 0px 0px 0px 0px;
		line-height: 1.5em;
	}
	
	