@charset "utf-8";

body {
	background-color: #472c49;
	background-image: url(../images/flock.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
	

a:link {color: #550055; text-decoration: none;}
a:visited {color: #550055; text-decoration: none;}
a:hover {background: #ccff33; text-decoration: none;}


#all {
	height: 480px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


#allContent {
	height: 480px;
	width: 980px;
	position: absolute;
	top: 250px;
	margin: 0px;
	padding: 0px;
}


#leftBox {
	background-color: #eeffba;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 320px;
	margin: 0px;
	padding: 0px;
}

img.logo {
	position:absolute;
	left: 60px;
	top: 27px;
}


#centerBox {
	background-color: #eeffba;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 320px;
	position: absolute;
	top: 0px;
	left: 330px;
	margin: 0px;
	padding: 0px;
}

#slideshow {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0px;
	padding: 0px;
}

img.contact {
	height: 140px;
	width: 140px;
	position: absolute;
	top: 40px;
	left: 12px;
}

#textBox {
	height: 138px;
	width: 140px;
	position: absolute;
	top: 40px;
	right: 12px;
	border: 2px solid #CCFF33;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #550055;
	text-align: left;
	white-space: pre;
	display: block;
	margin: 0px;
	padding: 0px;
}

p.title {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p.center {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p + p {margin-top: 8px;}


pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c687d1;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#rightBox {
	background-color: #eeffba;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 320px;
	position: absolute;
	top: 0px;
	left: 660px;
	margin: 0px;
	padding: 0px;
}

#Navigation {
	position: absolute;
	top: 38px;
	font-family: "Copperplate Gothic Light", "Times New Roman", serif;
	color: #c687d1;
	font-size: 16px;
	line-height: 130%;
	text-align: left;
	width: 250px;
	height: 190px;
	margin: 0;
	padding: 0;
}
	
#Navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Navigation ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Navigation ul li a {
	color: #c687d1;
	text-decoration: none;
	margin: 0;
	padding: 0px 0px 0px 45px;
}

#Navigation ul li a:hover {background: #ccff33; color: #550055;}



#footer {
	position: absolute;
	top: 485px;
	width: 100%;
	text-align: center;
	margin: 0;
	height: 35px;
	padding: 0;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c687d1;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
