body {
	margin:0px;
	background-image:url(images/bgtile.png);
}
#wrapper {
	background-image:url(images/bg.png);
	width:100%;
	background-repeat:repeat-x;
	min-height:600px;
}
.header {
	padding-top:34px;
}
#main {
	background-image:url(images/mainbg1.png);
	background-repeat:no-repeat;
	min-height:600px;
	
}
.menu {
	background-image:url(images/nav-active.png);
	height:27px;
}
.menu:hover {
	background-image:url(images/nav-hover.png);
	height:27px;
}
#footer {
	background-image:url(images/footerbar.png);
	background-repeat:no-repeat;
	height:35px;
	font-family:tahoma;
	color:#FFFFFF;
	font-size:12px;
	width:852px;
}
#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { color:#eaeaea; text-decoration:none; }