@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #1B72DB;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
#header {
	height: 119px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 20px;
}

#content {
	background-color: #000000;
}
#content ul {
	padding: 0px;
	height: 245px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	margin-bottom: 0px;
}

#content li {
	list-style-type: none;
	display: block;
	text-align: center;
	width: 197px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#content li img {
	border: 1px solid #696A6C;
}
#link {
	background-color: #650b00;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 3px solid #696A6C;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#link a {
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
}
a:hover {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 40px;
}
a:hover:visited {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 40px;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
}


#wrap {
	width: 997px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content img {
	border: 2px solid #696A6C;
}
#text {
	text-align: justify;
	padding: 10px;
}
#footer {
	text-align: center;
	padding: 10px;
}

#bg {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-color: #726A5F;
}
#footer a {
	font-size: 10px;
}
#pics {
	text-align: center;
}
#pics img {
	border: 1px solid #696A6C;
	margin: 5px;
}
