/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}
body {
	background:#fff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.bodylink {
	color:#000;
	text-decoration:underline;
}
a.bodylink:hover {
	color:#000;
	text-decoration:none;
}
ul {
	font-size:11px;
	margin:0;
	padding:0 40px;
	color:#666;
	list-style-type:circle;
}
#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-225px; /* half of container's height */
	float:left;
}
#tracey {
	margin:0 auto;
	width:770px;
	padding:0;
	border:1px solid black;
	position:relative;
	height:454px;
	clear:left;
	background:url(images/bg.gif) top right no-repeat;
}
#hero-pic {
	width:340px;
	height:450px;
	background:#eee;
	padding:0;
	margin:0;
	text-align:left;
	position:absolute;
	top:2px;
	left:2px;
}
#main-body {
	width:420px;
	text-align:left;
	float:right;
	margin-top:2px;
	margin-right:3px;
	height:450px;
	overflow:auto;
}
p {
	margin:0;
	font-size:11px;
	padding:10px;
	color:#666666;
	text-align:left;
}
h1 {
	font-size:22px;
	font-weight:normal;
	letter-spacing:10px;
	margin:0 1px;
	padding:10px;
	background:#eee;
	text-align:center;
}
h1 span {
	display:block;
	font-size:10px;
	letter-spacing:5px;
	line-height:18px;
	color: #f39;
}
.nav {
	font-size:10px;
	text-align:center;
	color:#000000;
	padding:15px 0;
}
a.navbut {
	color:#000000;
	text-decoration:none;
	border:none;
}
a.navbut:hover, a.navbutdown {
	color:#FF3399;
	border:none;
	text-decoration:none;
}
.editorial-pics a img {
	margin:10px;
	padding:2px;
	border:1px solid #ccc;
}
.editorial-pics a:hover img {
	border:1px solid #FF3399;
}