.clear {
	clear: both;
}

body {
	font-family: 'Arvo', 'Verdana';
	background: url('bg_texture.png') repeat;
}

a {
	color: #2D5070;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: #ccc solid 2px;
}

h2 {
	font-size: 50px;
}

.content {
	margin-left: auto; 
	margin-right: auto; 
	width: 960px;
}	

.logo {
	margin-top: 50px;
	position: relative;
	height: 260px;
	margin-bottom: 10px;
}

.zean {
  /*width: 494px;*/
  width: 497px; /* ZT: cant get exact dimensions to fit precisely */
  margin: 0;
  padding: 0;
  float: left;
}

.tsoi {
  /*width: 421px;*/
  width: 424px;
  margin: 0;
  padding: 0;
  float: right;
}

.me {
  position: absolute;
  right: 90px;
  z-index: -1;
}

.arm {
  position: absolute;
  right: 90px;
  z-index: 1;
}	

/*.content img {
	margin-left: -3px;
	margin-right: -2px;
	border: 0px;
	text-decoration: none;
}*/

.logo img {
  margin: 0px;
  text-decoration: none;
  border: black solid 0px;
}

h1.tagline {
	font-weight: normal;
	margin: 0;
	font-size: 34px;
	color: #333333;
	white-space: nowrap;
}

#slides-window {
	width: 960px; 
	overflow: hidden;
}

#slides {
	height: 210px;
	position: relative;
}

.slide {
	position: absolute;
	white-space: nowrap;
}

.block {
	width: 296px;
	display: inline-block;
	color: #111111;
	padding-left: 10px;
	padding-right: 10px;
	white-space: normal;
}	

.left {
	font-weight: bold;
	text-align: center;
}

.one-line {
	margin-top: 75px;
}

.one-line.small {
  font-size: 40px;
}

.two-lines {
	margin-top: 40px;
}

.three-lines {
	margin-top: 10px;
}

.center {
	vertical-align: top;
	background-image: url('glow.png');
	background-position: 10px;
	background-repeat: no-repeat;
}

.center.home {
	background: inherit;
}

.right {
	vertical-align: top;
}

.right p {
	margin-bottom: -10px;
}

.right b {
	font-size: 15px;
	margin-right: 5px;
}

.right.home {
	margin-top: 75px; 
	text-align: center; 
	font-weight: bold;
}

.visit-site {
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
}

.links {
	margin-top: 15px;
	text-align: center;
}

.divider {
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;
}
