/* menu.css */
.flaBox {
	float:left;
	width:225px;
}
#rCont {
	background: url(../images/bgImg455.jpg) no-repeat;
	float:left;
	width:455px;
	height:370px;
}
#rCont h2 {
	margin-top:20px;
	margin-left:20px;
	float:left;
	width:110px;
}
#subMenu {
	float:right;
	width:250px;
	margin-top:20px;
	margin-right:20px;
}
#subMenu li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-left:15px;
}

#subMenu a {
	font-weight:bold;
}

#txtBox {
	margin:0px 20px;
}
#txtBox h3 a{
	color:#8E878D;
}

#txtBox h3 a:hover{
	color:#201B1F;
}

.groupMenu {
	margin-bottom:10px;
}
.groupMenu2 {
	margin-top: 20px;
}

.groupMenu2 p a{
	color:#864949;
}
.groupMenu2 p a:hover{
	color:#f5bd2d;
}

#menuBorder {
	height:1px;
	background-color:#dadada;
	clear:both;
	margin:10px 20px;;
}
#caution p {
	font-weight:bold;
}