div#main{
	width:700px;
	height:390px;
	border:5px solid #990000;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	background-image:url(bg2.jpg);
}



div.title{
	width:690px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}
p.title{
	font-family:Georgia;
	font-size:26px;
	margin-top:12px;
	color:#fff;
}



div.nav{
	width:345px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin:5px;
	float:left;
	background-color:#990000;
}
p.nav{
	font-family:Georgia;
	margin:5px;
	font-size:11px;
	color:#fff;
}
.nav a:link {
	color: #fff;
	text-decoration: none;
}
.nav a:visited {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}



div.news{
	width:345px;
	height:255px;
	float:left;
	margin:5px;
 	background-color: #ffffff;
	overflow:auto;
}
p.news{
	margin:5px;
	font-family:Georgia;
	font-size:11px;
	float:left;
}
.news a:link {
	color: #990000;
	text-decoration: none;
}
.news a:visited {
	color: #990000;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
div.shows{
	width:300px;
	padding:5px 0px 5px 5px;
}
p.shows{
	margin:5px;
	font-family:Georgia;
	font-size:11px;
}




div.footer{
	width:345px;
	height:25px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin:5px;
	background-color:#990000;
}
p.footer{
	margin:5px;
	font-family:Georgia;
	font-size:10px;
	float:left;
	color:#fff;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

p.date{
	margin:5px 0px 5px 5px;
	font-family:Georgia;
	font-size:10px;