@charset "utf-8";
.maintext {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #FFFFFF;
}

.maintextHeading {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

#side_nav a:hover .sidenavlinks {
	background-color: #333333;
}

#main{
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 1;
	
}
a {
	text-decoration: none;
}

#pic_holder {
	position:absolute;
	left:460px;
	top:20px;
	width:auto;
	height:inherit;
	z-index:7;
	}
#content {
	position: absolute;
	left: 200px;
	top: 40px;
	z-index: 3;
}
	
#side_nav {
	position:absolute;
	top:100px;
	width:200px;
	z-index:2;
}
body {
	background-color: #000000;
}
.sidenavlinks {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666666;
	height: auto;
	width: 160px;
	border: 3px solid #999999;
	display: block;
	margin-left: 0px;
	text-indent: 20px;
	margin-top: 2px;
	font-style: normal;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.sidenavlinksclicked {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	height: auto;
	width: 160px;
	border: 3px solid #999999;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 20px;
	margin-top: 2px;
	font-style: normal;
	font-weight: bold;
}

.header {
	font-family: "Palatino Linotype";
	font-size: 48px;
	line-height: 56px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	}

.noital {
font-style:normal;
}
	
	
#content .maintext a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#content .maintext a:hover {
	color: #666666;
	
}

