@charset "UTF-8";
/* General */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	color: #000000;
	font-size: 12px;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container { 
	width: 950px;  
	margin: 0 auto; 
} 
/* Header */
#header { 
	width: 950px;
	height: 100px; 
} 
#headerLeft {
	float: left;
	width: 180px;
	height: 100px;
	position: relative;
}
#headerLogo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 137px;
	height: 141px;
}
#headerMiddle {
	display: none;
}
#headerRight {
	display: none;
}
/* Sidebar left */
#sidebar1 {
	display: none;
}
/* Sidebar right */
#sidebar2 {
	display: none;
}
/* Content */
#mainContent {
	padding-top: 60px;
}
#mainContent h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 14px;
	font-size: 22px;
	color: #1f145d;
} 
#mainContent p {
	line-height: 15px;
}
/* Footer */
#footer { 
	display: none;
} 
