body {
	color: #003366;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 10px auto 10px auto;
	text-align: left;
}

a:link, a:visited {
	text-decoration: none;
	color: #0c4292;
}

a:active, a:hover {
	color: #003366;
	background-color: inherit;
	text-decoration: underline;
}

ul {
    list-style-image: url('../img/bullet.gif');
	list-style-type: none;
}

#container {
    width: 700px;
    margin: auto;
}

#header {
    margin: 0;
    padding: 0;
    height: 194px;
    width: 100%;
    clear: both;
}

#header h1 {
    background-image: url('../img/header_01.png');
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
    height: 72px;
    width: 100%;
    clear: both;
}

#header h2 {
    background-image: url('../img/header_02.png');
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
    height: 122px;
    width: 100%;
    clear: both;
}

span {
	display: none;
}

#content {
	width: 100%;
	height: auto;
	display: table;
}

#content_menu {
	width: 150px;
	height: auto;
	display: inline;
	float: left;
}

#content_area {
	width: 550px;
	height: auto;
	display: inline;
	float: right;
}

.menu_login {
    background-image: url('../img/menu_login.png');
    background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	clear: both;
    margin-top: 6px;
}

.menu_ratemembers {
    background-image: url('../img/menu_ratemembers.png');
    background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	margin-top: 10px;
	clear: both;
}

.menu_quicksearch {
    background-image: url('../img/menu_quicksearch.png');
    background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	margin-top: 10px;
	clear: both;
}

.menu_content {
	width: 100%;
	height: auto;
}

.menu_content .text {
    clear: both;
    margin: 4px;
}

#content_menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#content_menu ul li {
	margin: 5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#content_menu ul li a:link, #content_menu ul li a:visited {
	color: #003366;
    text-decoration: none;
}

#content_menu ul li a:active, #content_menu ul li a:hover {
	color: #003366;
    text-decoration: none;
	border-bottom: 1px dashed #003366;
}

.input {
	width: 138px; 
	background-image: url('../img/input.png'); 
	background-repeat: no-repeat; 
	border: 0px; 
	margin-left: 6px;
	padding: 3px; 
	color: #003366;
}

.checkbox {
	margin-left: 6px;
	padding: 0; 
	background-color: transparent;
	color: #003366;
	vertical-align: middle;
}

.field {
	margin: 5px 0 3px 6px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.submit:link, .submit:visited {
	margin: 5px 6px 10px 0;
	padding: 0;
	color: #003366;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
    text-decoration: none;
}

.submit:active, .submit:hover {
	margin: 5px 6px 10px 0;
	padding: 0;
	float: right;
	color: #003366;
	text-transform: uppercase;
	font-weight: bold;
    text-decoration: none;
	border-bottom: 1px dashed #003366;
}

#content_top {
	width: 100%;
	clear: both;
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#content_top .nickname {
    width: 120px;
    margin-left: 40px;
    text-align: left;
    float: left;
    display: inline;
}

#content_top .rating {
    width: 75px;
    margin-right: 40px;
    text-align: right;
    float: right;
    display: inline;
}

#content_top img {
    border: 1px solid #003366;
    margin: 10px 0 10px 0;
}

#content_menu_topman {
	width: 50%;
	float: left;
}

#content_topman_header {
    background-image: url('../img/content_menu_topman.png');
    background-repeat: no-repeat;
	width: 265px;
	height: 44px;
	margin: 0 0 10px auto;
    clear: both;
}

#content_topwoman {
	width: 50%;
	float: right;
}

#content_topwoman_header {
    background-image: url('../img/content_menu_topwoman.png');
    background-repeat: no-repeat;
	width: 265px;
	height: 44px;
	margin: 0 0 10px auto;
    clear: both;
}

#content_mid {
	width: 100%;
	margin: 20px 0 0 0;
	clear: both;
}

#content_mid_news {
    background-image: url('../img/content_mid_news.png');
    background-repeat: no-repeat;
	width: 540px;
	height: 44px;
	margin: 0 0 10px auto;
    clear: both;
}

.content_mid_area {
	width: 93%;
	margin: 0 auto 10px auto;
	clear: both;
}

.content_mid_area ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-image: url('../img/bullet.gif');
	list-style-type: none;
}

.content_mid_area ul li {
    margin: 0 0 10px 0;
    text-align: justify;
}

.content_mid_area ul li .date {
    display: block;
    clear: both;
    font-size: 9px;
    text-align: right;
}

#footer {
    background-image: url('../img/footer.png');
    background-repeat: no-repeat;
	height: 91px;
    width: 100%;
    clear: both;
}

#footer p {
	margin: 0;
	padding: 68px 0 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#footer p a:link, #footer p a:visited {
	color: #FFFFFF;
    text-decoration: none;
}

#footer p a:active, #footer p a:hover {
	color: #FFFFFF;
    text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

#treskl a:link, #treskl a:visited, #treskl a:active, #treskl a:hover {
	background-image: url('http://www.3klabs.com/ext/img/3klabs_sign.gif'); 
	background-repeat: no-repeat; 
	float: right;
	text-align: right;
	margin: 3px 37px 5px 0;
	width: 102px; 
	height: 16px; 
	display: block;
}
