body {
	background-color:#3b5998;
	font-family: “Trebuchet MS”, sans-serif;
}
h1 h2 h3 h4 h5 h6 p ul td, th, div, label, input, a, li{
	color:#aaa;
}
a{
	text-decoration:underline;
	color:#333;
}
a:hover{
	text-decoration:none;
}
p{
	font-size:18px;
}

#container{
	width:960px;
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
}
#top-header{
	height:300px;
	padding-top:100px;
}
.imgcenter{
	display: block;
  margin-left: auto;
  margin-right: auto
}
#content{
	margin-left:auto;
	margin-right:auto;
}
.center{
	text-align:center;
}
.strong{
	font-weight:bold;
}
#content h1{
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	padding-bottom:25px;
}

#footer{
	padding-top:25px;
}

