body {
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #7aa1a9 url(images/background.gif);
	text-align: center;
	font-size: .75em;
	color: #000;}

#container {
	width: 750px;
	margin:auto;
	padding: 0px;
	text-align: left;
	background-color:#fff;
	border-left: 1px solid #536d73;
	border-right: 1px solid #536d73;
	}

#banner {
	background-image: url(images/banner.jpg);
	height: 300px;
	border-bottom: 1px solid #536d73;
	}

#content {
	padding: 0px 5px;
	margin-right: 200px;
	background-color: #fff;
	}

#sidebar-a {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0px 5px;
	background-color: #7aa1a9;
	border-left: 1px solid #536d73;
	border-bottom: 1px solid #536d73;
	}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 5px;
	background-color: #badee3;
	}


h2 {
	font-size: 1.3em;
	margin-top: 15px;
	font-weight: bold;
	color: #536d73;
	padding-bottom: 5px;
	border-bottom: 1px solid #2e3c40;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #536d73;
	}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
