/*This calls the other css files!!*/
@import url(customise.css);
@import url(menu.css);

* {
	margin: 0;
	padding: 0;
}

html{
	background: #000033 url(../images/site-bglino.jpg) 0 0 repeat-x;
}
div#wrapper {
	width: 749px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
div#nav {
	background:/*#669F00*/ #999999 url(../images/menu-bg-off.gif) repeat-x;
	height: 1px;
}
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; text-align:center;
	height: 1%;}

div#content {
	/*background: url(../images/content-shadow.gif) repeat-x;*/
	width: 562px;
	float: right;
}
div.padding {
	padding: 10px;
}
div#content div.padding {
	/*background: url(../images/content-bg.jpg) 0 0 no-repeat;*/
}
div#footer {
	height: 16px;
	width: 729px;
	padding: 10px;
	margin: 0 auto;
	border-top: 10px solid #fff;
	border-bottom: 12px solid #fff;
	background: #F9F9F9; /*green url(../images/footer-bglino.jpg) repeat-x;*/
}
div#footer a {
	font: bold 11px Arial, serif;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div.copyright {
	font:11px/14px Arial, Helvetica, sans-serif;
	font-weight:700;
	text-align: center;
	color: #999999;
}
