
body
{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10pt;
	background-color: #FFFFFF;
	font-family: Ariel, Helvetica, Sans-Serif;
}

a
{
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

a img
{
	border: none;
}

#page
{
	position: relative;
	display: block;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#page #header
{
	position: relative;
	display: block;
	float: left;
	width: 900px;
	height: 62px;
	padding: 0 0 10px 0;
}

#page #header h1
{
	position: absolute;
	display: block;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#page #header h1 img
{
	position: relative;
	display: block;
}

#page #content
{
	position: relative;
	display: block;
	float: left;
	clear: left;
	width: 850px;
	padding: 5px 25px 5px;
}

#page #content-nav
{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 189px;
	height: 441px;
}

#page #content-nav .item
{
	position: relative;
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	padding: 0;
	margin: 0 8px 8px 0;
}

#page #content-nav .item .thumb
{
	position: relative;
	display: block;
}

#page #content-body
{
	position: relative;
	display: block;
	float: right;
	overflow: hidden;
	width: 661px;
	height: 433px;
	padding: 0 0 8px;
}

#page #content-body #design
{
	position: relative;
	display: block;
}

#page #content-body #dlog
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 653px;
	height: 433px;
	padding: 0 0 0 8px;
}

#page #content-body #dlog #dlog-scroll
{
	position: relative;
	display: block;
	overflow: auto;
	width: 653px;
	height: 433px;
	padding: 0;
}

#page #content-body #dlog h2
{
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	color: #AA0000;
}

#page #content-body #dlog a
{
	color: #AA0000;
}

#page #content-body #dlog .item
{
	display: block;
	margin: 0;
	padding: 8px 0;
}

#page #content-body #dlog .item .date
{
	display: block;
	margin: 0;
	padding: 0;
	color: #999999;
}

#page #content-body #dlog .item .body
{
	display: block;
	margin: 0;
	padding: 8px 0;
	font-family: Georgia, Serif;
	font-size: 1.1em;
}

#page #content-body #dlog .scrollbar
{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin: 0;
	width: 11px;
	height: 433px;
	background-image: url(images/scrollbar-well.gif);
}

#page #content-body #dlog .scrollbar .button-up
{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 11px;
	height: 12px;
	background-image: url(images/scrollbar-up.gif);
}

#page #content-body #dlog .scrollbar .button-down
{
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 11px;
	height: 12px;
	background-image: url(images/scrollbar-down.gif);
}

#page #content-body #dlog .scrollbar .knob
{
	position: absolute;
	display: block;
	right: 0;
	width: 11px;
	height: 9px;
	background-image: url(images/scrollbar-knob.gif);
}

#page #footer
{
	position: relative;
	display: block;
	float: left;
	clear: left;
	width: 850px;
	padding: 5px 25px 10px;
}

#page a
{
	text-decoration: none;
	font-weight: normal;
	color: inherit;
}

#page #footer-nav
{
	color: #444444;
}

#page #footer-nav a
{
	color: #444444;
}

#page #footer-nav .nav-anchor
{
	margin-left: 10px;
	font-weight: bold;
	color: #AA0000;
}

#page #footer-credit
{
	color: #999999;
}

#page #footer-credit a
{
	color: #999999;
}
