* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	background: #A94C13 url("images/bg.red.gif") top center repeat-y;
	font-family: arial;
	font-size: small;
		}
		
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 99px;
	background: url("images/header.jpg");
		}
		
#header p {
	float: right;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ffffff;
	font-size: 11px;
	opacity: 50%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 7px 15px 0 0;
		}
		
#header a, a:hover {
	text-decoration: none;
	color: #ffffff;
		}
		
		
		
	/* Navigation 1 */

#nav1 {
	width: 800px;
	height: 47px;
	background: url("images/navshade.1-6x48.gif") top center repeat-x;
		}

#nav1 li {
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
		}
		
#main a {
	float: left;
	display: block;
	padding: 10px 16px 8px 16px;
	font-weight: bold;
	color:#E0CDA5;
	}
	
#main a:hover {
	float: left;
	display: block;
	padding: 10px 16px 8px 16px;
	font-weight: bold;
	color:#c59e37;
	background: #000000;
	}
	
/* Navigation 2 */		
		
#nav2 {
	float:right;
	width: 608px;
	height: 32px;
	background: url("images/navshade.2.gif") top center repeat-x;
		}

#nav2 li {
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
		}
		
#main2 a {
	float: left;
	display: block;
	padding: 10px 16px 8px 16px;
	font-weight: bold;
	color:#E0CDA5;
	}
	
#main2 a:hover {
	float: left;
	display: block;
	padding: 10px 16px 8px 16px;
	font-weight: bold;
	color:#c59e37;
	background: #000000;;
	}
	
	/* People image */		
		
#people {
	float:right;
	width: 608px;
	height: 83px;
	background: url("images/people.jpg") top center repeat-x;
		}
		

	
	
	/* Leftbar */
	
	
#leftbar {
	width: 192px;
	float: left;
	height: 794px;
	background: url("images/composites/slide1.jpg") top left no-repeat;
		}
		
#leftbar2 {
	width: 192px;
	float: left;
	height: 569px;
	background: url("images/candles.jpg") top left no-repeat;
		}
		
#leftbar3 {
	width: 192px;
	float: left;
	height: 100%;
	background: #000000 url(images/br.corner.gif) no-repeat bottom right;
		}
		
#leftbar3flash {
	padding: 18px 0px 13px 0px;
		}
		
#leftbar3text {
	padding: 18px 18px 13px 18px;
		}
		
#leftbar3text p {
	font-family: georgia, serif;
	font-size: 12px;
	padding-bottom: 18px;
	line-height: 1.25em;
	color:#999999;
		}
		
#leftbar4 {
	width: 192px;
	float: left;
	height: 100%;
	background: #000000 url(images/br.corner.gif) no-repeat bottom right;
		}
		
#leftbar4text {
	padding: 36px 18px 13px 18px;
		}
		
#leftbar4text h1 {
	padding-bottom: 18px;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25em;
	color:#AA4D14;
		}

#leftbar4text p {
	padding-bottom: 6px;
	font-family: georgia, serif;
	font-size: 11px;
	line-height: 1.75em;
	color:#999999;
		}

#leftbar4text a {
	color:#999999;
		}
		
.bullet {
	padding-left: 15px;
	background: url(images/arrow.gif) no-repeat left 4px;
		}
		
#leftbar4text a:hover {
	color:#AA4D14;
		}						
		
#leftbarCalendar {
	width: 192px;
	float: left;
	height: 100%;
	background: #000000;
		}
		
#leftbarCalendartext {
	padding: 18px 8px 13px 8px;
		}
		
#leftbarCalendartext p {
	font-family: georgia, serif;
	padding-bottom: 13px;
	font-size: 12px;
	line-height: 1.25em;
	color:#999999;
		}
		
		

/* mainContent */		
		
		
#mainContent {
	padding: 21px 18px 0 18px;
	width: 572px;
	float: right;
		} 
		
#mainContent p {
	font-family: georgia, serif;
	padding-bottom: 13px;
	font-size: 13px;
	line-height: 1.25em;
	color: #63000D;
		}
		
#mainContent a {
	list-style: none;
	text-decoration: none;
		}
		
		
#mainContent h1 {
	font-family: georgia, serif;
	padding-bottom: 6px;
	color:#63000D;
	font-size: 22px;
		}
		
#mainContent h2 {
	font-family: arial;
	padding-bottom: 6px;
	color:#333333;
	font-size: 14px;
		}

.form { 
padding: 18px;
background-color:#cccccc; 
font-size: 100%; 
color:#666666; 
border: 1px solid #5A7785;
}
