body {
	font-size: 13px;
	font-family: Tahoma;
	background: url('images/background.gif')
	background-repeat: repeat-y;
}

div#whole {
	width: 800px;
	border: 1px solid gray;
}

div#main {
	width: 800px;
	background-color: #FFFFFF;
	position:relative;
	left:0px;
	top:0px;

}

div#menu {
	width: 800px;
	background-color: #FFFFFF;
}

div#title {
	width: 800px;
	background-color: #FFFFFF;
}



div#footer {
	width: 800px;
	font-size: 10px;
	color: #97A2BA;
	font-family: "Tahoma";
	background-color: #FFFFFF;
	position:relative;
	left:0px;
	top:0px;
}


a.bodytext, td {
	color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
}

a.titles {
	color: #333366;
	font-family: Tahoma;
	font-size: 19px;
	text-decoration: none;
}

a.sublink {
	color: #636321;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

a.subtitles {
	color: #CCCC99;
	font-family: Tahoma;
	font-size: 19px;
	text-decoration: none;
}

a.subsubtitles {
	color: #CCCC99;
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: none;
}


a.menu {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer {
	font-family: Tahoma;
	font-size: 12px;
	color: #7184AE;
	text-decoration: none;
}

a.date {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

a.headline {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.story {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.story:hover, a.headline:hover, a.date:hover {
	text-decoration: underline;
	color: #666699;
}

a.sublink:hover {
	text-decoration: underline;
	color: #936A38;	
}

a.menu:hover {
	text-decoration: underline;
	color: #666666;
}

a.footer:hover {
	text-decoration: underline;
	color: #666699;
}




