@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background: #000 url(../img/page/bkg_02.jpg) center bottom no-repeat;
	margin: 0px;
}
p, h1, h2 {
	margin: 0px;
	padding: 0 0 10px 0;
}
h1 {
	height: 30px;
	font-size: 25px;
	color: #333;
}
h1 img {
	padding-top: 4px;
}
h2 {
	border-top: 1px dashed #333;
	padding-top: 10px;
	font-size: 20px;
	font-style: italic;
}
a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
hr {
	border: 0 none;
	border-top: 1px dashed #333;
	margin: 0 0 5px 0;
}
select {
	background: #000;
	border: 1px dashed #007236;
	color: #0F0;
}

#main {
	margin: 0 auto;
	width: 980px;
	background: #000;
}
#leftside {
	padding: 0 15px 0 15px;
	border-right: 1px dashed #333;
	width: 730px;
	float: left;
}
#rightside {
	padding: 25px 10px 0 9px;
	width: 160px;
	float: left;
}

#topbkgimg {
	width: 100%;
	height: 400px;
	background: url(../img/page/bkg_01.jpg) center top;
	position: absolute;
	top: 36px;
	z-index: -1;
}
#footer {
	position:relative;
	top:325px;
	text-align:center;
	font-size:10px;
	color:#333333
}
#footer a {
	text-decoration: underline;
	color: inherit;
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	/*width: 150px;*/
	border: 2px solid #666;
	background: #000;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#dhtmltooltip small {
	font-size: 10px;
	font-style: italic;
}

#top-warning {
	padding: 2px;
	background: #000;
	color: #F00;
	text-align: center;
}
#replies {
	position: fixed;
	top: 50px;
	left: 0px;
	width: 50px;
}
#linkframe {
	display: none;
}

.clearfloat {
	clear: left;
}