@charset "utf-8";
/* MAIN LAYOUT */
#page {
	margin: 10px auto;
	width: 710px;
	text-align: left;
}
#wrapper {
	border: 5px #F6CEDD solid;
}

#header {
	width: 700px;
	height: 70px;
	background: #EB6170;
}
#menu {
	background: #EB6170;
	height: 24px;
	border-bottom: 5px #F6CEDD solid;
	border-top: 5px #F6CEDD solid;
}
#banner {
	width: 700px;
	height: 150px;
	position: relative;
}

#mid {
	padding: 0px;
	background: #FFF;
}

/* DETAILED LAYOUT */
.content h3 {
	font-weight: bold;
/*	background: #ABDA4D;*/
/*	background: #E2014D;*/
	padding: 0px;
	color: #E2014D;
}
.content {
	padding: 10px 20px 0px 20px;
	font-size: 14px;
	line-height: 160%;
}
#bot {
	background: #EB6170;
}
#bot a {
	color: #FFFFFF;
}
#bot a:hover {
	color: #FFFFFF;
}
#bot .text {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}