/*------------------BODY--------------------*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #bf4856;
	color: #800040;
	background-image: url(../img/bg/pink.jpg);
	font-size: 11px;
	background-position: right top;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	color: #FF6600
}
/*------------------HEADER--------------------*/
#TopContainer {
	background-color: #5d0201;
}
#Header {
	font-size: 11px;
	color: #fd7472;
	padding: 5px;
	text-transform: lowercase;
}
#HeaderLeft {
	float: left;
	height: 22px;
}
#HeaderLeft a:link, #HeaderLeft a:visited {
	color:#fe7270;
}
#HeaderLeft a:hover {
	text-decoration: none;
	color: #FF6600

}
#HeaderRight {
	float: right;
}
/*------------------CATEGORY TABS--------------------*/


#Category {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: lowercase;
	color: #fe9aa6;
	letter-spacing: -1px;
	margin: 0px;
	margin-left: 20px;
}
#Category ul {
	margin:0;
	padding:0;
	list-style:none;
}
#Category li {
	float:left;
	background:url("../img/bg/norm_right.png")  no-repeat right top;
	margin:0;
	padding:0;
	height: 32px;
}
#Category a {
	display:block;
	background:url("../img/bg/norm_left.png")  no-repeat left top;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 13px;
	text-decoration: none;
	color: #fe9aa6;
}
#Category .active {
	background-image:url("../img/bg/norm_right_on.png");
}
#Category .active a {
	background-image:url("../img/bg/norm_left_on.png");
	color: #991a17;
}
#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: #8c1817;
}

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

#boxes {
	font-family: Georgia, "Times New Roman", Times, 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/bg/whitetransbox.png);
	background-repeat: no-repeat;
	padding: 0px;
}
.IconTitle {
	font-size: 13px;
	text-transform: lowercase;
}
.IconTitle a {
	color: #fe9aa6;

}
.IconTitle a:hover {
	color: #ffffff;
	text-decoration:none;
}
/*------------------FOOTER ------------------*/
#about {
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFD9D9;
}
