/* the body info is here - background colors, images, font info */

body 
	{
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: #757575 url(img/pagebg.jpg) no-repeat top left;
	}


html
	{
	min-height: 100%;
	height: 100%;
	margin-bottom: 1px;
	}

#wrapper
	{
	width: 838px;
	color: #ffffff;
	text-align: left;
	margin: 425px 0 0 0;
	padding: 0;
	border-right: 2px solid #414141;
	background: #635e5b url(img/wrapperbg.jpg) no-repeat top left;
	}

#wrapperhome
	{
	width: 838px;
	color: #ffffff;
	text-align: left;
	margin: 425px 0 0 0;
	padding: 0;
	border-right: 2px solid #414141;
	background: #635e5b url(img/homebg.jpg) no-repeat top left;
	}



/* page headers */


#header
	{
	margin: 0;
	padding: 0;
	height: 90px;
	width: 680px;
	background: #ffffff url(img/headerbg.jpg) no-repeat top right;
	}



/*  top navigation  */



#ceremoniesnav a
	{
	position: absolute;
	top: 266px;
	left: 380px;
	display: block;
	width: 140px;
	margin: 0;
	padding-top: 144px;
	color: #c0bebd;
	text-decoration: none;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 114%;
	text-transform: uppercase;
	}
	
#ceremoniesnav a:hover 
	{	
	color: #3a3a3c;
	border: none;
	}




#testimoniesnav a
	{
	position: absolute;
	top: 266px;
	left: 540px;
	display: block;
	width: 140px;
	margin: 0;
	padding-top: 144px;
	color: #c0bebd;
	text-decoration: none;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 114%;
	text-transform: uppercase;
	}
	
#testimoniesnav a:hover 
	{	
	color: #3a3a3c;
	border: none;
	}



#contactusnav a
	{
	position: absolute;
	top: 266px;
	left: 700px;
	display: block;
	width: 140px;
	margin: 0;
	padding-top: 144px;
	color: #c0bebd;
	text-decoration: none;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 114%;
	text-transform: uppercase;
	}
	
#contactusnav a:hover 
	{	
	color: #3a3a3c;
	border: none;
	}





/* page content */



#content
	{
	padding: 155px 0 0 0;
	margin: 0;
	}



p
	{
	text-align: left;
	padding: 5px 15px;
	line-height: 1.6;
	}


#content ul
	{
	list-style: square inside;
	text-align: left;
	margin: 0 0 15px 20px;
	}

#content li
	{
	padding-bottom: 20px;
	}


#content a
	{
	color: #96B2D7;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	}

#content a:hover
	{
	text-decoration: underline;
	color: #D7E3EF;
	}


label
	{
	text-align: left;
	margin: 0 1em 0 30px;
	font-weight: bold;
	display: block;
	}

input, textarea, select
	{
	margin-left: 30px;
	}


.white 
	{
	color: #ffffff;
	background-color: #96B2D7;
	border: 1px solid #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.white:hover
	{
	background-color: #6f6e6d;
	color: #FFFFFF;
	}



/* menu box */


#menubox
	{
	float: right;
	margin: 110px 29px 29px 29px;
	padding: 0 0 20px 0;
	background: #b1afad url(img/menuboxbottom.jpg) no-repeat bottom;
	width: 310px;
	}

#menubox a
	{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

#menubox a:hover
	{
	text-decoration: underline;
	color: #635e5b;
	}



/*  footer info   */


#footer
	{
	margin: 0 30px;
	color: #000000;
	padding: 40px 0 18px 0;
	font-size: 86%;
	text-align: center;
	}

#footer p
	{
	margin: 0;
	padding: 0;
	text-align: right;
	}

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

#footer a:hover
	{
	color: #5c1cab;
	text-decoration: underline;
	}





h1
	{
	color: #C0C0C0;
	text-transform: uppercase;
	text-align: left;
	font-size: 142%;
	padding-top: 10px;
	margin-top: 0;
	margin-left: 20px;
	}

h2
	{
	color: #b7b9bc;
	text-transform: capitalize;
	text-align: left;
	font-size: 122%;
	padding-top: 20px;
	margin-top: 0;
	margin-left: 10px;
	clear: left;
	}

h3
	{
	color: #000000;
	font-size: 112%;
	text-align: center;
	text-transform: capitalize;
	margin-left: 5px;	
	}




a.headerlink
	{
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 500px;
	text-align: left;
	font-size: 110%;
	text-decoration: none;
	}




a:active, a:focus 
	{
	outline: 0;
      }



a img
	{
	border: none;
	}




/*  navigation - shows what page you're on  */



#home .home, #ceremonies .ceremonies, #testimonies .testimonies, #contact .contact
	{
	color: #a6a6ca;
	}












