@charset "utf-8";

body {
	/*	background-image: url(bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position:center;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #111;
}
#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background-color:#000;
	border: solid 1px #333;
	position: relative;
	padding: 20px;
}
#header h1 {
	margin:0px;
	padding:0px;
	text-indent: -9999px;
/*	background: url(images/postcard.jpg) no-repeat;*/
	width: 920px;
	height: 662px;
}
#header h2 {
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	height: 1px;
}
#details {
	width: 260px;
	float: right;
	margin-left: 20px;
	background: url(images/bg-vert-gradient.jpg) repeat-x;
	background-color: #222;
	padding: 15px;
	border: 1px solid #333;
	margin-right: 0px;
	display: inline;
}
#main {
	width: 576px;
	background-color: #000;
	border: 1px solid #333;
	padding: 15px;	/*	background: url(bg-vert-gradient.jpg) repeat-x;*/
}
#oldsite {
	color: #CCC;
	background-color: #000;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	position: absolute;
	top: 50px;
	right: 20px;
	width: 100px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 2;
}

#flashcontent{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 920px;
	height: 641px;
	z-index: 1;
	background: url(images/postcard.jpg) no-repeat;
}
.time {
	font-size: 0.7em;
}
p {
	margin-top: 0px;
	margin-bottom: .7em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
	text-transform: none;
	color:#bbb;
	line-height: 1.7em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	text-transform: none;
	color:#FFF;
	line-height: 1.5em;
	font-style: italic;
	font-weight: normal;
}
h4 {
	margin-top: 20px;
	margin-bottom: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	color:#bbb;
	line-height: 1.5em;
	letter-spacing: .1em;
}
#details p {
	margin-top: 0px;
	margin-bottom: 0.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
	color:#fff;
	line-height: 1.5em;
}
a {
	color:#fff;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}
a:hover {
	background-color: #fff;
	color:#111;
}
