
body {
	background-image:url('/images/bg.png');
	padding:0px;
	margin:0px;
	font-family: verdana;
	font-size:14px;
}

#container {
	background-image:url('/images/content.png');
	background-color:#FFFFFF;
	width:900px;
	border: 1px solid #000000;
}

#copy {
	background-image:url('/images/footerbg.png');
	width:900px;
	padding-bottom:10px;
	padding-top:10px;
}

#menubar {
	background-image:url('/images/nav.png');
	height:33px;
	vertical-align:middle;
	text-align:left;
	padding-top:6px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#footerbar {
	background-image:url('/images/nav.png');
	height:30px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

#header {
	background-image:url('/images/header.png');
	height:200px;
}

.menubutton {
	height:26px;
	width:151px;
	text-align:center;
	font-size:18px;
	text-decoration: bold;
	vertical-align:middle;
	float:left;
	cursor:pointer;
	color:#FFFFFF;
}

.menubutton:hover {
	background-image:url('/images/menubtnhover.png');
	color:#000000;
}

.menubreak {
	height:26px;
	width:10px;
	float:left;
}


h1 {
	margin-top: 0px;
	padding-left: 6px;
	font-size:16px;
	text-decoration: bold;
}

h2 {
	margin-top: 0px;
	padding-left: 6px;
	font-size:14px;
	background-image: url('/images/heading.png');
	border: 1px solid #000000;
}

h3 {
	margin-top: 0px;
	padding-left: 6px;
	font-size:12px;
	background-image: url('/images/heading.png');
	border: 1px solid #000000;
}