* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
}

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-x repeat-y;
}

div#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

div#container #header {
	height: 145px;
	background-image: url('../images/header-background.gif');
	background-repeat: repeat-x; 
	text-align: center;
}

div#container #header h1, div#container #header h2 {
	display: none;
}

div#container #navbar {
	height: 37px;
	background-image: url('../images/navbar-background.gif');
	background-repeat: repeat-x;
}

div#container #content-wrapper {
	min-height: 400px;
	background-image: url('../images/content-background.gif');
	background-repeat: repeat-y;
}

div#container #content-wrapper #content-sidebar {
	width: 200px;
	height: 100%;
	float: right;
	border-left: #e9e9e8 1px solid;
}

div#container #footer {
	height: 20px;
	padding-top: 10px;
	clear: both;
	border-top: #e9e9e8 1px solid;
	font-size: 10px;
	text-align: center;
}
