@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url('images/bg.gif');
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
}
h1#titleHeading {
	font-family: Arial, helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	background: #7e64a4;
	width: 515px;
	font-weight: normal;
	line-height: 28px;
	padding: 0px 10px;
	margin: 0em 0em 1em 0em;
}
h2 {
	margin: 0em 0em 0.2em 0em;
}
p {
	margin: 0em 0em 1.4em 0em;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
div#container {
	width: 908px;
	margin: 60px auto 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
div#logo {
	background: url('images/logo.gif');
	height: 20px;
}
div#logo img {
	display: none;
}
/*div#facebook {
	color: #fff;
	background: url('images/facebook.gif') no-repeat top left;
	margin: 0px 0px 0px 270px;
	padding: 0px 0px 0px 25px;
	line-height: 18px;
	font-size: 10px;
}
div#facebook a {
	color: #fff;
}
div#facebook a:hover {
	text-decoration: none;
}*/
div#sideNav {
	width: 133px;
	min-height: 488px;
	height: auto !important;
	height: 488px;
	background: #000 url('images/sub-menucolumn.jpg') no-repeat top left;
	float: left;
}
h3#title {
	font-size: 17px;
	color: #FFED00;
	font-weight: normal;
	margin: 0.8em 3px 0.6em 12px;
}
div#centreArea {
	float: right;
	width: 535px;
}
div#centreArea img {
	margin: 0px 0px 7px 0px;
}
div#contentArea {
	float: right;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: #fff;
}
div#content {
	margin: 15px 10px;
}
div#leftSide {
	width: 678px;
	float: left;
	margin: 0em 0em 1.4em 0em;
}
div#rightSide {
	width: 220px;
	float: right;
	margin: 0em 0em 1.4em 0em;
}
ul#design,
ul#design li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
ul#design li a {
	color: #ccc;
	text-decoration: none;
	font-size: 9px;
}
ul#design li a:hover {
	text-decoration: underline;
}
