* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	
}
a {
	border-bottom: 1px dotted #B77926;
	text-decoration: none;
	}
a:hover {
	background-color: #FADAE5;
	}
a:visited {
	decoration: none;
	}
p {
	margin: 0 0 18px
}

input {
	vertical-align: middle;
}
#wrapper {
	width: 740px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(images/bgbar.jpg);
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: auto;
	width: 734px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	left: 6px;
	z-index:1000;
}

#events {
	position: relative; 
	right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px dotted #B77926;
	padding: 0 0 4px;
}

/*Pure CSS Menus
---------------------------------------------------------------------*/
#cssMenu {
left: 30px;
	}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0 0 0 16px;
	text-align: justify;
	min-height:560px;
	
}
#content {
	padding: 0 200px 0 0;
}
#singleColumn {
padding: 0 35px 0 0;

}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 156px;
	min-height: 540px;
	margin-left: -192px;
	position: relative;
	background: #F7F7F7;
	border-left: 1px dotted #B77926;
	padding: 0 8px 0;

}
#sideRight p {
	border-bottom: 1px dotted #B77926;
	align: middle;
	}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 740px;
	margin: -10px auto 0;
	z-index: 100;
	height: 76px;
	text-align: center;
	border-top: 1px dotted #B77926;
	background: #F7F7F7 url(images/fbg.jpg);
	}
