@charset "UTF-8";
#header {
	height: 250px;
	background-image: url(images/bakground.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#navigation {
	background-color: #878787;
	height: 50px;
	text-align: center;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-color: #878787;
	background-image: url(images/navback.jpg);
	text-align: center;
	clear: both;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#leftsidebar {
	text-align: center;
	width: 250px;
	float: left;
}
#maincont {
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	width: 650px;
	float: right;
}
a img { border: none ; }
