@charset "utf-8";
body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.page #container {
	width: 810px;
	height: 100%;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.page #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #808080;
	padding-top:0px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:5px;
}
#news a, #news a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}
#news a:hover {
	font-size: 12px;
	color: #FFB769;
	text-decoration: none;
	}
