@charset "UTF-8";
body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
#side {
	position:fixed;
	width:205px;
	height:100%;
	z-index:2;
	float: left;
	left: 0px;
	top: 0px;
}
#content {
	position:absolute;
	top:50px;
	z-index:1;
	left: 205px;
	width: 695px;
	padding: 15px;
}

</style>
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
#side #banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	margin-left: 15px;
}
p {
	font-size: 15px;
	margin-left: 10px;
}
a {
	text-decoration: none;
}
#content a img {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content a:hover img {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
