#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 111px;
	background: url(images/bluebar.jpg) no-repeat;
}

#top .titleimage {
	position: absolute;
	left: 24px;
	top: 20px;
}

#top .pagetitle {
	position: absolute;
	left: 64px;
	top: 36px;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: bold;
	color: #003399;
}

#top .pagesubtitle {
	position: absolute;
	left: 500px;
	top: 70px;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #FF6600;
	font-size: 10px;
	font-weight: bold;
}

#top .copyright {
	position: absolute;
	left: 600px;
	top: 40px;
	letter-spacing: 1px;
	font-size: 8px;
	font-style: italic;
	font-weight: bold;
}

#rail {
	position: absolute;
	background-image: url(images/boxout.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 180px;
	top: 111px;
	width: 24;
}

#rail .railspace {
	position: static;
	margin-left: 24px;
	margin-right: 22px;
	margin-top: 22px;
	margin-bottom: 22px;
}

#rail .content {
	position: static;
	width: 100%;
	height: *;
}

#side {
	position: absolute;
	top: 111px;
	left: 4px;
	width: 170px;
}

#side .username {
	position: relative;
	font-size: 10px;
	font-family: Verdana;
	color: #009999;
	top: 0px;
	left: 5px;
}

#side ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#side li {
	margin-bottom: 0px;
	padding: 0px 0px;
}

#side li ul {
	list-style: circle;
	list-style-image: url(images/bullet.gif);
	margin-left: 44px;
	margin-bottom: 4px;
}

#side li li {

}

#side .advert {
	position: relative;
	top: 32px;
	left: 24px;
	width: 170px;
	height: 600px;
}

#bottom {
	clear: both;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#bottom .copyright {
	left: 300px;
	bottom: 40px;
	letter-spacing: 1px;
	font-size: 9px;
	font-weight: bold;
}

#bottom a {
	font-size: 9px;
}
