@charset "utf-8";
@import url(milkbox.css);/* Milkbox css */
html,body{
	height:100%;
	font-family: "Lucida Grande", sans-serif, "Lucida Sans Unicode";
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #78BFD3;
}
p {
	color: #333;
	line-height: 20px;
}
.block {display:block; width:300px;}

a {
	color: #01AEF0;
	text-decoration: none;
	text-align: left;
}
h1, h2, h3 {
	color: #EA9B63;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0px;
	margin: 5px;
	font-size: 1.5em;
}

#wrappertop {
	background-image: url(../images/bgart.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	position: relative;
}

#wrapper {
	width: 660px;
	background:#FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.right {
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.clipart {
	position: absolute;
}
#nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


#nav #subnav {
	background-color: #807b6c;
	height: auto;
}
#subnav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#subnav a:hover {
	background-color: #706B5F;
}

#content {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#subCont {
	position: relative;
	min-width:595px;
	min-height: 22em;
}

.gallery {
	display: block;
	float: left;
	margin: 2px;
	border: 1px solid #FADCC9;
	text-align: center;
	background-color: #FEEAE2;
	padding: 6px;
}
.gallery a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.gallery a {
	display: block;
	color: #444;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}
.gallery:hover {
	background-color: #FFF;
}
.info {
	height: auto;
	width: 175px;
	float: left;
	margin-top: 3px;
	color: #FFF;
	clear: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}





#footer {
	text-align: center;
	clear: both;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 3.5em;
	color: #CCC;
}
.copyright {
	color: #FFB76F;
	font-size: 11px;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
}
.cells {
	border: 1px solid #CAE2E8;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	background-image: url(../images/word.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 1.1em;
	padding-right: 1.1em;
	padding-bottom: 1.1em;
	padding-left: 4em;
	display: block;
	width: 10em;
	margin-left: 3em;
}
.cells:hover {
	border: 1px solid #3E7B87;
	background-position: 25px;
}
.donate {
	background-image: url(../images/donate.jpg);
	background-position: 330px top;
	background-repeat: no-repeat;
}
.donateleft {
	display: block;
        float: left;
        width: 350px;
	margin-right: 10px;
}
.rightinfo {
	float: right;
	width: 430px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/amy-bg.gif);
	background-repeat: no-repeat;
	background-position: 200px -50px;
	margin-bottom: 3em;
}
