* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("../images/bg.gif") top center repeat-y;
	background-color: #F9F9F9;
	font: normal 8pt/13pt verdana, arial,sans-serif;
}

#header {
	width: 562px;
	height: 60px;
	background: #000 url("../images/header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#container {
	width: 580px;
	/*background: #fff url("../images/sidebar.gif") repeat-y right;*/
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url("../images/horizontal.gif");
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#right-column {
	color: #808080;
	width: 134px;
	/*background: url("../images/menutop.gif") no-repeat top left;*/
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
}

#nextprev {
	display: none;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
	margin-top: 20px;
}

#bottomimage {
	position: absolute;
	z-index: 5;
}
#bottomimage img {
	margin-left: 5px;
}
