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

#content {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #666F6C;
	border-left-color: #666F6C;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666F6C;
}
#link {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #696A6C;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #696A6C;
	background-color: #650b00;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#link a {
	font-size: 40px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	font-weight: bold;
}
a:hover:visited {
	font-weight: bold;
	font-size: 40px;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
}


#wrap {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content img {
	border: 1px solid #696A6C;
}
#text {
	text-align: justify;
	padding-bottom: 10px;
	font-size: 26px;
}
#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;
}

