body {
	background-color:#d4c9d6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin-top:10px;
}

#container {
	width:716px;
	background-color: #e2dbe4;
	margin:0 auto 0 auto;
}

#header {
	width:716px;
	height:130px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#footer {
	width:716px;
	height:34px;
	background-image:url(images/footer.gif);
	font-size:0.9em;
	clear:both;
}

#sidebar {
	background-color: #e2dbe4;
	width:180px;
	height:98%;
	margin-top: 55px;
	padding:5px;
	float:left;
	clear:left;
}

.content {
	margin-top: 40px;
	margin-left:180px;
	padding:10px;
	margin-bottom:10px;
}

.content h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}
