body {
	background-color:#9f9f9f;
	font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode';
	color:#eee;
	padding: 0px;
	margin:0px;
}

a img {
	border-size:0px;
	border-style:none; /* Works around IE */
}

a, a:visited, a:hover {
	color:#8F4341;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:black;
	background-color:#eee;
}
a.noHighlight:hover{
	background-color:transparent;
}
#pageContent {
	width:1021px;
	margin:0px auto;
	text-align:left;
	color:white;
	box-shadow:0 0 20px black;
	background-color:black;
}

#header {
	margin:0px;
	color:black;
	top:0px;
	width:100%;
	position:relative;
	height:187px;
	background-image:url('/images/header.png');
}

#currentSection {
	position:absolute;
	left:30px;
	bottom:0px;
	line-height:60px;
	font-size:60px;
	font-weight:bold;	
}

.menu {
	font-size:24px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	list-style-type:none;
	height:178px;
	bottom:7px;
}

.menu li {
	line-height:30px;
}

.menu a, .menu a:visited, .menu a:hover {
	text-decoration:none;
	color:black;
	line-height:0.2em;
	background:none;
}

.selected, .selected a, .selected a:visited, .selected a:hover {
	color:#900000;
}

#mainMenu {
	position:absolute;
	top:0px;
	left:650px;
	width:150px;
}

#menuBack {
	position:absolute;
	background-image:url('/images/menuBack.png');
	width:225px;
	height:178px;
	right:0px;
	top:0px;
}

#menuBack h1 {
	color:#500000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	
}

#secondMenu {
	text-align:center;
	width:245px;
	position:absolute;
	top:0px;
	right:0px;
	margin-top:55px;
	font-size:20px;
}

#page {
	padding-bottom:30px;
	font-size:0.85em;
	position: relative;
}

p, li {
	line-height:150%;
}

.youtube {
	width:425px;
	height:355px;
}

#vacationTag {
	position:fixed;
	top:0px;
	left:0px;
	height:248px;
	width:277px;
	background-image:url('/images/vaca.png');
	z-index:500;
}

#nav li.activeSlide { background: #ea0 }
