@charset "utf-8";
/* CSS Document */

#container {
	background-color: #000;
	background-image: url(images/background.jpg);
	width: 955px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}

#topsection {
	width: 955px;
	background-color: #D6D6D6;
	background-image: url(images/banner.jpg);
	height: 280px;
}
#top {
	height: 26px;
	width: 955px;
	background-image: url(images/top.jpg);
}
#mainmenu {
	height: 254px;
	width: 955px;
	background-image: url(images/mainmenu.jpg);
}
#bottomsection {
	width: 955px;
	float: left;
	height: auto;
	background-image: url(images/background.jpg);
}
#sidebar {
	width: 230px;
	float: left;
	background-image: url(images/sidebar.jpg);
	height: auto;
}
#content {
	height: auto;
	width: 720px;
	float: right;
	background-image: url(images/background.jpg);
}

#heading {
	height: 70px;
	width: 720px;
	background-image: url(images/heading.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	color: #FFF;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	vertical-align: text-bottom;
	text-align: center;
	float: none;
}
#body {
	width: 715px;
	background-image: url(images/background.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	height: auto;
}
#footer {
	height: 56px;
	width: 955px;
	background-image: url(images/footer.jpg);
	float: left;
}
#first {
	float: left;
	height: 150px;
	width: 200px;
}
#middle {
	height: 150px;
	width: 410px;
	margin-left: 210px;
}
#mid {
	float: left;
	height: 150px;
	width: 200px;
}
#last {
	height: 150px;
	width: 200px;
	margin-left: 10px;
	float: right;
}
