@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F764DD;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	font-size: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#container #header {
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	height: 182px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content {
	float: right;
	width: 670px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	font-size: 90%;
	color: #333333;
	text-align: justify;
}
#container #content #contenttop {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 670px;
}
#container #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #F764DD;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	text-transform: capitalize;
}
#container #content p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #content .imageright {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container  #content  .imagelink a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #navigation {
	float: left;
	width: 200px;
	padding: 0px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #navigation ul {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #navigation li {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	font-size: 120%;
	color: #333333;
}
#container #navigation a {
	color: #333333;
}
#container  #navigation  a:hover  {
	color: #FFFFFF;
}
#container #content #gallery ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content #gallery {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #content #gallery li {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 225px;
	height: 170px;
}







.clearsep {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
