body {

	font-family: Verdana, Arial, sans;
	margin: 0px;
	text-align: center;

}

#container {

	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0px auto;
	text-align: left;
	width: 700px;

}

#header {

	background: url(../images/header_background.jpg) top right no-repeat;
	border-bottom: 1px solid #CCC;
	height: 200px;
	padding-left: 20px;
	
}

#header ul {

	list-style: none;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 370px;

}

#header ul li {

	display: inline;
	line-height: 23px;
	width: 360px;
	
}

#header ul li a {

	color: #06C;
	display: block;
	float: left;
	text-decoration: none;
	text-indent: 5px;
	width: 200px;

}

#header ul li a:hover {

	background: #06C;
	color: #FFF;

}

#intro {

	background: #E5EFFA;
	border-bottom: 1px solid #89B8E8;
	border-right: 1px solid #89B8E8;
	color: #333;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 300px;

}

#intro h1 {

	color: #06C;
	font-family: "Gill Sans MT", sans;
	font-size: 26px;
	font-weight: normal;
	margin: 10px;

}

#intro p {

	margin: 10px;
	margin-bottom: 20px;
	line-height: 140%;

}

#mainContent {

	font-size: 11px;
	line-height: 140%;
	padding: 10px 0px;
	margin-left: 300px;
	
}

#mainContent p {

	margin: 0px 10px 10px;
	
}

.c  {text-align:center}
