* {
	font-family: Helvetica, Verdana;
}
body {
	background: #000 url(../img/p1m_bg.gif);
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #ccc;
}
a {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	color: #fff;
}
img {
	border: 0;
}
input, textarea {
	font-size: 20px;
	color: #666;
}
.center {
	width: 100%;
	text-align: center;
	clear: both;
}
.hidden {
	display: none;
}
.lgray {
	color: #999;
}
.fs10 {
	font-size: 10px;
}
.button {
	cursor: pointer;
	text-transform: lowercase;
}
.button:hover {
	color: #fff;
}
#tooltip {
	position: absolute;
	background: #000 url(../img/p1m_bg.gif);
	padding: 10px;
	color: #fff;
	display: none;
}
.tooltitle {
	font-size: 20px;
	border-bottom: 1px solid #999;
	line-height: 30px
}
.tooltype {
	font-size:14px;
	line-height: 20px;
	letter-spacing: 1px;
}
#wrapper {
	padding: 40px 0 0 0;
}
#content {
	width: 810px;
	margin: 0 auto;
	padding: 15px 10px 10px 10px;
	text-align: center;
	letter-spacing: 1px;
}
#content img {
	padding: 10px;
}
#status {
	font-size: 16px;
}
#footer #footer * {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
/*slider*/
#sliderWrap {
	position: absolute;
	width: 100%;
	margin-top: -195px;
}
#slider {
	position: absolute;
	width: 100%;
}
#sliderContent {
	text-align: center;
	background-color: #fed355;
	color: #333333;
	height: 193px;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}
#openCloseWrap {
	border-top: 4px solid #48b952;
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	letter-spacing: 1px;
}

