body {
	background-color: #DBDBE5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #6864B4;
}

a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #FFOOOO;
	text-decoration: none;
}

#container {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#container #navbar {
	background-color: #BA1F13;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	height: 56px;
}
#container #navbar #navbar_text {
	text-align: center;
	padding-top: 20px;
}
#container #navbar #navbar_text a {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#container #navbar #navbar_text a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}



#container #bodycell {
	background-image: url(../images/main_body.png);
	background-repeat: repeat-y;
}
#container #bodycell #menus img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #bodycell #menus {
	padding: 5px;
	width: 205px;
	float: left;
}
#container #bodycell #menus a {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #C7C7C7;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#container #bodycell #menus .focus_text {
	color: #C72215;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #C7C7C7;
	text-align: left;
	background-color: #FFFFFF;
}
#container #bodycell #menus .focus_text .phone_no {
	display: block;
	color: #6864B4;
	text-align: center;
	background-color: #E9E9EE;
}



#container #bodycell #text {
	float: right;
	width: 710px;
	padding: 5px;
}
#container #bodycell #text .b_focus {
	background-color: #A3A5AC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93949C;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#container #footcell {
	background-color: #C8C9CE;
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	height: 56px;
}
#container #footcell #foot_text {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
#gallery {
	text-align: center;
}
#gallery img {
	margin: 1px;
	padding: 1px;
	border: 1px solid #D9E5C9;
}

