body{
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color:#999999;
	text-align:center;
	background: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color:#242930;
}

#container{
	width:900px;
	min-height:750px;
	height:750px;
	margin: 0 auto;
	margin-top: 72px;
	background:#3b3b3b;
	padding:0 0;
	text-align:left;
}

#left{
	width:256px;
	height:750px;
	float:left;
	background:url(../img/bg_left.jpg) #0d1828;
}

#right{
	width:644px;
	height:750px;
	float:left;
	background:url(../img/bg_right-2.jpg);
}

.right-pad{
	position:relative;
	top:8px;
	left:15px;
	width:590px;
}

#pinhole{
	position:relative;
	width:590px;
	height:700px;
}

#logo{
	width:204px;
	height:80;
	margin:60px 0 0 25px;
}

/* links */
A:link, A:visited {
	color:#ffffff;
	text-decoration:none;
}
A:active, A:hover{
	color:#ffffff;
	text-decoration:underline;
}

/* navigation */
#nav{
	width:256px;
	margin-top:10px;
	margin-left:-10px;
	text-align:center;
	color:#ffffff;
	font-family:helvetica, arial, san-serif;
	font-size:8pt;
	letter-spacing:.2em;
	line-height:1.3em;
}


#nav ul {	
	margin:0 0;
	display:block;
}

#nav li {	
	float:left;
	padding-left:1px;
	list-style-type:none;
	text-align:center;

}

#nav a {
	color:#b2b2b2;
	position:relative;
	word-spacing:-2px;
	font-size:10px;		
	text-decoration:none;
}	

#nav a.current {
	color:#ffffff;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	width:250px;	
	height:400px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:8px;
	left:30px;
	font-size:8pt;
	width:200px;
}

#panes img {
	float:left;
	margin-right:20px;		
}

.more{
	color:#c9c9c9;
}


#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

.longtext{
	letter-spacing:.13em;
}

.trans {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.postcard-shdw{
	position:relative;
	top:-8px;
	left:-20px;
	margin:20px 15px 0 15px;
}

.calendar-shdw{
	position:relative;
	top:-24px;
	left:-6px;
	margin:20px 15px -18px 15px;
}

.snh{
	letter-spacing: normal;
	font-size:8pt;
	font-style:oblique;
}
