#column
{
	background: url(../images/columnbg.jpg) top left no-repeat;
	width: 150px;
	float: left;
	position: relative;
	left: 150px;
	margin-left: -150px;
	
}

#content
{
	background: #fff;
	
}

#logo
{
	/*background: url(../images/logo.gif) top left no-repeat;*/
	margin-left: 15px;
}

#logosub
{
	/*background: url(../images/logosub.gif) top left no-repeat;*/
	margin-left: 15px;
}

#login
{
	background: url(../images/login.gif) top left no-repeat;
}

#login a:hover
{
	background: url(../images/login.gif) top left no-repeat;
	background-position: 0px -20px;
}

#search input.submit
{
	background: url(../images/search.gif) top left no-repeat;
}

#page
{
	background: none;
}

#footer
{
	clear: both;
	background: url(../images/compass.gif) bottom left no-repeat;
	color: #58727D;
	margin: 0px;
	padding: 10px 15px 20px 158px;
	text-align: left;
}

#footer li {
	display: block;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #959595;
}

#footer ul {
	height: 30px;
}

#footer img {
	FILTER: Alpha(Opacity=50);
}

#newsContent {
	height: 20px;
}

#contentFooter
{
	background: url(../images/bodyfooter.gif);
	height: 28px;
	width: 649px;
	clear: both;
	margin-bottom: 100px;
}