* {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #996F62;
}
a:hover {
	color: #B4A24B;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}
#wrap_left {
	float:left;
	width: 780px;
}
#wrap_right {
	float:right;
	width: 120px;
	align:left;
	text-align:left;
}
#header {
	width: 780px;
	height: 145px;
	background-image: url('/img/header.jpg');
}
#header-link {
	display: block;
	position: absolute;
	width: 265px;
	height: 60px;
	left: 600px;
	top: 35px;
}
#logo {
	display: block;
	position: absolute;
	margin-left:468px;
	top: 32px;
	border:0 none;
}
#main {
	width: 740px;
	min-height: 175px;
	background-image: url('/img/background.gif');
	padding: 20px;
}
#footer {
	width:756px;
	text-align: center;
	color: #ccc;
	background-color: #4E3E2C;
	border-top: 1px solid #332A1E;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	margin: 0 8px;
	padding: 3px;
}

#paging {
	text-align: center;
	width: 780px;
	background-image: url('/img/background.gif');
	padding-bottom:20px;
}

#sidebar {
	float: left;
}
#sidebar h3 {
	color: #333;
	margin-bottom: 10px;
}
#sidebar li {
	font-size: 12px;
	list-style: none;
}
#sidebar a {
	display: block;
	padding: 3px;
}
#sidebar a:hover {
	background-color: #F9ECE0;
}
#search a:hover {
	color:#ffffff;
	background-color: transparent;
}

#content {
	float: left;
	/*border: 1px solid #000;*/
	width: 520px;
	margin-left: 10px;
}
#content h2{
	margin: 10px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #aaa;
}

.detailbox {
	border: 1px solid #494949;
	background-color: #fff;
	width: 488px;
	margin: 10px;
	padding: 5px;
}

.eventbox {
	float: left;
	border: 1px solid #494949;
	background-color: #fff;
	width: 132px;
	height: 175px;
	margin: 10px;
	padding: 8px;
}
.eventimage {
	border: 1px solid #000;
	height: 95px;
	width: 120px;
	margin: 5px;
	margin-top: 0;
}
.eventlabel {
	font-weight: bold;
	margin-top: 10px;
	height: 55px;
	overflow: hidden;
	color: #382B2A;
}
.eventfooter {
}
.eventfooter .left {
	float: left;
}
.eventfooter .right {
	float: right;
}
.box {
	width: 190px;
	background-image: url('/img/box-bg.png');
}
.box .top {
	height: 6px;
	background-image: url('/img/box-top.png');
}
.box .bottom {
	height: 6px;
	background-image: url('/img/box-bottom.png');
}
.box-content {
	padding: 10px;
}

#header h1 {
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding-top: 76px;
	padding-left: 468px;
}
.box h2 {
	font-weight: bold;
}

#searchquery {
	float:left;
	margin-right:3px;
	margin-top:2px;
	width:120px;
}

#search {
	padding:0 0 5px 5px;
}

.button_right {
	float:left;
	height:21px;
	width:10px;
}

.button_middle {
	background-repeat:repeat-x;
	float:left;
	height:21px;
	padding-top:3px;
}

.link {
	color:white;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}

.button_left {
	float:left;
	height:21px;
	width:10px;
}

.button {
	height:22px;
	margin-top:4px;
}

input {
	border:1px solid #989898;
	font-size:13px;
}

#search form {
	border:0 none;
	margin:0;
	padding:0;
}
