html, body {
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#dddddd;
	background-image:url(background.jpg);
	width:100%;
}

html, body, table, p {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:15px;
}

h1 {
	font-weight:bold;
	font-size:33px;
	padding:0px;
	margin:0px;
	padding-left:50px;
	padding-top:50px;
	line-height:33px;
}

h2 {
	font-weight:bold;
	font-size:20px;
	color:#cc0000;
	margin-bottom:5px;
	line-height:25px;
}

.hide {
	display:none;
}

.sidebar {
	background:#99ccff;
	padding:25px;
	padding-top:5px;
	color:#ffffff;
}

.sidebar h2, .sidebar p {
	color:#ffffff;
}

.main {
	width:450px;
	left:0px;
	top:0px;
	position:relative;
	float:left;
	margin-bottom:180px;
}

.content {
	position:absolute;
	width:800px;
	left:50px;
	top:180px;
	margin-top:100px;
	height:100%;
	margin-bottom:180px;
}

#center {
	position:absolute;
	width:0px;
	left:50%;
	height:100%;
}

#holder {
	position:absolute;
	left:-450px;
	width:900px;
	background:#ffffff;
	min-height:100%;
}

#logo {
	position:absolute;
	width:151px;
	height:120px;
	left:50px;
	top:10px;
	background:url(logo.gif);
}

#artwork {
	position:absolute;
	left:250px;
	top:0px;
	width:600px;
	height:50px;
	background:url(header.jpg);
}

#menu {
	background-image:url(bar-bg.gif);
	}

#menu a {
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

#menu a:hover {
	text-decoration:underline;
}

#footer {
	clear:both;
	margin-top:50px;
	padding-top:25px;
	padding-bottom:25px;
	width:100%;
	background-color:#eeeeee;
	bottom:0px;
	position:absolute;
}

#header {
	width:900px;
	height:150px;
	background-image:url(top-banner.jpg);
}

#menu a.subsection {
	font-weight:normal;
	color:#000000;
}