@charset "UTF-8";
/* CSS Document */

body
{
	background: #fff url(images/bg.jpg) repeat;
	color: #0067b1;
	margin: 0;
	padding: 0;
}

#page
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/page_tile.png) repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}





/* Link Styles */
  
a, a:link, a:visited, a:active {
	color: #0067b1;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}




/* Image Styles */

img
{
	border: 0;
}

img, div
{
	behavior: url(iepngfix.htc);
}




/* Header Styles */

h1
{
	font-size: 32px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	color: #405a26;
	line-height: normal;
}





/* Header Styles */

#top
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 29px;
	background: url(images/page_top.png) center no-repeat;
}

#header
{
	width: 778px;
	height: 345px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

.nav
{
	position: relative;
	left: 162px;
	top: 295px;
}

.nav a:hover
{
	text-indent: 0;
}




/* Content Area Styles */

#content
{
	width: 738px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	line-height: 1.5em;
	
}

#content ul
{
	width: 420px;
}

#content li
{
	list-style: square;
	margin-bottom: 1em;
}

.signup
{
	position: relative;
	float: right;
	font-size: 16px;
	font-weight: bold;
}



/* Bottom Styles */

#bottom
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/page_bottom.png) no-repeat;
	text-align: center;
}

#bottom img
{
	margin: 25px 25px 0 0;
}

#bottom .last-image
{
	margin: 25px 0 0 0;
}
