html {
	overflow:auto;
}
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#e9e9e9;
	color:#666;
	line-height:19px;
}
a:link, a:active, a:visited { 
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
a:hover, a:focus { 
	text-decoration:underline;
	color:#333;
	font-weight:bold;
}
a img {
	border:none;
}
h1 {
	font:2em/1 "Helvetica", Arial, sans-serif;
	letter-spacing:.01em;
}
.clear {
	clear:both;
}
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 0;
}
#mainContainer {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	padding:30px 30px;
	background-color:#FFF;
}
#leftContainer {
	float:left;
	width:275px;
}
#rightContainer {
	text-align:left;
	width:530px;
	float:right;
}
#lgrey {
	color:#C7C7C7;
}
#logo {
	margin-bottom:15px;
	float:left;
	width:850px;
}
.left {
	float:left;
}
.right {
	float:right;
}