html {
    margin: 0 auto;
}

body {
	background: white;
	font-family: Helvetica, sans-serif;
	color: #778899;
	margin: 0;
}

#wrap {
	}

a {
        font-family: Helvetica, sans-serif;
        color: #778899;
	text-decoration: none;
}

#header, .header {
	width: 90%;
	margin: 0 auto;
	padding: .2em 2em;
	border-bottom: 1px solid #778899;
	margin-bottom: 1em;
}

.header {
	border: none
	}

.header1 {
	font-size: 3em;
}

.header2 {
	float: right;
}

ul.nav {
    list-style: none;
    display: block;
    width: 580px;
    margin: 0 auto;
}

.horizontal {
}

ul.horizontal li {
    text-align: center;
    width: 110px;
    display: inline-block;
}

#main {
/*	background: #DDDDDD;
	background-image:url('bkg.png')
*/
}

.caption {
	font-size: +1;
	letter-spacing: 2px;
	color: #334455;
	float: right;
}

.this_image {
	margin: 0 auto;
	border: 6px solid #333;
	display: block;
	max-height: 500px;
	max-width: 1000px;
}

.linkno a {
	color: white;
}

.cur_image {
	border: 4px solid #123;
	padding: 2px;
	position: relative;
	top: 3px;
}

.oth_image {
	border: 2px solid white; 
}


.realtext {
	color: #334455;
	margin: auto 3em;
	width: 1080px;
	}

	.realtext p {
		font-family: Verdana, Lucida Grande, sans-serif;
		font-size: 1.2m; 
		line-height: 1.2em;
		width: 30%;
		}
	.realtext img {
		float: right;
		border: 1px solid white;
		margin: 2em;
		}
	.realtext a {
		}
	.realtext ul {
		list-style: none;
		}

