@charset "utf-8";
/* CSS Document */

body {
	background:url(../../local/graphics/content/background_shadow.png) #7a5d3b top left repeat-x;
	color:#000000;
}
a {
	color:#0000FF;
}
strong {
	font-weight:bold;
}
h1 {
	font-size:18px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
}
h2 {
	float:left;
	font-size:12px;
	font-style:italic;
	background:#FFFFFF;
	padding-right:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
}
p {
	font-size:13px;
	line-height:18px;
	padding:15px;
	padding-top:10px;
	padding-bottom:5px;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}

#headerPicture {
	position:absolute;
	top:0px;
	left:0px;
	height:154px;
	width:827px;
	background:url(../../local/graphics/header/header_back_book.png) no-repeat top left;
}

#centerBody {
	position:relative;
	float:left;
	left:30px;
	width:839px;
	background:url(../../local/graphics/content/border_middle.png) repeat-y top left;
}
#centerBodyBottom {
	position:relative;
	float:left;
	left:30px;
	width:839px;
	height:20px;
	background:url(../../local/graphics/content/border_bottom.png) no-repeat top left;
}


.contentBody {
	position:relative;
	float:left;
	width:100%;
	padding:20px 0px;
}

/** HEADER **/
#header {
	position:relative;
	float:left;
	left:6px;
	width:827px;
	height:181px;
}

#headerSquiggleLeft {
	position:absolute;
	bottom:0px;
	left:-15px;
	width:15px;
	height:53px;
	background:url(../../local/graphics/content/flourish_left.png) no-repeat top left;
}
#headerSquiggleRight{
	position:absolute;
	bottom:0px;
	right:-15px;
	width:15px;
	height:53px;
	background:url(../../local/graphics/content/flourish_right.png) no-repeat top left;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}



#buttonMask {
	position:absolute;
	height:120px;
	width:827px;
	top:85px;	
}
#buttonMaskLeft {
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:120px;
	background:url(../../local/graphics/header/menu_cut_left.png) no-repeat top left;
}
#buttonMaskRight {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:120px;
	background:url(../../local/graphics/header/menu_cut_right.png) no-repeat top right;
}
#buttonMaskCenter {
	position:absolute;
	width:767px;
	height:120px;
	left:30px;
	background:url(../../local/graphics/header/menu_cut_middle.png) repeat-x top left;
}
#buttonBarColor {
	position:absolute;
	left:15px;
	height:38px;
	width:797px;
	top:137px;	
	background:#86724e;
}
#buttonBar {
	position:absolute;
	left:30px;
	height:36px;
	width:769px;
	top:139px;	
}
.button {
	position:relative;
	width:127px;
	height:34px;
	float:left;
	border-right:1px #a3a3a3 solid;
}
.button a {
	position:absolute;
	top:0px;
	height:28px;
	width:127px;
	color:#FFF;
	text-align:center;
	padding-top:6px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
	background:url(../../local/graphics/header/button_shade.png) repeat-x bottom left;
}
.button a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../../local/graphics/header/button_shade.png) #826736 repeat-x bottom left;
}
.button:last-child {
	width:127px;
	overflow:hidden;
	border:none;
}


/** CONTENT **/
#content {
	position:relative;
	float:left;
	width:782px;
	padding:0px 30px;
	padding-right:15px;
}
#homeTop {
position:relative;
float:left;
width:100%;
}
#homeTop h1{
padding:0px 0px 15px 0px;
width:100%;
font-weight:bold;
font-size:28px;
font-family:Verdana, Geneva, sans-serif;
text-align:center;
}
#homeBottom {
position:relative;
float:right;
width:100%;
padding:0px 0px;
margin:10px 0px 5px 0px;
text-align:center;
border-top:1px dashed #7A5D3B;
}
#homeBottom img{
	margin:0 auto;
	padding:0px 0px;
}
#homeBottom img:first-child{
	padding-right:15px;
}
#homeBottom img:last-child{
	padding-left:15px;
}
#eventsContainer > p{
	padding-bottom:10px;
	border-bottom: 1px dashed #333333;
}
/** FOOTER **/
#footer {
	position:relative;
	color:#b8b8b8;
	float:left;
	left:27px;
	width:837px;
	font-size:12px;
	text-align:center;
	cursor:default;
	padding:5px 0px 20px 0px;
}

#footer a {
	color:#ffffff;
	padding:4px;
}
#footer a:hover {
	color:#efefef;
}
#gizmoLogo {
	position:relative;
	margin: 0 auto;
	padding:20px 0px 0px 0px;
}

