body {
	position: relative;
	margin: 0;
	background: #fff url('images/bg.jpg');
	text-align: center;
	color: #000;
	font-family: "Lucida Sans", sans-serif;
}

div.container {
	position: relative;
	width: 835px;
	height: 600px;
	margin: auto;
	padding: 0;
	border: 0;
	background: url('images/shadow.jpg') top center no-repeat;
}

div.nav {
	position: absolute;
	width: 800px;
	height: 30px;
	top: 157px;
	left: 15px;
	background: #abb3c2;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	font-size: 12pt;
	z-index: 6000;
}

div.nav a {
	position: relative;
	top: .3em;
	margin: 0;
	padding: 0 .5em;
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #286ba2;
}

div.nav a:hover {
	color: #00f;
}

div.content {
	position: absolute;
	width: 500px;
	height: 358px;
	top: 187px;
	left: 275px;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	overflow: auto;
	background-color: #fff;
	text-align: left;
}

* html div.content {
	width: 540px;
	height: 378px;
}

div.content a {
	color: #000;
}

div.content a:hover {
	color: #666;
}

div.content h3, div.content h4 {
	font-family: "Lucida Calligraphy", cursive;
}

table.works td {
	vertical-align: top;
	padding: .25em .5em;
}

span.subtext {
	font-style: italic;
	font-size: 75%;
}

div.topbar {
	position: absolute;
	width: 800px;
	height: 142px;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('images/topgrad.jpg');
	z-index: 1;
}

img.topbarimg {
	position: absolute;
	width: 800px;
	height: 142px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

img.logo {
	position: absolute;
	width: 297px;
	height: 142px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

div.leftbar {
	position: absolute;
	width: 240px;
	height: 333px;
	top: 187px;
	left: 15px;
	margin: 0;
	padding: 35px 10px 10px;
	border: 0;
	background: #286ba2;
	text-align: center;
}

* html div.leftbar {
	width: 260px;
	height: 378px;
}

div.credit {
	position: absolute;
	top: 565px;
	left: 15px;
	width: 800px;
	height: 15px;
	background: #abb3c2;
	text-align: right;
	font-size: 10px;
}
