body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#3399FF;
	text-decoration:none;
}
a:visited {
	color:#3399FF;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}
	
#divContainer {
	background: #A3B3A6 url(images/z_cloud_img_2.jpg) no-repeat center top;
	height: 1200px;
	width: 800px;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #A3B3A6;
}
#divMain {
	float: right;
	height: 550px;
	width: 500px;
	margin-top: 20px;
	margin-right: 20px;
}
#divHeader {
	margin: 2px 2px 0px;
	padding: 0px;
	text-align: center;
}
#divNav {
	text-align: center;
	margin: 0px 0px 0px 15px;
}
#divContent {
	text-align: left;
	margin: 0px 0px 0px 15px;
	width:450px;
	height: 525px;
	overflow:scroll;
	border: 2px solid #FFFFFF;
	background: #000000;
	font-size: 0.8em;
	padding: 10px;
	color: #FFFFFF;
	min-height:525px;
}
#divFooter {
	font-size: .6em;
	margin: 0px 0px 0px 15px;
	width:450px;
	color: #000000;
}

#divContentNews {
	background: #000000;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 500px;
	width: 240px;
	color: #FFFFFF;
}
#divContentShows {
	background: #000000;
	padding: 5px;
	float: right;
	height: 500px;
	width: 150px;
	margin: 5px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#divContentShows h1 {
	font-size: 1.2em;
	font-weight: bold;
}
#divContentNews h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
#divContentNews h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
}
#divContentNews p {
	margin-top: 0px;
	line-height: 1.2em;
}
	
#divContentShows p {
	font-size: .8em;
}
#divContentNews h3 {
	font-size: 1em;
	font-weight: bold;
}
h2 {
	float: none;
	clear: none;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}

#divFooter li {
display:inline;
}

#divFooter a:link, #divFooter a:active, #divFooter a:visited {font:1.5em; color:#000000; padding:0px 10px 0px 0px; }
#divFooter a:hover {color:#990000;}

