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

#black_out {
	position: absolute;
	top: 0px;
	filter:alpha(opacity=75);
	opacity: .75;
	background-color:#000000;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	/*margin-top: 30px;
}

#webring_bar {
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	background: #000000;
	color: #FFFFFF;*/
}

a, a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:underline;
}

input, textarea, select {
	background-color: #FFFFFF;
	border-top: 1px solid #5D6B70;
	border-left: 1px solid #5D6B70;
	border-bottom: 1px solid #DFE1E1;
	border-right: 1px solid #DFE1E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#title {
	width: 832px;
	top: 258px;
	margin: 0px auto;
	position: absolute;
	z-index: 1;
}
#members {
	width: 832px;
	top: 258px;
	margin: 0px auto;
	text-align: right;
	position: absolute;
	z-index: 100;
}

#logo {
	margin: 0pt auto;
	width: 850px;
}
#nav_bar {
	position: relative;
	left: -5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	width: 832px;
	height: 30px;
	line-height: 30px;
	background-image:url(../images/nav_bar_img.jpg);
	text-align: center;
}
#main_frame {
	width: 832px;
	padding: 5px;
	margin: 0pt auto;
	text-align: justify;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
#footer {
	position: relative;
	left: -5px;
	top: 5px;
	font-size: 10px;
	width: 832px;
	padding-left: 5px;
	padding-right: 5px;
	width: 832px;
	height: 30px;
	line-height: 30px;
	background-image:url(../images/footer_bar.jpg);
	text-align: center;
}
.sub_menu {
	width: 832px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.sub_menu a {
	font-weight: bold;
}

.h1 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.h2 {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
.h3 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.h4 {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
.h5 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}