#wrapper {
	height: 100%;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

p {
	margin: 0px 0px 12px 0px;
}

.button {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	font-style: normal;
	color: #F1D4D8;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-color: #D15172;
	font-size: .7em;
}

a:link, a:visited {
	color: #CC3367;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC3367;
	text-decoration: underline;
}

#title {
	font-size: 1.5em;
	color: #CC3367;
	font-weight: bold;
	font-style: italic;
}

#tagline {
	font-size: 0.9em;
	color: #cc3367;
	text-align: right;
	font-style: italic;
}

#meat {
	padding: 10px;
	font-size: 1em;
}

#footer {
	color: #cc3366;
	font-size: .5em;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}

.footer {
	background: url(images/mainpage_03.jpg);
}

#menu {
	font-size: .8em;	
}

.menu {
	background: url(images/mainpage_04.jpg);
} 

#menu p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu a:link, #menu a:visited {
	color: #F1D4D8;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #cc3367;
	border: none;
	background-color: #F1D4d8;
}

#menu p {
	padding-left: 5px;
}

#disclaimer {
	font-size: 0.65em;
	background-color: #E4E4E4;
	padding: 5px;
	border: 2px solid #CDCDCD;
	color: #000000;
}

#disclaimer b {
	font-size: 1.1em;
	font-weight: 600;
}

.quoteBox {
	width: 500px;
	border: none;
	margin-top: 20px;
	margin-bottom: 0px;
}

.quote {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #00007F;
	font-size: 1em;
}

.author {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 0.65em;
	color: #005590;
}

.question {
	color: #00007F;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	font-size: 1.1em;
}

.darkcolor {
	color: #A612A6;
	font-weight: bold;
}

.lightcolor {
	color: #CC00CC;
	font-weight: bold;
}

.fee {
	color: #005590;
	margin: 0px 0px 5px 0px;
}

.note {
	font-size: .7em;
	font-style: italic;	
}

ul {
	margin: 5px 0px 10px 35px;
}

.description {
	font-size: .8em;
	font-style: italic;
}
.event {
	background-color: #FAEEEE;
	padding: 5px;
	border: 2px solid #CCCCCC;
	font-size: .75em;
	margin: 0px 0px 25px 0px;
}
.eventtitle {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 20px 0px;
	color: #D15877;
}
.eventdate, .eventtime, .eventlocation {
	font-style: italic;
}
.added {
	font-size: 0.8em;
	font-style: italic;
	color: #BBBBBB;
}
.article a:link, .article a:visited {
	color: #A612A6;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

.article a:hover, .article a:active {
	color: #A612A6;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
}

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

.imgFloatRight {
	float:right;
	margin-bottom:5px;
	margin-right:5px;
	margin-top:5px;
}

p.testimonial {
	color: #cc3366;
	margin-left: 20px;
}