@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1d1d1d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1d1d1d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1d1d1d;
}
a:hover {
	text-decoration: underline;
	color: #1d1d1d;
}
a:active {
	text-decoration: none;
	color: #1d1d1d;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
}#page {
	background: #FFF;
	margin: 20px auto 35px;
	width: 960px;
	height: 1250px;
}
#header {
	background: #1d1d1d url(../images/about_banner.jpg);
	margin: 0px;
	height: 222px;
	width: 100%;
}
#menu {
	width: 200px;
	height: 200px;
}
#content {
	width: 740px;
	float: left;
	margin: -150px auto auto 210px;
}
#footer {
	height: 50px;
	width: 960px;
	float: left;
}
