body {
	background-color: #F9F9F9;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #91232D;
	text-decoration: none;
	font-weight: normal;
	line-height: 19px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	font-weight: lighter;
}
a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #91232D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}



div#buttons {
	height: 100%;
	width: 160px;
	background-color: #F9F9F9;
	position: fixed;
	margin-left: 10px;
	margin-top: -8px;
}
div#main {
	height: 100%;
	padding-left: 250px;
	margin-top: 50px;
	float: left;
}
div#discription {
	width: 500px;
}
