@charset "UTF-8";
#side {
	position:fixed;
	width:200px;
	height:100%;
	z-index:2;
	float: left;
	left: 0px;
	top: 0px;
}
#content {
	position:absolute;
	top:100px;
	width:680px;
	z-index:1;
	background-color: #000000;
	left: 200px;
	padding-left: 20px;
}

</style>
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
}
p {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 25px;
}
#content a {
	color: #8339B4;
	text-decoration: none;
}
h1 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}


body {
	background-color: #000000;
}
#side  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 25px;
}
