/*RESET*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; border: 0; 
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	padding: .6em 0;
	margin: 0;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

body
{
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}

ul, ol
{
list-style: none;
}
/*END OF RESET*/



html{
	background-attachment: scroll;
}
body {
	background-image: url("images/bodyBG.gif");
	background-repeat: repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #5f0023;
	

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bolder;
	color: #333333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #790033;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #790033;
}
h5 {
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}


p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-top: 10px;
	word-spacing: 2px;
}
#galleryWrap {
}

a {
	color: #780034;
	font-style: italic;
	font-weight: bold;
}
ul {
	color: #242323;
}
.italic {
	font-style: italic;
}


.subtitle {
	font-size: 14px;
	font-weight: bolder;
	margin-top: -5px;
}

/*-------------Header----------------*/
#headerWrapper{
	background-repeat: no-repeat;
	height: 90px;
	background-position: center 2px;
}
 
 /*---------------------NAVIGATION-------------------------*/
ul#menu {
	float: right;
	width: 700px;
	margin-top: 70px;
	z-index: 2;
	position: relative;
	 }

ul#menu li {
	display:inline;
	margin-left:12px;
	color: 3e1827;
	font-size: 16px;
	font-weight: bold;
}
ul#menu li a {
	text-decoration:none;
	color: #3e1827;
}
ul#menu li a.active, ul#menu li a:hover {

}
#header {
	width: 900px;
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
#contactus   p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e1827;
	font-size: 12px;
	font-weight: 100;
	top: 0px;
	position: absolute;
	z-index: 2;
}
#vdecor  {
	width: 390px;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: -150px;
	background-image: url("images/v_header.png");
	height: 250px;
	background-repeat: no-repeat;
}

#logo h1 {
	text-indent: -9999px;
}
#logo img  {
	position: absolute;
	right: -27px;
	top: 5px;
	z-index: 100;
	height: 85px;
}
/*------------content-------------*/

#contentWrappper {
	background-image: url("images/contentContentBG2.jpg");
	background-repeat: repeat-y;
	width: 950px;
	position: relative;
	z-index: 3;
}

#content {
	background-image: url("images/contentTopBG2.jpg");
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	padding-top: 15px;
        position: relative;
        z-index: 2000;
}

#content h1 {
        margin-left: 15px;
}
/*----------------------------Footer-----------------------*/

#footerWrapper {
	background-repeat: no-repeat;
	height: 100px;
	clear: both;
	padding-top: 50px;
	background-image: url("images/contenFooterBG2.jpg");
	background-position: center top;
        width: 950px;
	}
.clearfloat {
	clear: both;
	height: 40px;
}

#footer {
	margin: 0 auto;
	width: 900px;

 }
#footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	float: right;
	text-align: center;
}

#socialMedia {

}
/*------------------------Contact Form------------------*/
#contact p, label, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#contact legend {
	padding:7px 10px;
	-webkit-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
	font-size: 24px;
}
#contact legend {
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	display: block;
	width: 570px;
	-webkit-border-radius:5px;
	padding-left: 80px;
}



