@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: 675px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


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

p.center {text-align: center;}

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

p.news {padding: 30px 0px 0px 125px;}

p.link {margin-top: 4px;}

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

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


#header {
	background-color: #eeffba;
	height: 80px;
	width: 725px;
	position: absolute;
	top: 60px;
	margin: 0px;
	padding: 0px;
}

img.header {
	height: 51px;
	width: 550px;
	position: absolute;
	left: 0px;
	top: 22px;
	margin: 0px;
	padding: 0px;
}


#mainBox {
	background-color: #eeffba;
	height: 550px;
	width: 725px;
	position: absolute;
	top: 150px;
	margin: 0px;
	padding: 0px;
}


#textTitleBox {
	height: 20px;
	width: 725px;
	position: absolute;
	left: 0px;
	top: 90px;
	margin: 0px;
	padding: 0px;
}


#textBox {
	height: 195px;
	width: 318px;
	position: absolute;
	right: 38px;
	top: 130px;
	margin: 0px;
	padding: 0px;
}


#video {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 133px;
	border: 2px solid #ccff33;
	margin: 0px;
	padding: 0px;
}

#slideshow {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 260px;
	border: 2px solid #ccff33;
	margin: 0px;
	padding: 0px;
}

#photoboard {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 330px;
	border: 2px solid #ccff33;
	margin: 0px;
	padding: 0px;
}

img.video {
	height: 60px;
	width: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: none;
	margin: 0px;
	padding: 0px;
}

img.slideshow {
	height: 60px;
	width: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: none;
	margin: 0px;
	padding: 0px;
}

img.photo {
	height: 60px;
	width: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#flashBox {
	height: 440px;
	width: 584px;
	position: absolute;
	top: 37px;
	left: 20px;
	margin: 50px;
	padding: 0px;
}

#photo {
	background-color: #eeffba;
	height: 20px;
	width: 584px;
	position: absolute;
	top: 30px;
	left: 70px;
	margin: 0px;
	padding: 0px;
}

#photo.lower {
	width: 350px;
	top: 505px;
	left: 185px;
	border: 2px solid #CCFF33;
}


#rightBox {
	background-color: #eeffba;
	margin: 0px;
	padding: 0px;
	height: 640px;
	width: 245px;
	position: relative;
	left: 735px;
	top: 60px;
}

img.logo {
	height: 165px;
	width: 199px;
	position: absolute;
	right: 23px;
	top: 30px;
	margin: 0px;
	padding: 0px;
}


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

#Navigation {
	position: absolute;
	top: 275px;
	font-family: Copperplate Gothic Light, Times New Roman, serif;
	color: #c687d1;
	font-size: 16px;
	line-height: 150%;
	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 35px;
}

#Navigation ul li.here {
	display: block;
	list-style-type: none;
	color: #550055;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

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

#Navigation ul li span.indent {
	color: #550055;
	text-decoration: none;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

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


