body {
	margin : 0;
	padding : 0;
	background-color : #FFF0F0;
}

body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
	font-family : "Georgia", "Times New Roman", Times, serif;
}

h2 {
	text-align : center;
}

h3 {
	font-size : small;
	color : #333;
	background-color : #fff;
	padding-top : 5px;
	padding-left : 4px;
	border-bottom : 1px solid #ddd;
	margin : 0;
}

h4 {
	font-size : small;
	color : #336600;
}

/*
GRID LAYOUT
*/

#head {
	background-color : #fff;
	margin-top : 2px;
	padding-left : 5px;
	border-top : 1px solid #BC294E;
	border-bottom : 1px solid #BC294E;
}


#content1 {

}

#content2 {
	position : relative;
	clear : both;
	top : 5px;
	margin-left : 5px;
	margin-right : 15px;
}

#footer {
	padding : 2px, 15px;
	background-color : #fff;
	border-top : 1px solid #360;
	height : 60px;
}

#nav {
	position : absolute;
	top : 127px;
	left : 98px;
}

#nav ul {
	list-style : none outside;
	margin-top : 0;
}

#nav li {
	float : left;
	margin-top : 0;
}

#photos {
	position : relative;
	margin-top : 2px;
	margin-left : 5px;
	float : left;
	}
	
#photos img {
	margin-bottom : 2px;
}

#picoverlay {
	position : absolute;
	top : 5px;
	right : 5px;
	width : 90%;
	text-align : right;
}
	
#about {
	font-size : smaller;
	background-color : #fff;
	margin-left : 112px;
	margin-right : 230px;
	margin-top : 2px;
	padding : 5px;
	border : 1px solid #BC294E;
}

#about p {
	text-indent : 5px;
}

#hyper {
	position : absolute;
	top : 158px;
	right : 5px;
	padding : 0;
	width : 220px;
	background-color : #fff;
	border : 1px solid #336600;
}

#hyper ul {
	list-style : circle inside;
	margin-left : 10px;
}

#hyper li {
	padding-left : 2px;
	margin-bottom : 6px;
}

#servicetimes {
	position : relative;
	width : 50%;
	margin-bottom : 10px;
	background-color : #fff;
	border : 1px solid #336600;
}

#about a:link, #about a:visited, #servicetimes a:link, #servicetimes a:visited {
	color : #336600;
	background-color : transparent;
	}
	
#about a:hover, #servicetimes a:hover {
	color : #fff;
	background-color : #336600;
	}

#servicetimes p, h4 {
	margin-top : 3px;
	margin-right : 3px;
	margin-bottom : 3px;
	margin-left : 15px;
}

#paymentsrehearsals {
	position : absolute;
	left : 50%;
	top : 0;
	width : 50%;
	background-color : #fff;
	border : 1px solid #336600;
	}


#paymentsrehearsals p, h4 {
	margin-top : 3px;
	margin-right : 3px;
	margin-bottom : 3px;
	margin-left : 15px;
}

.mainimg {
	text-align : center;
}

 p.accent, #servicetimes p.accent, #paymentsrehearsals p.accent {
	text-align : center;
	margin-top : 10px;
	margin-bottom : 10px;
}

/*
TEXT FORMATTING
*/

.da {
	font-size : x-small;
	float : left;
	margin-left : 5px;
	background-color : #fff;
}

.copyright {
	font-size : x-small;
	text-align : right;
	margin-right : 5px;
}

.deco {
	font-weight : bold;
	font-style : italic;
}

.vtourlinks {
	text-align : center;
}

.note {
	font-size : x-small;
}
			
.sentiment {
	text-align : right;
	font-style : italic;
}


.timeindent {
	padding-left : 54px;
}