/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

body {
	font: 12px Verdana, Helvetica, Arial;
	color: #666;
}

#headernav {
	margin: auto;
	margin-top: 20px;
	border: none;
	width: 1015px;
	height: 45px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
}

#sep {
	width: 100%;
	height: 35px;
	margin: auto;
	background-image: url(../img/headershadow.gif);
	background-repeat: repeat-x;
}

#footersep {
	width: 100%;
	height: 35px;
	margin: auto;
	background-image: url(../img/footershadow.gif);
	background-repeat: repeat-x;
	clear: both;
}

#container {
	width: 1015px;
	margin: auto;
	border: none;
}

#content {
	margin: auto;
	margin-top: 0px;
	border: none;
	width: 880px;
	padding-top: 0px;
}
	

#navbar {
	width: 875px;
	height: 150px;
	margin: auto;
	text-align: right;
	font-size: 14px;
	color: #CCC;
}	
	
p.caption {
	font-size: 1.3em;
	line-height: normal;
	margin-bottom: 15px;
}


#gallery .figure p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	line-height: normal;
	/* margin: 0; */
}

h1 {
	font-family: Georgia, Verdana, Helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 0px;
	color: #d2a0ce;
}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 45px;
	margin: 0;
	padding: 5px 0 5px 0px;
	color: #999;
}

p {
	font: 12px Verdana, Helvetica, Arial;
	margin: 10px 0px;
	color: #666;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	clear: both;
	text-align: center;
}


a {
	color: #784c8d;
	text-decoration: none;
	font-family: Century Gothic, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
}

a:hover {
	color: #999;
	text-decoration: none;
	font-family: Century Gothic, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
}


.section {
	color: black;
}

.left
{
        float: left; /*left in our text*/
        margin: 0px 20px 20px 0px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 0px 5px 20px 20px;; /*space around the image*/
}

#quote {
	font-family: Georgia, Times New Roman, Arial;
	font-style: italic;
	font-size: 20px;
	color: #d2a0ce;
	text-align: left;
	margin: 20px 30px 20px 30px;
}