/*********************************************************************
 *********************************************************************
 **
 **  Global
 **
 *********************************************************************
 ********************************************************************/
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: url(/images/body_background.jpg) repeat; 
	font-family: Georgia, Times New Roman, Serif;
	font-size: 0.8em;
	color: #4d3016;
}
h1 {
	font-weight: bold;
	font-size: 2em;
	color: #A71E54;
}
h2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #4d3016;
}
h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: #A71E54;
}
strong {
	font-weight: bold;
	font-size: 1.2em;
	color: #A71E54;
}
p,
div.p {
	margin-bottom: 12px;
	clear: both;
}
a {
	color: #A71E54;
}
a:hover {
	color: #74143A;
}
.indent {
	margin-left: 30px;
}
/*********************************************************************
 *********************************************************************
 **
 **  Content
 **
 *********************************************************************
 ********************************************************************/
#container {
	min-height:100%;
	position:relative;
}
#content {
	margin-top: 20px;
	padding-bottom: 100px;
}
#contentinner {
	width: 600px;
	margin-left: -300px;
	left: 50%;
	position: relative;
	margin-bottom: 50px;
}
.intro {
	font-size: 1.4em;
	color: #4d3016;
}
.shadowbox.center,
.fixedcenter {
	width: 600px;
	margin-left: -300px;
	position: relative;
	left: 50%;
	margin-bottom: 30px;
}

.fixedcenter {
	width: 650px;
}

.shadowbox {
	width: 600px;
	margin-bottom: 30px;
	border-left: 1px solid #eed098;
	border-top:  1px solid #eed098;
	background: #FBDEAD url(/images/dropshadow-r.png) repeat-y right;
}
.shadowboxheader {
	height: 8px;
	width: 100%;
	background: url(/images/dropshadow-ur.png) no-repeat right top;
}
.shadowboxcontent {
	text-align: center;
	padding:  10px 0px 10px 0px;
	margin:   0px 10px 0px 10px;
}
.shadowboxfooter {
	height: 10px;
}
.shadowboxfooter div {
	position: absolute;
	height: 10px;
}
.shadowboxfooter .ll {
	width: 9px;
	left: 0px;
	background: url(/images/dropshadow-ll.png) no-repeat;
}
.shadowboxfooter .lc {
	width: 583px;
	left: 9px;
	background: url(/images/dropshadow-l.png) repeat-x;
}
.shadowboxfooter .lr {
	width: 8px;
	right: 0px;
	background: url(/images/dropshadow-lr.png) no-repeat;
}
/*********************************************************************
 *********************************************************************
 **
 **  Header
 **
 *********************************************************************
 ********************************************************************/
#header {
	background: url(/images/header_background.jpg) repeat-x; 
	width: 100%; 
	height: 134px;
}
#headercontent {
	text-align: center; 
	padding-top: 6px;
}
/*********************************************************************
 *********************************************************************
 **
 **  Navigation
 **
 *********************************************************************
 ********************************************************************/
#navigation {
	margin           : 0xp;
	height           : 80px;
	width            : 100%;
	font-weight      : bold;
	color            : #4d3016;
	background       : url(/images/navbottomborder.gif) repeat-x bottom;
}
#navigationinner {
	height           : 54px;
	background       : #fce0af;
}

#navigation table {
	margin           : 0px auto;
}
#mainnav {
	margin           : 17px;
	padding          : 0px;
}
#mainnav li {
	list-style-type  : none;
	float            : left;
}
#mainnav a:link, 
#mainnav a:visited {
	text-transform   : uppercase;
	text-decoration  : none;
	font-size        : 1.1em; 
	color            : #4d3016;
	padding-right    : 10px;
}
#mainnav a:hover {
	color            : #a2234b;
}

/*********************************************************************
 *********************************************************************
 **
 **  Footer
 **
 *********************************************************************
 ********************************************************************/
#footer {
	position:absolute;
	height: 90px;
	bottom:0;
	width: 100%;
	text-align: center;
	background: url(/images/footerbordertop.gif) repeat-x top;
	color: #4d3016;
	font-size: 0.8em;
}
#footerinner {
	height           : 60px;
	margin-top       : 38px;
	background       : #fce0af;
}
#footernav {
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footernav table {
	margin: 0px auto;
}
#footernav ul {
	padding: 0px;
	margin: 0px;
}
#footernav li {
	list-style-type  : none;
	float            : left;
}
#footernav a {
	color: #4d3016;
	font-size: 1.3em;
}
#footernav a:link, 
#footernav a:visited {
	text-transform: none;
	padding-right: 10px;
}
#footernav a:hover {
	color: #a2234b;
}

/*********************************************************************
 *********************************************************************
 **
 **  Others
 **
 *********************************************************************
 ********************************************************************/
.event_details {
	text-align: left;
}
.map {
	margin: 10px;
	border: 4px solid white;
}
