@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#text {
	font-size: 22px;
	padding: 10px;
	text-align: justify;
}
#link {
	background-color: #000000;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
#link a {
	color: #7F6E34;
	font-size: 35px;
	font-weight: bold;
}
#link a:hover {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
}
#link a:visited {
	color: #7F6E34;
	font-size: 35px;
	font-weight: bold;
}


#bg {
	background-image: url(images/bg_public.jpg);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
#content {
	background-image: url(images/bg_public_rightcol.png);
	background-repeat: repeat-x;
	background-color: #7F6E34;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer {
	color: #7F6E34;
	text-align: center;
	padding: 10px;
}
a:link {
	color: #7F6E34;
}
a:hover {
	color: #7F6E34;
}
a:visited {
	color: #7F6E34;
}
a:active {
	color: #7F6E34;
}
#pics {
	text-align: center;
	background-image: url(images/bg_public_rightcol.png);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#pics img {
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrap {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
