* { margin: 0; padding: 0; outline: none; }

body { background: #f8f8f8; }

#wrapper { margin: 32px auto; width: 740px; background: url('../images/wrapper-bg.jpg') repeat-y; }

h1 
	{ 
	color: #276cb2; font-family: Helvetica, Arial, Sans-Serif; text-transform: capitalize;
	font-size: 46px; font-weight: bold; line-height: 1em; letter-spacing: -1.8px; padding-bottom: 20px;
	}

h2
	{
	background: url('../images/seperator.jpg') repeat-x bottom left; padding-bottom: 28px;
	color: #102d4a; font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 22px; font-weight: bold; line-height: 1.1em; font-weight: normal
	}
	
#container ul
	{
	background: url('../images/seperator.jpg') repeat-x bottom left; padding-bottom: 20px;
	}
#container li
	{
	background: url('../images/bullet.jpg') no-repeat center left; margin-left: 28px; padding-left: 28px;
	color: #6e6e6e; font-family: Helvetica, Arial, Sans-Serif; font-size: 14px; margin-bottom: 10px;
	list-style-type: none;
	}
	
#container img
	{
	margin: 0 auto; display: block; padding: 32px 0;
	}
	
p 
	{
	color: #62626; font-family: Helvetica, Arial, Sans-serif; font-size: 14px; padding: 20px 0;
	line-height: 1.6em;
	}

#header
	{
	background: url('../images/top-bg.jpg') no-repeat;
	padding: 40px 40px 0 40px;
	}

#container
	{
	padding: 20px 40px;
	}
	#container .learn-more
		{
		background: url('../images/learn-more.jpg') no-repeat top left;
		width: 184px; height: 40px; text-indent: -9999px; display: block;
		margin: 28px auto;
		}
		#container .learn-more:hover
			{
			background-position: bottom left;
			}

#footer
	{
	background: url('../images/bottom-bg.jpg') bottom left no-repeat;
	padding-bottom: 12px;
	}
	#footer ul
		{
		width: 740px; text-align: center;
		}
	#footer li
		{
		font-family: Helvetica, Arial, Sans-Serif; font-size: 12px; color: #c6c6c6;
		list-style-type: none; display: inline; border-right: 1px solid #c6c6c6; padding-right: 6px;
		}
		#footer li.last
			{
			border: none;
			}
		#footer li a:link, #footer li a:visited
			{
			color: #c6c6c6; text-decoration: none;
			}
		#footer li a:hover, #footer li a:active, #footer li a:focus
			{
			color: #276cb2;
			}