body{
	background-color: #efefef;
	font-size:100%;
}

#content{
	background-color: #efefef;
	width: 700px ;
	  margin-left: auto ;
	  margin-right: auto ;
	font: 1em "Helvetica", "Arial", sans-serif;
}

#heading{
	padding: 50px 0 10px 0;
	color: #333;
	font: 1.2em "Helvetica", "Arial", sans-serif;
	float: left;
}

.title{
	color: #999;
}

#contact{
	padding: 50px 0 0 0;
	float: right;
	font-size: .6em;
	text-align: right;
	color: #999;
}

#logo{
	padding: 1px 10px 0 5px;
	float: left;
}

#text{
	float: left;
	padding-top: 5px;
	font-size: .8em;
	color: #666;
}

a:link {
	color:#333;
	text-decoration: none;
}

a:hover {
	color:#333;
	text-decoration: underline;
}

a:visited {
	color:#333;
}

a.email:link {
	color:#999;
	text-decoration: none;
}

a.email:hover {
	color:#333;
	text-decoration: none;
}

a.email:visited {
	color:#999;
}