@charset "UTF-8";
#featured {
	height: 380px;
}
#featured .cola {
	width:578px;
	float:left;
	margin:0px;
}
#featured .colb {
	width:380px;
	float:left;
	margin:0px;
}
#maintext {
	margin:0;
	padding:0;
}
#maintext {
	display:block;
	width:578px;
	height:190px;
	margin:0;
	padding:0;
	text-decoration: none;
	background-image: url(../images/maintext.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#maintext span { 
	display:none;
	}
#h2text {
	margin:0;
	padding:0;
}
#h2text {
	display:block;
	width:578px;
	height:190px;
	margin:0;
	padding:0;
	text-decoration: none;
	background-image: url(../images/h2text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#h2text span { 
	display:none;
	}
#pd {
	margin:0;
	padding:0;
}
#pd {
	display:block;
	width:380px;
	height:380px;
	margin:0;
	padding:0;
	text-decoration: none;
	background-image: url(../images/pd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#pd span { 
	display:none;
	}
.subnav ul {
	list-style-type: none;
	margin:0;
	padding:0px;
}
.subnav ul li {
	margin-bottom:6px;
}
.subnav ul li a {
	padding:3px;
	background-color:#712740;
	color: #fff;
	border: 1px solid #712740;
}
.subnav ul li a:hover {
	padding:3px;
	background-color:#fff;
	color: #712740;
	text-decoration:none;
	border: 1px solid #ddd;
}