body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:center;
	background: #fff url(images/bg.jpg) repeat-x;
}

#frame {
	width: 750px;
	margin:0px auto;
	text-align:left;
	background: url(images/header.jpg) no-repeat;
	padding: 0;
}



#header1 {
	margin: 150px 0 0 0;
	padding: 0 0 0 174px;
	width:260px;
	float:left;
	line-height: 120%;
	font-weight: bold;
	font-size: 76%;
	}

#header1 p {
	margin: 3px 0;
}

#header2 {
	margin: 230px 0 0 0;
	width:115px;
	height: 110px;
	float:left;
	padding: 0 0 0 5px;
}

#header3 {
	margin: 90px 0 0 0;
	width:175px;
	float:left;
	height: 183px;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
}

#col1 {
	margin: 40px 0 0 0;
	padding: 0 30px 0 13px;
	width:310px;
	float:left;
	line-height: 130%;
	font-size: 76%;
	}

#col2 {
	margin: 0 0 0 10px;
	width:120px;
	height: 79px;
	float:left;
	}

#col3 {
	margin: 50px 0 0 0;
	width:260px;
	float:left;
	font-size: 70%;
	}
	
#col2 p {
	margin: 0;
}

#col3 p {
	margin: 0;
}

#contact1,  #contact2, #contact3, #contact4, #contact5 {
	padding: 0 0 0 40px;
	margin: 0;
}

#contact1 {
	background: url(images/icon-phone.jpg) no-repeat;
}
#contact2 {
	background: url(images/icon-fax.jpg) no-repeat;
}
#contact3 {
	background: url(images/icon-email.jpg) no-repeat;
	line-height:35px;
}
#contact4 {
	background: url(images/icon-visit.jpg) no-repeat;
	margin: 0 0 6px 0;
}
#contact5 {
	background: url(images/icon-post.jpg) no-repeat;
}


#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 135px;
	width: 750px;
	clear: both;
	font-weight: bold;
	padding: 0;
	text-align: center;
	font-size: 80%;
	margin: 0;
	}

#footerpic {
	margin: 0;
	padding: 10px 0 0 40px;
	width:140px;
	height:80px;
	float:left;
	}	

#footertext{
	margin: 60px 0 0 0;
	padding: 0 0 0 20px;
	float:left;
}


#photoframe {
	width: 750px;
	margin:0px auto;
	text-align:center;
	padding: 0;
}

.caption {
	font-size: 70%;
	margin: 20px 0;
}

.photo{
	border: 2px solid #FFFFFF;
	margin: 20px 0;
}

.intro {
	font-weight: bold;
}

.footnote {
	font-size: 70%;
	margin: 20px 0;
	font-weight: normal;
}


a:link {
	color: #003399;
	text-decoration: none;
	border: 0;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}

a img {
	border: 0;
}
