body {
	background-image: url(../_images/bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FE0000;
	margin:0;
	padding:0;
	font-family: arial;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

select {
	font-size: 11px;
}

.content {
	width: 800px;
	margin-top: 27px;
}

.content2 {
	width: 800px;
}

/* event box */

#plzfilter {
	border-style: solid;
	border-color: #ead260;
	border-width: 1px;
	width: 90px;
	height: 20px;
	margin-right: 1px;
	float: right;
}

#events {
	float: left;
	width: 262px;
	height: 465px;
	border: 1px solid #000;
	background-color: #ead260;
}


/* shop */

#spend {
	float: left;
	width: 262px;
	height: 465px;
	border: 1px solid #000;
	background-color: #ead260;
	margin-left: 2px;
}
#shop_items {
	border-top: 1px solid #FFF;
}


/* banner */
.banner_top {
	border: 1px solid black;
}

#banner_left {
	margin-top: 26px;
	width: 102px;
	padding-left: 3px;
}

#banner_right {
	margin-left: 2px;
	border: 1px solid #FFF;
}

#banner_bottom {
	float:left;
	margin-top: 1px;
	border: 1px solid #000;
}

/* news box */

#news {
	float: left;
	width: 528px;
	height: 215px;
	margin-top: 3px;
	background-color: #ead260;
	border: 1px solid #000;
}

.titlebar {
	height: 26px;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
}

.titlebar b {
	float: left;
	margin-left: 12px;
}

.newstext {
	padding-left: 12px;
	padding-bottom: 10px;
}

.newstext_e {
	padding-left: 12px;
	padding-bottom: 10px;
	background-image: url(/_images/bg_events.gif);
	background-repeat: no-repeat;
}

/* end news box */

/* detail */

#detail {
	float: left;
	width: 528px;
	background-color: #ead260;
	border: 1px solid #000;
}

/* loginbox */
#loginbox {
	margin-left: 2px;
	width: 162px;
	height: 138px;
}

.login {
	background-color: #ff5800;
	width: 162px;
	height: 136px;
	border: 1px solid #5f0000;
	text-align: right;
}

.login_ok {
	background-color: #ff0000;
	width: 162px;
	height: 136px;
	border: 1px solid #FFF;
	text-align: right;
	color: #FFF;
}

.login_ok a {
	color: #FFF;
}

.login_ok input {
	background-color: #ead260;
	border: 1px solid #000;
	text-align: right;
	font-size: 10px;
}

.login input {
	background-color: #ead260;
	border: 1px solid #000;
	text-align: right;
	font-size: 10px;
}

.loginitems {
	padding-right: 3px;
}

.loginitems input{
	width: 120px;
}

.newmembererror {
	color: red;
}

/* end loginbox */

.content_middle {
	width: 530px;
}

.members {
	width: 164px;
}

/* navigation bottom */
#nav_bottom {
	display: block;
	margin-top: 3px;
}

#nav_bottom ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav_bottom ul li {
	display: inline;
	list-style-type: bullet;
	margin-right: 9px;
	font-size: 12px;
}

#body_layout {
	width: 1280px;
	height: 924px;
	background-image: url(/_images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}