/*------------------BODY--------------------*/
body {
	font-family: Arial, Verdana, sans-serif;
	background-color: #000;
	color: #666;
	background-image: url(../img/noir/bg.gif);
	font-size: 11px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	color: #fff
}
/*------------------HEADER--------------------*/
#TopContainer {
	background-color: #000;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#Header {
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#HeaderLeft {
	float: left;
	height: 22px;
}
#HeaderLeft a:link, #HeaderLeft a:visited {
	color:#999999;
}
#HeaderLeft a:hover {
	color:#ffffff;
}
#HeaderRight {
	float: right;
}
/*------------------CATEGORY TABS--------------------*/


#Category {
	font-size:14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -1px;
	background-color: #000000;
	margin: 0px;
	margin-left: 20px;
}
#Category ul {
	margin:0;
	padding:0;
	list-style:none;
}
#Category li {
	float:left;
	background:url("../img/noir/norm_right.gif")  no-repeat right top;
	margin:0;
	padding:0;
	height: 32px;
}
#Category a {
	display:block;
	background:url("../img/noir/norm_left.gif")  no-repeat left top;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-decoration: none;
	color: #666;
}
#Category .active {
	background-image:url("../img/noir/norm_right_on.png");
}
#Category .active a {
	background-image:url("../img/noir/norm_left_on.png");
	color: #ccc;
}
#Category li a:hover {
	color: #fff;
	text-decoration: none;
}

/*------------------ MAIN AREA -----------------*/
#BodyContainer {
	
}

/*------------------ NEWS ----------------------*/
#newsbox {
padding:5px; 
text-align:center; 
font-size:11px;
}
.newstitle {
	font-weight: bold;
	color: #666666;
}

/*------------------ICON BOX ------------------*/

#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#boxes li {
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 228px;
	height: 200px;
	text-align: center;
	background-image: url(../img/noir/linkbg.png);
	background-repeat: no-repeat;
	padding: 0px;
}
.IconTitle {
	font-size: 14px;
	text-transform: uppercase;
}
/*------------------FOOTER ------------------*/
#about {
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

