@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) repeat-x #81239D;
}
#branding img{
	margin: 20px 0px 0px 20px;
}

#page_wrapper {
	width: 900px;
	margin: 10px auto 0px auto;
	background: url(images/stem_repeat.jpg) repeat-y #FFF;
}
#header {
	height: 100px;
	border-bottom: 2px solid #C782F9;
	background: url(images/header_bg.jpg) no-repeat #81239D;
}
#content_wrapper {
	background: url(images/flower_lrg.jpg) no-repeat;
}
#main_content {
	background: url(images/flower_sm.jpg) right bottom no-repeat;
	width: 560px;
	padding: 5px 40px 20px 300px;
	min-height: 200px;
	font-size: 12px;
	line-height: 18px;
	color: #662052;
}
#quote_wrapper {
    height: 130px;
    padding: 70px 20px 20px;
    width: 350px;
}
ul#quotes {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
ul#quotes li {
	font-size: 16px;
	font-style: italic;
}
ul#quotes li span.author {
    display: block;
    font-size: 12px;
    font-style: normal;
	font-weight: normal;
    padding-top: 20px;
    text-align: right;
}
#footer {
	background: url(images/footer_bg.jpg) center bottom no-repeat #C782F9;
	height: 100px;
	border-top: 2px solid #81239D;
	text-align: center;
}
#copyright {
	color: #81239D;
	font-size: 12px;
	padding: 0px;
	display: block;
	margin: 40px 0px 0px 0px;
}

/*-------------------------------Navigation and Links------------------------------------*/
a img {
	border: none;
}
#main_content a {
	color: #81239D;
}
ul.nav_horiz  {
	margin: 0px;
	list-style-type: none;
	display: block;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #C782F9;
	font-size: 14px;
}
#footer ul.nav_horiz {
	padding: 10px;
}
ul.nav_horiz li   {
	display: inline;
	padding-right: 20px;
}
ul.nav_horiz li a {
	color: #81239D;
	text-decoration: none;
	text-transform: capitalize;
}
ul.nav_horiz li a:hover, ul.nav_horiz li.selected a {
	text-decoration: underline;
}
/*-----------------------------------------Headings-------------------------------------------*/
h1, h2, h3, h4, h5 {
	line-height: normal;
	font-weight: normal;
	padding: 0px;
	display: block;
	margin:10px 0px;
	color: #81239D;
}
h1 {
	font-size: 28px;
	margin: 30px 0px 20px 0px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
