* {
  margin:0px;
  padding:0px; 
}

body {	
	text-align: left;
	background-color: white;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	font-size: .8em;
	height: 100%;
  background-color: white;
  background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
  background-position: center;
}

img
{
	border: 0px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 824px;
	padding: 0px;
	min-height: 100%;
	height: auto;
}

#top {
  width: 824px;
  height: 173px;
  background-color: white;
  background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
}

#content {
  width: 824px;
  height: 326px;
  background-image: url('../images/bg2.jpg');
	background-repeat: no-repeat;
	padding-top:20px;
}

#left {
  width: 434px;
  padding-left:180px;
  padding-right:10px;
  float:left;
}

#right {
  width: 140px;
  padding-left:30px;
  padding-right:30px;
  float:left;
}

#whole {
  width: 614px;
  padding-left:180px;
  padding-right:10px;
  float:left;
}

#top ul{
  list-style-type:none;  
  padding-top:137px;
  margin-left:180px;
}

#top li{
	font-size: 13px;
	padding-left:16px;
  padding-right:16px;
  height:18px;
	float: left;
	font-weight: bold;
	padding-top:4px;
}

#top li a {
  text-decoration: none;
  color: #5c5c5c;
}

#top li a:visited {
  text-decoration: none;
  color: #5c5c5c;
}

#top li a:hover {
  text-decoration: none;
  color: black;
}

h1 {
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  top:0px;
  left:300px;
  color:white;
}

h2 {
  padding-left:45px;
  font-size: 15px;
  background-image: url('../images/line.gif');
	background-repeat: no-repeat;
	height:24px;
}

h3 {
  padding-left:20px;
  font-size: 15px;
  background-image: url('../images/line2.gif');
	background-repeat: no-repeat;
	height:24px;
}

h4 {
  padding-left:45px;
  font-size: 15px;
  background-image: url('../images/line3.gif');
	background-repeat: no-repeat;
	height:24px;
}

address {
  font-style: normal;
  margin-left:7px;
}

#left p {  
  margin-top:10px;
  text-align:justify;
  padding-left:5px;
  padding-right:5px;
}

.pcenter {
  margin-top:10px;
  text-align: center;
}

#right img {
  padding:1px;
  margin-bottom: 8px;
  border:1px solid black;
}

a {
  text-decoration: underline;
  color: #5c5c5c;
}

a:visited {
  text-decoration: underline;
  color: #5c5c5c;
}

a:hover {
  text-decoration: none;
  color: black;
}

.photo {
  float:left;
  padding:5px;
}

.photo img {
  margin:0px;
  padding:1px;
  border:1px solid black;
}

