@charset "utf-8";
body  {
	margin: 0; /* 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 */
	color: #F0F0F0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/stripey_krs_bg.png);
}
A:link
{
	COLOR: #FFFFFF;
	text-decoration: none;
}
A:visited
{
	COLOR: #FFFFFF;
	text-decoration: none;
}
A:active
{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.text
{
	font-size: 12px;
	text-decoration: none;
}
#container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	height: auto;
}
.block {
	float: left;
	height: 215px;
	width: 170px;
	margin-right: 10px;
	background-color: #C2C2C2;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
}
#grid {
	clear: both;
	float: none;
	width: auto;
	height: 230px;
}
#grid2 {
	clear: both;
	float: none;
	width: auto;
	height: 230px;
	font-size: 12px;
	text-decoration: none;
}
.header {
	clear: both;
	float: none;
	width: auto;
	height: 120px;
	padding-top: 20px;
}
.footer {
	clear: both;
	float: none;
	width: auto;
	height: 20px;
	padding-top: 20px;
}
a:hover {
	COLOR: #FFFFFF;
	text-decoration: underline;
}
.block_wide {
	float: left;
	height: 280px;
	width: 930px;
	margin-right: 10px;
	background-color: #FF0066;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 16px;
	color: #58012C;
	margin-bottom: 10px;
}
.block_wide2 {
	float: left;
	height: 190px;
	width: 930px;
	margin-right: 10px;
	background-color: #FF0066;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #58012C;
	margin-bottom: 100px;
}
