@charset "utf-8";
#bodyArea {
	width: 930px;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#bodyArea #topLeft {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#bodyArea #topLeft p {
	font-size: 11px;
	color: #003C77;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 180%;
}
#bodyArea #topRight {
	float: right;
	width: 670px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#topRight h2 {
	background-image: url(../images/bg_yellow_bar.png);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6e0f6;
	color: #0f728f;
	padding-left: 10px;
	font-size: 14px;
}
#topRight h2 a {
	color: #0f728f;
}
#topRight h2 a:hover {
	color: #C30;
	text-decoration: none;
}

#content {
	width: 648px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c6e0f6;
	border-bottom-color: #c6e0f6;
	border-left-color: #c6e0f6;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
#gallery {
	padding-left: 20px;
}
#gallery_1 {
	height: 402px;
	width: 602px;
	margin-bottom: 10px;
}
#gallery_1 img {
	border: 1px solid #FFF;
}

#gallery_2 {
	margin-bottom: 20px;
	width: 605px;
}
#gallery_2 img {
	margin: 3px;
	border: 1px solid #FFF;
}
#gallery p {
	font-size: 14px;
	color: #FC3;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Century Gothic", Century, Arial;
}
#gallery_3 {
	width: 602px;
	margin-bottom: 10px;
}
#gallery_3 img {
	border: 1px solid #FFF;
}









#bodyArea #line {
	background-color: #FC0;
	clear: both;
	height: 10px;
}

