/* all */

body {
	background-color: #FFF0F8;
	text-align:center;
}

.wholebox {
	width: 700px;
	background: #ffffff;
	background-image:  url(layout/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}



/* Navigation Area */

.navimenu {
	background: #86183E url(layout/naviback.jpg) no-repeat top left;
	text-align: center;
	vertical-align:top;
	width: 210px;
	height: 390px;
	padding: 0px;
}

.navimenu img {
	padding: 12px 0px 5px 6px;
}

.navimenu h2, .navimenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 10px 0px;
}
.navimenu a:hover {
	color:#CD5680;
	text-decoration: none;
}



/* Content Area */



.content {
	padding-left: 20px;
	padding-top: 70px;
	padding-right:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #44112F;
	line-height: 16px;
}
.content p {padding-bottom: 5px;}

.content a {
	text-decoration: none;
	color: #661123;
}
.content a:hover {
	color:#CD5680;
	text-decoration: none;
}

.testimonial {
	margin-bottom: 0px;
}
p.testimonial_name {
	color:#CD5680;
	line-height: 20px;
	text-align: right;
	margin-top: 10px;
	margin-right: 50px;
	padding-bottom: 10px;
}
.testimonial_quotie {
	color:#CD5680;
	font-size: 14px;
	font-weight: bold;
}
.content ul {
	margin: 15px;
	padding: 0px;
}
.content li { padding-bottom: 15px;}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #CD5680;
	padding-bottom: 5px;
}

.heading1 {
	font-size: 16px;
	font-weight: bold;
	color: #CD5680;
	padding-top: 10px;
}

.caption1 a {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color:#CD5680;
	}
	
.caption1 a:hover {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color:#A80032;
}
.imagebox {
	color: #cd5680;
	line-height: 12px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 9px;
	width: 116px;
	margin: 5px 5px 5px 5px;
	border: 1px #CD5680 solid;
}

.imagebox img {
	padding: 3px;
}


/* Footer */

.footer {
	border-top: 1px #CD5680 solid;
	background-color: #FFF0F8;
	text-align: center;
	margin-left: 70px;
	font-size: 9px;
	font-family: verdana;
	color: #661123;
}
.footer a {
	text-decoration: none;
	color: #661123;
}
.footer a:hover {
	color:#CD5680;
	text-decoration: none;
}
