/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #ffffff;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/marble6.gif);
	background-repeat: repeat;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 801px;
	padding-top:0px;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}		

#masthead {
	background: url(assets/logo.gif) no-repeat;
	margin-bottom:0px;
	height: 160px;
		}
		
#nav {
	background-image: url(../images/butBack.jpg);
	background-repeat: repeat;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
		}
				
#contentLinks {
	background: url(../images/event_manegment.jpg)  no-repeat;
	padding-top: 12px;
	padding-left:5px;
	font-size: 0.6px;
	color: #666666;
		} 		

#content {
	width: 801px;
	background-color: #FFF3D5;
		}

#address {
	color: #E8E8E8;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.89em;
	font-style: normal;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
		}
		
#header {
	padding: 14px;
		}		
		
#right {
	width: 374px;
	float: right;
	padding-top: 14px;
	padding-right: 13px;
	padding-bottom: 14px;
	padding-left: 13px;
		}
		
#left {
	width: 374px;
	padding-top: 14;
	padding-right: 13;
	padding-bottom: 40;
	padding-left: 11;
	height: 325px;
		}

#book {
	width: 800px;
	height:20px;
		}
		
#right2 {
	width: 420px;
	float: right;
	padding: 14px;
		}
		
#left2 {
	width: 333px;
	height: 340px;
	padding-top: 10;
	margin-right: 5px;
	margin-left: 8px;
		}		

#gallery {
	height: 435px;
	}					
/* ---------- 3.index  ---------- */
		


		
		
/* ---------- 3. links and navigation ---------- */

a { color: #000000;
		}
		
a:link {
    color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none
}
a:hover {
    color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
		
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}


h1 {
	text-transform: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7F0000;
		}

h2 {
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #2A0F10;
		}
		
p {
	margin-bottom: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #521617;
		}
		
.style4 {
	color: #FFFFFF;
	font-size: 1.1em;
}		
		
/* ---------- NOT SURE ABOUT THIS STUFF ---------- */		
		


ul {
		margin-bottom: 1em;
		}

li {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-left: 1.3em;
		}




/* ---------- 5. images ---------- */

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

#left {
	padding: 10px;
	height: 360px;
}

a img {
		border: 0;
		}
		
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
		
img.floatRight { 
    float: right; 
    margin: 4px; 
}
		
/* ---------- quote ---------- */		
#quote {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	}
	
	.style2 {color: #3333FF}
	
	.style3 {color: #3399FF}
	
	.style1 {color: #00CCFF}
	
	
