@charset "utf-8";
/* CSS Document */
body {
	font: 69% Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	background: url(/images/content/pattern.gif);
}
h1, h2, h3, p {
	margin: .5em 0;
}
h2 {
	margin-top: .75em;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}
p {
	line-height: 1.5em;
}
ul {
	margin: .5em 0 .5em 18px;
	padding: 0;
}
ul li {
	margin: .25em 0;
}
#maincontainer {
	position:relative;
	width: 920px;
	min-height: 544px;
	margin: 0 auto;
	padding: 0 0 .5em;
	text-align: left;
	border-top: 8px solid #6c3694;
	border-bottom: 24px solid #6c3694;
	background: #FFF url(/images/content/pagebg.gif) 6px 72px no-repeat;
}
/* LINKS */
a:link, a:visited {
	color:##6c3694;
	text-decoration: none;
}
a:hover, a:active{
	color:#6c3694;
	text-decoration: none;
}
/*HEADER*/
#logocontainer {
	position:absolute;
	display: block;
	left:219px;
	width:675px;
	height:0;
	margin: 24px 0 0;
	padding: 137px 0 0;
	overflow: hidden;
	background:url(/images/content/logolarge.gif) no-repeat;
}
/*QUOTES*/
#quotes {
	position:absolute;
	width:333px;
	height:170px;
	left:186px;
	top:377px;
	background:url(/images/content/quotesback.gif) no-repeat;
}
#quotes q {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: center;
	position:absolute;
	padding:45px 55px 40px 35px;
}
#quotes p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	position:absolute;
	font-size: 1.09em;
	padding:147px 0 0 155px;
}
/*COLTYPE*/
#content {
	position: relative;
	padding: 175px 47px 0 556px;
}
#content h2 {
	position: relative;
	overflow: hidden;
	width: 230px;
	height: 0;
	left: -33px;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 26px 0 0;
}
h2#about {
	background: url(/images/content/whatido.gif) no-repeat;
}
h2#contact {
	background: url(/images/content/contact.gif) no-repeat;
}