body {
	margin: 0;
	color: #4E4E50;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #eee;
}

p {
	margin: 0 0 0.25em 0;
}

/*blockquote {
	border : 2px solid #000;
	width: 200px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #ccc;
	quotes: "\201C" "\201D";
}

blockquote:before {
	content: open-quote;
	font-weight: bold;
}

blockquote:after {
	content: close-quote;
	font-weight: bold;
}*/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #62a5c7;
	border-bottom: 1px dashed;
	}

a:hover {
	border-bottom: solid 1px; 
	}

a.noline:link, a.noline:active, a.noline:hover, a.noline:visited {
	border-style: none;
}
	
#container {
	position: relative;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin: 0.5em 0 0 0;
	padding: 0;
}

#header h1 {
	margin: 0;
	color: #62a5c7;
	font-size: 1em;
}

#header p u {
	color: #242425;
}

#header p.price {
	font-size: 2em;
	color: #62a5c7;
	font-weight: bold;
}

#headercontact, #footercontact {
	margin: 0;
	padding: 0.1em;
	color: #fff;
	background-color: #4E4E50;
}

#mainbody {
	margin: 0.5em 0 0 0;
	padding: 0.2em;
}

#mainbody p {
	font-size: 0.75em;
}

#mainbody p.intro {
	font-size: 1em;
}

#mainbody p.intro em {
	font-style: normal;
	color: #242425;
}

#mainbody p.intro u {
	color: #242425;
}

#mainbody blockquote {
	width: 892px;
	padding: 0.5em 34px 0.5em 35px;
	margin: 10px 50px 30px -5px !important;
	background-image: url(../images/quote-bottom.png);	
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}

#mainbody blockquote p {
	font-size: 0.75em;
	color: #4E4E50;
	line-height: 1.4;
}

#mainbody blockquote img.left {
	margin: -10px 10px 0px -20px;
	float: left;
}

#mainbody blockquote img.right {
	margin: 0px 0px 0px 20px;
	float: right;
}

#mainbody blockquote em {
	font-style: normal;
	margin-top: 8px;
	padding: 0px 45px 15px 100px;
	text-align: right;
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}

#copyright {
	margin: 0.5em;
	font-size: 0.5em;
	font-weight: normal;
}