@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #Footer {
	height: 50px;
	width: 900px;
}
#wrapper #header {
	height: 40px;
	width: 900px;
}
#wrapper #header #left-side {
	float: left;
	height: 39px;
	width: 730px;
	background-image: url(../Images/headerbg.gif);
	background-repeat: repeat-x;
}
#wrapper #header #right-side {
	float: right;
	height: 14px;
	width: 134px;
	background-image: url(../Images/headerbg.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0EBE5;
	padding-left: 35px;
	padding-top: 25px;
}
#wrapper #main-content {
	width: 900px;
	height: 400px;
}
#wrapper #main-content #top-sidebar {
	float: left;
	height: 260px;
	width: 164px;
	background-image: url(../Images/new-logog.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0EBE5;
	padding-top: 140px;
	padding-left: 135px;
}
#wrapper #main-content #image-box {
	float: right;
	height: 400px;
	width: 600px;
	background-color: #333;
}
#wrapper #Main-area {
	height: 400px;
	width: 901px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0EBE5;
	background-image: url(../Images/centre-logo.jpg);
}
#wrapper #Main-area #left-sidebar-and-text {
	float: left;
	height: 400px;
	width: 730px;
}
#wrapper #Main-area #right-sidebar {
	float: right;
	height: 390px;
	width: 149px;
	background-color: #3C3C3C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0EBE5;
	padding-top: 10px;
	padding-left: 20px;
}
#wrapper #Main-area #left-sidebar-and-text #left {
	float: left;
	height: 390px;
	width: 149px;
	background-color: #3C3C3C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0EBE5;
	padding-top: 10px;
	padding-left: 20px;
}
.side-bar-titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
#wrapper #Main-area #left-sidebar-and-text #text {
	float: right;
	height: 390px;
	width: 540px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.text-style {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
}
.text-style-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #CCC;
}
#wrapper #main-content #image-box #image-right {
	float: right;
	height: 370px;
	width: 245px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#wrapper #main-content #image-box #image-left {
	height: 370px;
	width: 315px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#wrapper #footer {
	height: 54px;
	width: 620px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0EBE5;
	border-right-color: #F0EBE5;
	border-bottom-color: #F0EBE5;
	border-left-color: #F0EBE5;
	background-image: url(../Images/footerbg.gif);
	padding-top: 20px;
	padding-left: 280px;
}
.footer-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}
