body {
   	padding:0;
   	margin:0;
   	background: url("../images/bg.gif") center;
   	font-family: "Trebuchet MS", Helvetica, sans-serif;
   	font-size: 1em;
	text-align: center;
}
  
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

a {
	color: #2B5994;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
  
#header {
	height: 149px;
	background: black url("../images/topbar-bg.gif");
	padding-left: 20px;
}

#header img {
	border: 0
}
    
#footer {
	background-color: #e5e5e5;
	color: #aaa;
	text-align: center;
	padding: 10px;
	font-size: 80%;
}
    
#content {
	line-height: 1.4em;
	background: #fafafa url("../images/content-bg.gif") repeat-x top left;
	padding: 20px 20px 0px 20px;
}


