
#container{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0 20px 50px;
	background:#fff;
}
h1{
	float:left;
	line-height:30px;
	font-size:24px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
h1 span{color:#69d2e7;}
h2{
	clear:both;
	border-bottom:3px solid #9C0;
	zoom:1;
	font: 18px/18px "trebuchet ms", tahoma, arial, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 14px;
}
h3{clear:left;font-size:16px;}
pre{overflow:auto;padding:5px;background:#a7dbd8;}
code{background:#a7dbd8;}
pre code{font:12px monospace;}
ul{list-style-type:square;}
img{border:0}
blockquote{margin:50px 40px 0;font-size:30px;quotes:"\201C" "\201D";}
blockquote p:before{content:open-quote;font-weight:bold;}
blockquote p:after{content:close-quote;font-weight:bold;}
cite{float:right;margin-right:40px;display:inline;}

#contact {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0 20px 50px;
	background:#fff;
	display: none;
	font: 12px calibri, "trebuchet ms", "lucida sans unicode", "lucida grande";
}

.leftCell {
	color: #000;
	font: bolder 10px "trebuchet ms", "lucida sans unicode", "lucida grande", arial, helvetica;
	text-transform: uppercase;
}
.rightCell { text-align: right; }