@charset "UTF-8";
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#header {
	width: 320px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	padding-top: 10px;
	font-size: 16px;
	background-image: url(../images/header.gif);
	overflow: hidden;
}
#footer {
	width: 320px;
	height: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	padding-top: 4px;
	font-size: 16px;
	background-image: url(../images/header.gif);
	overflow: hidden;
}
#page {
	width: 320px;
}
#content {
	padding: 10px;
}
#logo {
	width: 100%;
	text-align:center;
	padding: 10px 0px 20px 0px;
}
#categories, #members {
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#category, #member {
	height: 15px;
	vertical-align: middle;
	background-color:#CCC;
	padding: 5px 10px 5px 10px;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.navBar {
	height: 42px;
	vertical-align: middle;
	background-color:#CCC;
	padding: 5px 10px 5px 10px;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#count {
	width: 20px;
	float:right;
	margin: -5px -10px -10px 10px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color:#333;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	color: #FFF;
}
h2 {
	color:#C00;
}
h4 {
	color:#FFF;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #666;
	display: block;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h3 {
	line-height: 14pt;
}
a.buttonDIV {
	color: #000;
	text-decoration:none;
}
a:hover.buttonDIV {
	color: #F00;
	text-decoration:none;
}
.alpha_list {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 90px;
	background-color: #8B8B8B;
	padding: 2px;
}
a.alpha_list {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #8B8B8B;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90px;
	height: 22px;
}
a.alpha_list:hover {
	background-color: #F00;
}

