	body { background: #fff; color: #fff; font-size: 11px; font-family: Verdana, Arial; }

	#wrapper { width: 760px; 
	           alignment: center}

	#header h1 {
		padding-top: 123px;
		height: 0px;
		overflow: hidden;
		display: block;
		background: url(../images/header.jpg) no-repeat top left;
		margin: 0;
		width: 760px;
	}

	#breadcrumb { margin: 5px 0px 5px 15px; }

	#breadcrumb a {
		color: #a0a0a0;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		background: url(../images/redBullet.gif) center left no-repeat;
		padding-left: 11px;
	}

	#breadcrumb a:hover {
			color: #333;
	}

	#footer { background: #cc0000; color: #fff; padding: 4px 15px; float: left; width: 730px; }
	#footer a { color: #fff; text-decoration: none; padding: 0px 5px; font-size: 11px; }

	#content {
		background: url(../images/body.jpg) bottom left;
		padding: 10px 15px 60px 340px;
		line-height: 16px;
		position: relative;
		float: left;
		width: 405px;
		height: auto !important;
		height: 330px;
		min-height: 330px;
	}

	#content a {
		color: #fff;
	}

	#content a:hover {
		color: #c00;
		text-decoration: none;
	}

	#content h2 {
		margin-top: 0px; font-size: 14px; color: #cc0000;
		z-index: 2;
	}

	#content ul {
		padding: 0px;
		list-style-type: none;
		z-index: 2;
	}

	#content ul li {
		background: url(../images/whiteBullet.gif) 0 6px no-repeat;
		padding-left: 14px;
		margin-bottom: 4px;
		z-index: 2;
	}

	#content p { z-index: 2; }

	#content a#startquote {
		display: block;
		width: 152px;
		height: 0px;
		padding-top: 30px;
		overflow: hidden;
		background: url(../images/getQuote.jpg) top left no-repeat;
		float: right;
	}

	#content a#quoteBtn:hover {
			background-position: 0 -30px;
	}

