/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #3366CC;
}
a:active {
	color: #3366CC;
}
#container {
	width: 950px;
	background: url(images/container_back.gif);
}
#topnav {
	width: 950px;
	position: absolute;
	top: 93px;
	height: 32px;
	text-align: right;
}
#header {
	width: 950px;
}
#photo {
	width: 950px;
}
#content {
	width: 950px;
}
#left {
	width: 165px;
	float: left;
}
#right {
	width: 785px;
	float: right;
}
#textarea {
	width: 745px;
	padding: 20px;
}
#footer {
	width: 950px;
	clear: both;
}
#copyright {
	width: 910px;
	padding: 20px;
	clear: both;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}
