@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #525151;
	font-family: Tahoma;
	font-size: 12px;
}
#header {
	position: relative;
	margin:0 auto;
	width:100%;
	background:url(images/header-background.jpg) repeat-x;
	text-align: center;
}
#center-container {
	position: relative;
	width:980px;
	margin:0 auto;
	background-image: url(images/left-column-background.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-column {
	float: left;
	width: 290px;
	padding: 15px;
}
#right-column {
	float: right;
	width: 660px;
	background-image: url(images/right-column-background.png);
}
#main-content {
	padding: 40px;
	text-align:justify;
}
.main-content-titles {
	color: #324db7;
	font-weight: bold;
}
#side-content {
	padding: 10px 10px 50px 10px; 
	color: #bdbdbd;
}