@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/tile.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 22px;
}
#logo {
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F26AAC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F26AAC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#wrap ul {
	margin: 0px;
	padding: 10px;
	overflow: hidden;
}
#wrap li {
	float: left;
	list-style-type: none;
	display: block;
	width: 20%;
	height: 230px;
	text-align: center;
}
#wrap li img {
	border: 2px solid #B3B9B5;
}
#wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrap p {
	text-align: justify;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F26AAC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#wrap h1 {
	text-align: center;
	background-color: #f0f0f3;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F26AAC;
	border-bottom-color: #F26AAC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 40px;
}
#wrap h1 a:link {
	color: #55AEFE;
}
#wrap h1 a:hover {
	color: #F26AAC;
}
h5 {
	text-align: center;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}

#wrap h1 a:hover:visited {
	color: #F26AAC;
}
#wrap h1 a:visited {
	color: #55AEFE;
}
