* {
	padding:0;
	margin:0;
	border:0;
}
html {
	overflow:auto;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	background-color:#000;
	color: #CCC;
}
p {
	text-indent:10px;
	margin:5px;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:90%;
	font-style:italic;
	font-weight:bold;
	color:#CC9900;
}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:.60;
}
a:link {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:none;
	color:#F00;
}
#container {
	width:90%;
	min-width:1100px;
	margin:10px auto;
	background-color:#060;
	padding:10px;
}
#logo {
	position:absolute;
	width:31px;
	height:32px;
	z-index:1000;
	left: 80%;
	top: 30px;
}
#counter {
	position:absolute;
	width:70px;
	height:32px;
	z-index:1000;
	right:110px;
	top: 21px;
	text-align:center;
}
.content {
	background-color:#000;
	padding:10px;
}
.cl_all {
	clear:both;
}
.cl_l {
	clear:left;
}
.ctr {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
#news {
	height:320px;
	overflow:auto;
	padding:0 5px;
	font-size:90%;
}
.news_sub {
	border-bottom:#333 solid 2px;
	padding:5px 0;
}
.col {
	width:15%;
	float:left;
	font-size:85%;
	font-style:italic;
	padding: 3px 0;
}
.col2 {
	width:180px;
	float:left;
	padding: 4px;
}
#if {
	width:510px;
	height:420px;
	float:right;
}
.vsp {
	margin-bottom:20px;
}
ul {
	font-family: Arial, Verdana;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	display: block;
	position: relative;
	float: left;
	border-bottom: 1px solid #444;
}
li ul {
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #F00;
	border-bottom: 1px solid #444;
	padding: 5px 10px;
	background-image:url(resources/vista_menu_button.jpg);
	margin-left: 1px;
	white-space: nowrap;
}
ul li a:hover {
	background-image:url(resources/vista_menu_button_hover.jpg);
	color:#FF0;
}
li:hover ul {
	display: block;
	position: absolute;
}
li:hover li {
	float: none;
	font-size: 11px;
}
#thumbs li {
	display:inline-block;
	width:auto;
	height:auto;
	text-align:center;
	margin:3px 10px;
	background-color:#000;
}
#thumbs img {
	padding:3px;
	border:0;
}
#thumbs ul li {
	float:none;
	border:0;
}
#thumbs ul li a {
	background-image:none;
	border:0;
}
#menu li{
	font-size:20px;
	font-weight:bold;
}

