@charset "utf-8";
/* CSS Document */

#container {
	background-color: #CFD0CA;
	background-image: url(../images/aboutBg.jpg);
	background-repeat: no-repeat;
} 

#mainContent {
	margin-top: 0em;
	margin-right: 2em;
	margin-left: 11em;
} 

#mainContent div {

	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-top: .5em;
}

#mainContent p {
	font-size: .75em;
	line-height: 1.2em;
}

#about{
	overflow: auto;
	height: auto;
}

#about h1{
	text-align: left;
	color:#666;
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: .25em;
	font-weight: normal;
	border-bottom: 1px solid;
    padding-bottom: .5em;
}

#about td{
	font-size: .75em;

}

#about a {
	color: #063;	
}

#about a:hover {
	color: #444444;	
}