@charset "UTF-8";
body {
	background: #ffffff;
	margin: 0;	padding: 0;
	text-align: center;
	color: #373637;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a, a:active, a:visited {
	color: #e93363; text-decoration: none; border-bottom: 1px #eeeeee dotted;
}
a:hover {
	color: #000;
}
.oneCol #container {
	width: 793px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneCol #mainContent {
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}
.oneCol #footer {
	padding-top: 30px;
	text-align: center;
	color: #bebebe;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.news {
	background: url(images/middle_02.png) no-repeat fixed;
	color: #8f8f8f;
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;padding-top: 35px; padding-left: 25px; width: 215px;
}
.news #date {
	color: #707070; padding-bottom: 5px;
	font: bold 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

/*login panel*/

.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}

#panel {
	width: 793px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	color:#FF3366;
}
#panel_contents {
	background-color: #ffffff;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1; border-bottom: 1px #000 solid;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 10px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}
div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	right: 150px;
	top: 110px;
	background: #46392f;
	text-align: left;
	padding-left: 10px;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 60px;
	font-size: 13px;
	color: #333333;
}
