BODY {
	font-family 		: Arial, Verdana, Times New Roman;
	font-size			: 10pt;
	color				: #000;
	background			: url(images/background.png);
	background-repeat	: repeat-x;
	background-attachment:fixed ;
	background-color	: #e3e3e3;
	margin-top			: 0px;
}

#container {
	margin				: 0px auto; 
	overflow			: hidden;
	background			: #fff;
	width				: 988px;
	border-left			: 1px solid #000;
	border-right		: 1px solid #000;
}

#header {
	width				: 988px;
	height				: 200px;
	border-top			: 1px solid #000;
	border-bottom		: 1px solid #000;
}

#menu_bar {
	float				: left;
	height				: 100%;
	width				: 195px;	
	overflow			: hidden;	
	padding-left		: 5px;
}

#content {
	width				: 782px;
	float				: left;
	overflow			: hidden;
	padding-left		: 5px;
	border-left			: 1px solid #000;
	min-height			: 350px;
}

#footer {
	width				: 988px;
	clear				: both;
	border-top			: 1px solid #000;
	border-bottom		: 1px solid #000;
	text-align			: center;
	background			: #f3a18c;
}

h2 {
	margin				: 0px auto;
	margin-bottom		: 5px;
}

h3 {
	margin				: 0px auto;
}

a, a:hover, a:visited {
	color				: #000;
}