@charset "UTF-8";
/* CSS Document */
*{margin:0px 0px 0px 0px; padding:0px;}


body{
	background-color:#000;	
	background-image:url('images/bg.png');
	
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size:14px;
	
}


#header, #footer a { color:#FFFFFF; text-decoration:none;}
#header, #footer a:hover { color:#FFFFFF; text-decoration:none; border-bottom-color:#0099FF; border-bottom-style:solid; border-bottom-width:2px;}

.mainContent2 a { color:#FFFFFF; text-decoration:none; border-bottom-color:#9e0a50; border-bottom-style:solid; border-bottom-width:1px;}
.mainContent2 a:hover { color:#FFFFFF; text-decoration:none; border-bottom-color:#0099FF; border-bottom-style:solid; border-bottom-width:1px;}
small{
	font-size:15px;
}

.title{ font-size:20px; color:#FFFFFF;padding-bottom:10px; text-transform:uppercase;}
h1{ font-size:20px; color:#FFFFFF;padding-bottom:5px;}

#container{
	width:800px;
	margin:0 auto 0 auto;
	background-color:transperant;
	background-image:url('images/bg2.png');
}

#header{
	color:#FFFFFF;
	height:143px;
	padding:0px;
	border:none;
	
}



#footer{
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	line-height:18px;
	height:20px;
	padding:10px;
	background-color:#000;
	clear:both;
	
}

.mainContent{
	padding:10px;
	margin-top:25px;
	background-image:url('images/bg2.png');
}

.mainContent2{
	padding:10px;
	background-color:#000;
	line-height:16px;
	font-size:11px;
	
	
	
}

.subbox1{
	color:#fff;
	margin-left:5px;
	width:155px;
	display:inline;
	margin-right:57px;
	float:left;
	
	background-color:#000;
	
}


.subbox2{
	color:#fff;
	
	width:250px;
	display:inline;
	margin-right:57px;
	float:left;
	
	background-color:#000;
	
}


.subbox3{
	color:#fff;
	
	width:250px;
	display:inline;
	float:left;

	background-color:#000;
	
}

.thumb{
	display:inline-block;
	padding-right:9px;
	padding-left:9px;
	padding-bottom:21px;
	
	
}
.thumb img{
    padding-bottom:2px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#0097e5;
	
}

.thumb a:hover img{
    padding-bottom:2px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#fff;
	
}
