* {
	margin:0;
	padding:0;
}
p, ol, h1, ul, h2, h3, h4, h5, h5, h6 {
	margin:0 0 1em 0
}
p {
	margin-top: 1em
}
body, html {
	height:100%;
	background:#131313;
	font:13px verdana, sans-serif;
	color:#555;
}
a {
	color:#585159;
	text-decoration:none;
	outline:none;
}
h2 {
	font-family:"Century Gothic", "Avante Garde", sans-serif;
	text-transform:uppercase;
	font-size:150%;
	color:#413743;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:1px solid #474147;
}
#outer {
	height:100%;
	width:100%;
}
#shell {
	background:#585159;
	border:13px solid #747474;
	border-left:none;
	border-right:none;
	position:relative;
	width:800px;
	height:474px;
	margin:auto;
}
#splash {
	background:#413743;
	position:absolute;
	top:0;
	left:0;
	width:494px;
	height:238px;
}
#main {
	background:#f8f3ea;
	position:absolute;
	right:0;
	top:0;
	width:306px;
	height:474px;
}
#content {
	position:absolute;
	bottom: 20px;
	left:20px;
	width:268px;
	height:410px;
	padding-right:5px;
	overflow:auto;
	line-height:1.5;
	text-align:left;
	font-size:85%;
}
#splash_photo {
	position:absolute;
	left:0;
	top:0;
}
#vines_top_left {
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
#entrance_logo {
	position:absolute;
	left:32px;
	bottom:30px;
	z-index:4;
}
#logo {
	position:absolute;
	right:45px;
	bottom:85px;
	border:none;
	z-index:3;
}
#vines_top_right {
	position:absolute;
	left:0;
	top:0;
}
#vines_bottom {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
#nav_overlay {
	position:absolute;
	top:210px;
	left:0;
	width:494px;
	height:75px;
	line-height:80px;
	background:#131313;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	z-index:100;
}
/* Navigation Menu */
#nav {
	position:absolute;
	top:255px;
	left:0;
	width:494px;
	height:60px;
	text-align:center;
	z-index:101;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	text-align:center;
}
#nav ul a:link, #nav ul a:visited {
	text-decoration: none;
	padding:0 10px 15px 10px;
	color:#777;
	font-size:12px;
}
#nav ul a:link.active, #nav ul a:visited.active, #nav ul a:hover {
	color: #fff;
	background: url(../images/nav_arrow.png) no-repeat bottom center;
}
#footer {
	width:800px;
	margin: 10px auto 0 auto;
	color:#ccc;
	font-size:80%;
}
#footer a {
	color:#7b787b;
}
.fixit {
	behavior: url(js/iepngfix.htc)
}

