@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

.nav {color:#FFF;
font-size:1.5em;
font-weight:bold;
}

.nav a:link {
	color: #FFF;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFF;
}
.nav a:hover {
	text-decoration: underline;
	color: #F00;
}
.nav a:active {
	text-decoration: none;
	color: #FFF;
}

body {
	background-color: #000;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}


input {background:url(images/formBG.jpg) repeat-x;
}

textarea {background:url(images/formBG.jpg) repeat-x;
border:#CCC thin solid;

}

.footer {color:#FFF;
background-color:#F00;
width:100%;
background:url(images/footerBG.jpg) repeat-x bottom;
}


img {border: none;}


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 200px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: right;
	position: relative;
	width: 65px;
	height: 65px;
}
ul.thumb li img {
	width: 60px; height: 60px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}

.container {margin-left:65px;
}

.content {padding: 5px 10px 5px 20px}
