@charset "utf-8";
#header {
	height: 100px;
	width: 750px;
	border: 1px solid #000000;
}
#sidebar_a {
	float: left;
	height: auto;
	width: 150px;
	margin-left: 10px;
	margin-top: 20px;
}
#content {
	height: auto;
	width: 650px;
	margin-left: 165px;
}
h2, h3 {
text-align: left; color: #000000;
}
p {
font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #000000; line-height: 125%; text-indent: 15px; margin-top: 0; margin-bottom: 6px;
}
#footer {
clear: both;
width: 550px;
margin-left: 150px;
margin-top: 10px;
}
#footer p {font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px;}
body {
}
a:link {}
a:visited {}
a:hover { text-decoration: none; color: #FFFF00;}
a:active{}
