div#header{
	width:750px;
	height:100px;
	background-color:white
}

div#subheader{
	width:750px;
	height:16px;
	font-size:10px;
	background:url(/_img/subheader_bg.gif);
}

div#menu{
	width:134px;
	height:193px;
	float:left;
	background:url(/_img/menu_bg.gif);
	background-repeat:no-repeat;
	background-color:#999999;
}

div#contentpanel{
	width:439px;
	height:483px;
	float:left;
	background:url(/_img/content_bg.jpg);
	background-repeat:no-repeat;
}

div#sidepanel{
	width:176px;
	height:483px;
	float:left;
	margin-left:1px;
	background:url(/_img/sidepanel_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

div#sidepanel_title{
	position:absolute;
	left:570px;top:102px;
	width:176px;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
}

div#nav{
	position:absolute;
	left:137px;top:102px;
	font-size:10px;
	text-transform:uppercase;
}

div.padding{
	padding:7px 10px 20px 7px;
	font-size:12px;
}

div#footer{
	position:absolute;
	left:0px;bottom:0px;
}

div.list1{
	background-color:white;
	width:422px;
	text-align:right;
	margin-bottom:5px;
	font-size:11px;
}

div.list2{
	width:422px;
	text-align:right;
	margin-bottom:5px;
	font-size:11px;
}

div.details{
	padding:7px 10px 20px 7px;
	font-size:11px;
	text-align:left;
	line-height:11px;
}

