/* standard elements */
* {
	font: normal 1em "Arial","Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #352;
}
a:hover, .footer a:hover {
	color: #222;
}

body {	
	background: #769359 url(img/bg2.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}


p,cite,code,ul {
	margin-bottom: 1.2em;
}

h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-bottom:  10px;
}
li p {
	margin-left:  20px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

h2, #photos h2 {
	font-size: 1em;
	color:  #443;
	font:  bold 1.3em "Comic Sans MS",serif;
	line-height: 30px;
}

blockquote {
	margin-bottom:  1em;
	padding:  1.2em;
	border: 5px double #9E9D89;
	color: #111;
	font: italic 1.2em "Comic Sans MS",sans-serif;
	width:  540px;
	background-color:  #cfc;
	text-align:  center;
}


/* header */

#allheader {
	background: #597F93 url(img/header.jpg) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 180px;
}
.header {
	width:  630px;
	text-align: center;
	margin: auto;
}

.header img {
	position:  absolute;
	margin-left:  -300px;
	margin-top:  -55px;
}

.header h1 {
	color: #FFF;
	font: normal 3em "Arial", "Trebuchet MS",sans-serif;
	line-height: 80px;
}

.header h2 {
	color: #FFF;
	font: normal 2.3em "Arial", "Trebuchet MS",sans-serif;
	line-height: 30px;
}

.header h3 {
	color: #FFF;
	font: normal 1.1em "Arial", "Trebuchet MS",sans-serif;
	font-style:  italic;
	line-height: 20px;
}
.header h3:hover {
	color: #222;
}

.date {
	padding-left: 20px;
	font-weight:  700;
}

.event {
	font-weight:  800;
}


/*Table properties*/

.faq {
	width:  100%;
}

.query {
	font-weight:  700;
	background: #799;
	padding:  10px;

}
.answer {
	font: 1.2em sans-serif;
	vertical-align:  top;
	padding:  5px;
	border: 1px solid #799;

}

th {
	background: #769359;
	font: bold 1.5em sans-serif;
	text-align:  left;
	padding:  5px;
}

table {
	width:  100%;
}

tr {
	height:  30px;
}

td {
	padding:  2px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 600px;
}

.navigation a {
	background: url(img/navigation.jpg) no-repeat;
	color: #FFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* navigation */
.button {
	height: 26px;
	margin: 0 auto;
	width: 600px;
}
.button a {
	background: url(img/button.jpg) no-repeat;
	color: #444;
	float: left;
	font: bold .9em sans-serif;
	padding-left: 2px;
	height: 21px; 
	letter-spacing: 1px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	width: 100px;
}
.button a:hover {
	color: #111;
	background-position: left bottom;
}


/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #553;
	font-size: 1.8em;
	font-weight:  800;
	line-height: 50px;
	margin-bottom:  14px;
	text-align: center;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}