﻿/* CSS layout */
body {
	background-image: url('images/images/bg.gif');
	margin: 0px;
}
#masthead {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#sub_head {
	height: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#sub_head ul {
}
#sub_head li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}
#sub_head a {
	color: #FFFFFF;
	text-decoration: none;
}
#sub_head a:hover {
	color: #000000;
	text-decoration: underline;
}
#top_nav {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/images/under.jpg');
	height: 23px;
}
#container {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#page_content {
	margin-left: 38px;
	width: 700px;
	height: 400px;
}

.photo_content {
	float: left;
	margin: 11px;
	padding: 7px;
	width: 102px;
	height: 150px;
	text-align: center;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #FFFFFF;
}
.photo_content img {
}
.text_photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.style1 {
	border-width: 0px;
}
#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contact {
	text-align: center;
	padding-top: 30px;
	line-height: 50px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #00FF00;
}
#service {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
