@charset "utf-8";
body {
	font-size:12px;
	font-family:Verdana;
	background: #CCCCCC;
	text-align: center;
	color: #000000;
}
a {
	color: #000000;
}
#container {
	width: 780px;
	height: 600px;
	background: #FFFFFF;
	margin: auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	background: #3398CC;
}

#Content {
	margin: 0 15em 0 13em;
}

#sidebar {
	float: left;
	width: 150px;
	height: 530px;
	background: #C51D00;
}

