html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-color: #2a2c2b;	
}
body {
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 12px;
	text-align: justify;
	line-height: 140%;
	position: relative;
}

/* IDs */
#wrap {
	width: 950px;
	height: 100%;
	margin: 0px auto;
}
#header {
	position: relative;
	left: 0px;
	background: url(images/header.gif) 0 0 no-repeat;
	height: 100px;
	margin-top: 30px;
}
#nav {
	font-family: Verdana, arial, sans serif;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
}
#nav a {
	margin-left: 20px;
}
#main {
	padding: 60px 80px 30px 80px;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
	line-height: 120%;
}

/* Universal Styles */

a:link, a:active, a:visited {
	color: #8b0305;
	text-decoration: none;
}
a:hover {
	color: #8b0305;
	text-decoration: underline;
}
img {
	border-width: 0;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 24px;
	font-weight: normal;
	color: #8b0305;
	margin: 0 0 15px 0;
}
h2 {
	font-family: Arial, Helvetica, Sans serif;
	font-size: 18px;
	font-weight: normal;
	color: #8b0305;
	margin: 0 0 10px 0;
}
h3 {
	margin: 10px 0 0 0;
	padding-bottom: 0px;
	font-size: 12px;
}
p {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 200%;
}
#main ul {
	margin-bottom: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	list-style: none;
}
#main li {
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background-image: url(http://www.suzannefatta.com/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* Classes */
.clear {
	clear: both;
}
.highlight {
	font-size: 14px;
	line-height: 18px;
	float: left; 
	width: 490px; 
	padding: 0 30px 0 30px;
}
.quoteleft {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 15px;
	padding: 0px 15px 15px 5px;
	color: #8b0305;
	text-align: center;
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	line-height: 155%;
}
.quoteleft  div, .quoteright  div {
	text-align: right;
	font-style: normal;
	font-size: 11px;
	line-height: 100%;
}
.quoteright {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px 15px 15px 5px;
	color: #8b0305;
	text-align: center;
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	line-height: 155%;
}
.box {
	background-color: #f7ecec;
	border: 1px solid #8b0305;
	padding: 15px;
	float: right;
	margin-left: 10px;
}
.squeeze {
	padding-right: 50px;
}
.credit {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.rightcol {
	float: right;
	width: 330px;
	padding-left: 50px;
}

/* Specific Styles */
#main img {
	border: 5px solid #2a2c2b;
}
#main .right {
	float: right;
	margin-left: 20px;
}
#main .left {
	float: left;
	margin-right: 20px;
}