/* main.css */

/* standard elements */
body {
	background-color: #333333;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
li {
	margin-left: -25px;
	list-style-type: square;
}
dl {
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: -30px;
}
dt {
	color: #666666;
	margin-top: 20px;
}
dd {
	margin-left: 10px;
	margin-top: 10px;
}
img {
	border: none;
}

/* formatting classes */
.center {
	text-align: center;
}
.bold {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.caption {
	color: #666666;
	font-style: italic;
	text-align: right;
	display: block;
	margin-top: -10px;
}

/* navigation */
.nav {
	height: 30px;
	width: 160px;
	left: 20px;
	position: absolute;
	z-index: 3;
	overflow: hidden;
}
.nav a {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: none;
}
#nav1 {
	top: 150px;
}
#nav2 {
	top: 185px;
}
#nav3 {
	top: 220px;
}
#nav4 {
	top: 255px;
}
#nav5 {
	top: 290px;
}
#nav6 {
	top: 325px;
}

/* layout ids */
#top {
	position:absolute;
	z-index:1;
	width: 100%;
	height: 130px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#page {
	position:absolute;
	z-index:2;
	width: 540px;
	top: 30px;
	left: 165px;
	background-color: #CCCCCC;
	min-height: 585px;
}
/* for IE */
* html #page {
	height: 585px;
}
#page #img_header {
	overflow: hidden;
	width: 540px;
	height: 100px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#page #footer {
	left: 0px;
	font-size: 10px;
	color: #999999;
	background-color: #333333;
	text-align: right;
	position: absolute;
	bottom: 0px;
	padding-bottom: 30px;
}
#page #footer #img_footer {
	padding-bottom: 20px;
	overflow: hidden;
	width: 540px;
	height: 10px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#page #footer a {
	color: #999999;
	text-decoration: none;
}
#page #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#zsd {
	margin-right: 13px;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-left: 3px;
}
#body {
	margin-top: 28px;
	margin-right: 220px;
	margin-bottom: 100px;
	margin-left: 30px;
}
#body a {
	color: #000000;
	text-decoration: underline;
}
#body a:hover {
	color: #333333;
	text-decoration: none;
}

/* affiliations */
#member {
	display: table;
	width: 480px;
	margin-top: 8em;
	margin-right: -220px;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
#member td {
	text-align: center;
	vertical-align: top;
}
#member img {
	display: inline;
	margin-top: 2em;
	margin-bottom: .5em;
}

/* house photos */
.house {
	position: absolute;
	z-index: 5;
	width: 260px;
	height: 180px;
	left: 495px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#house1 {
	top: 150px;
	background-image: url(../images/house1.jpg);
}
#house2 {
	top: 340px;
	background-image: url(../images/house2.jpg);
}
