#container {
	position: relative;
	width: 700px;
	background-color: #EAEAEA;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9999ff;
	border-right-color: #9999ff;
	border-bottom-color: #9999ff;
	border-left-color: #9999ff;
	background-image: url(images/left_bg.jpg);
	min-height: 100%;
	height: 100%
	padding-bottom: 100px;
	bottom: auto;
	background-repeat: repeat-y;
}
.bullet {
	list-style-image: url(images/bullet.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #8080ff;
	list-style-position: inside;
	list-style-type: none;
}

#date {
	height: 20px;
	width: 200px;
	position: absolute;
	top: 66px;
	right: 11px;
	z-index: 11;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8080ff;
}

#footer {
	position: absolute;
	height: 100px;
	width: 700px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	z-index: 10;
	bottom: -6px;
	
}
#pblink {
	height: 22px;
	width: 136px;
	position: absolute;
	right: 9px;
	bottom: 5px;
	z-index: 12;
	}


#navbar {
	height: 300px;
	width: 150px;
	position: absolute;
	background-position: top;
	text-align: center;
	float: left;
	z-index: 2;
}
#banner {
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 700px;
	position: relative;
	top: 0px;
	z-index: 6;
}
#content {
	background-color: #EAEAEA;
	position: relative;
	width: 531px;
	height: auto;
	padding-left: 5px;
	left: 160px;
	top: -18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	z-index: 6;
	padding-right: 3px;
	padding-bottom: 100px;
}
