#page_wrapper{
	width:850px;
	height:700px; 
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
}
#logo{
	position:absolute;
	top:3px;
	left:10px;
}
#content{
	float:right;
	width:450px;
	position:relative;
	top:65px;
	background-image:url(../images/body_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0 20px 50px 5px;
}
#subnav{
	position:absolute;
	top:115px;
	left:235px;
	width:130px;
}
#flash_graphic{
	position:absolute;
	top:115px;
	left:25px;
}
#footer{
	width:100%;
	border-bottom:1px solid #90D6F2;
	position:relative;
	top:100px;
	text-align:right;
}
#footer p{ text-align:right;}
#newzdog{
	position:absolute;
	top:15px;
	right:-100px;
	z-index:100;
}
#menu{
	width:615px;
	margin:0;
	padding:0;
	position:relative;
	top:23px;
	float:right;
}
#menu ul{
	padding-left: 0;
	margin-left: 0;
	float: left;
	margin: 0;
}
#menu ul li { display: inline; 	color:#3AB6E9;}
#menu ul li a{
	padding:0px 8px 1px 8px;
	text-align:center;
	color: #9E9C9C;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;	
	float: left;
	border-right: 1px solid #fff;
}
#menu ul li a:hover{
	background-color: #3AB6E9;
	color: #fff;
}
.datetime {
	background-attachment: scroll;
	background-image:url(../images/datetime.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	height: 20px;
	width: 180px;
	left:0;
	top:300px;
	overflow: hidden;
}
#seminar {
	position: relative;
}
.spacer{
	clear:both;
}
.image_right{
	float:right;
	margin:5px 0 5px 10px;
	padding:2px;
	border:1px solid black;
}
.image_left{
	float:left;
	margin:5px 10px 5px 0;
	padding:2px;
	border:1px solid black;
}
.horizontal ul li{margin:0 140px;}