body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

h1 {
	margin:0px 0px 15px;
	padding:17px 0px 0px 10px;
	font-size:28px;
	line-height:30px;
	font-weight:900;
	color:#666666;
	}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:28px;
	font-weight:900;
	color:#666666;
	}

h4	{
	color:#666666;
	}

h5	{
	font-weight:900;
	color:#666666;
	}

h6 {
	color: #CCCCCC;
	background-position: left;
	margin: 1px;
	height: 1px;
	line-height: 10px;

}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
li  {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	}
td{
	font:14px/20px verdana, arial, helvetica, sans-serif;
	background-color: #F2F9FF;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#Header {
	margin:20px 0px 10px;
	height:33px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	line-height:11px;
	background-color:#F2F9FF;
	voice-family: "\";
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 25px 25px 170px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:80px;
	left:15px;
	width:150px;
	padding:8px;
	background-color:#F2F9FF;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#testimonials {
	position:absolute;
	top:350px;
	left:10px;
	width:172px;
	padding:8px;
	voice-family: "\";
	font-size: 10px;
}\"";
	voice-family:inherit;
	width:155px;
	}
/* Again, "be nice to Opera 5". */
body>#testimonials {width:150px;}
.testimonial {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;

}
.redbox {
	padding : 10px;
	margin: 15px;
	border: 3px ridge #FF0000;
	font-weight: bold;
	color: #000000;

}

