body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #36333A;
}

img { behavior: url(src/iepngfix.htc)}

#container {
	margin: 0 auto;
	width: 960px;
}


#header {
	background: #36333A url(../images/page/header-bg.jpg) top left no-repeat;
}
#quote {
	float: right;
	font-size: 14px;
	line-height: 18px;
	color: #C5C5C7;
	text-align: right;
	padding: 30px 195px 0 0;
}
/*#header div img {
	margin: 10px 5px 0;
}*/
#logo {
	width: 300px;
}


#testimonials {
	vertical-align: top;
	width: 210px;
	padding-bottom: 20px;
}
#testimonials div {
	margin: 175px 0 10px 0;
	background: #AD0174 url(../images/page/testimonials-bot.gif) bottom left no-repeat;
}
#testimonials blockquote {
	margin: 0;
	padding: 15px 15px 10px 20px;
	background: url(../images/page/testimonials-top.gif) top left no-repeat;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #FFFFFF;
}
#testimonials p {
	margin: 0;
	padding: 0 20px 20px;
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #E7B3D6;
}


#stage {
	background: url(../images/page/content-bg.jpg) top left no-repeat;
}
#content {
	padding: 20px 60px 20px 20px;
	vertical-align: top;
}
h1 {
	margin: 12px 0 24px;
	padding: 19px 0 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #71A64A;
}
h2 {
	margin: 40px 0 12px;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #71A64A;
}
p {
	margin: 12px 0;
}
a {
	color: #AD0174;
}
strong {
	color: #000000;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 10px 0;
}
input, select, textarea {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #36333A;
}


#footer {
	clear: both;
	background: #36333A url(../images/page/footer-bg.gif) top left no-repeat;
	padding: 43px 20px 20px;
	font-size: 11px;
	line-height: 20px;
	color: #6D6C6F;
}
#footer a {
	color: #C4C4C5;
	padding: 0 10px;
	text-decoration: none;
}
#footer .quiet {
	color: #6D6C6F;
	padding: 0;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




