@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/public_body_bg_huge.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
}
html {
	background-image: url(images/public_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

#link {
	background-color: #000000;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #950101;
}
#link a {
	color: #FFE400;
	font-size: 35px;
	font-weight: bold;
}
#link a:hover {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
}
#link a:visited {
	color: #FFE400;
	font-size: 35px;
	font-weight: bold;
}
#linkr {
	padding: 10px;
	text-align: center;
	background-image: url(images/tile-nav.gif);
	background-repeat: repeat-x;
	border: 1px solid #999;
	margin: 10px;
}
#linkr a {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
}
#linkr a:hover {
	color: #CCC;
	font-size: 35px;
	font-weight: bold;
}
#linkr a:visited {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
}
#pic img {
	border: 2px solid #6E0000;
}

#text {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #999;
}
#text2 {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #FFE400;
}

