/*This calls the other css files!!*/
@import url(customise.css);
@import url(menu.css);

* {
	margin: 0;
	padding: 0;
}

div#wrapper {
	width: 749px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;
}
div#nav {
	background:#669F00 url(../images/menu-bg-off.jpg) repeat-x;
	height: 29px;
}
div#contentWrap {
	background: #fff url(../images/sidebar-bg.jpg) 1px 0 repeat-y;
	border-top: 10px solid #fff;
}
div#sidebar {
	margin-top: -12px;
	width: 186px;
	float: left;
}
div.sidebarBtm {
	clear: both;
	background: url(../images/sidebar-btm.png) top left no-repeat;
	height: 1%;
}
div#content {
	background: url(../images/content-shadow.jpg) repeat-x;
	width: 542px;
	float: right;
}
div.padding {
	padding: 10px;
}
div#content div.padding {
	background: url(../images/content-bg.jpg) 0 0 no-repeat;
}
div#footer {
	height: 37px;
	width: 729px;
	padding: 10px;
	margin: 0 auto;
	border-top: 10px solid #fff;
	border-bottom: 12px solid #fff;
	background-color: #024a8e;
}
div#footer a {
	font: bold 11px Arial, serif;
	text-decoration: none;
	color:#FFFF00
}
div#footer a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
div.copyright {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

