body {font: normal 16px/1.5em arial, sans-serif;}
p, ul {text-align: left}
h1 {color: #d4b561; text-align: left;}
h1 a {color: #3e5e88; text-decoration: none;}
h2 {color: #3e5e88; text-align: right;}
a {color: #6193d4}

#container {
	width: 960px;
	margin: 20px auto;
}

#header {
	text-align: center;
	background: #fff;
	color: #000;
	/*height: 80px;*/
	padding: 5px;
}

#content {
	float: left;
	width: 565px;
	text-align: center;
	/*height: 100px;*/
	background: #fff;
	padding: 5px 50px 5px 5px;
}

#sidebar {
	float: left;
	width: 330px;
	text-align: center;
	height: 235;
	background: #fff;
	padding: 5px;
}

#content img { float: right; border: 5px solid #d4b561; margin: 5px; }

#sidebar img { float: right;}

#footer {
	clear: both;
	text-align: center;
	background: #fff;
	color: #666;
	height: 50px;
	padding: 15px 5px 5px 5px;
}