@charset "utf-8";
/* CSS Document */
#container {
	width: 955px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(images/backgorund.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Cambria;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 36px;
	width: 955px;
	float: left;
	text-align: center;
	margin-top: 0px;
}

#sidebar {
	background-image: url(images/sidebar.jpg);
	float: left;
	background-repeat: repeat-y;
	background-color: #000;
	width: 200px;
}
#content {
	width: 750px;
	float: right;
}
#heading {
	background-image: url(images/heading.jpg);
	height: 46px;
	width: 750px;
	float: none;
	font-family: MoolBoran;
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	vertical-align: baseline;
	text-align: center;
}
#body {
	width: 745px;
	float: none;
	color: #FFF;
	font-family: Cambria;
	font-size: 14px;
	padding: 0px;
	margin: auto;
	text-align: center;
}
#header {
	background-image: url(images/header.jpg);
	height: 200px;
	width: 955px;
	float: left;
}
#submenu {
	background-image: url(images/submenubar.jpg);
	height: 35px;
	width: 955px;
	float: left;
}
#subheading {
	font-family: Cambria;
	font-size: 20px;
	text-align: center;
}
#tableheadings {
	color: #F90;
}
