body {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	background-image: URL('pics/bg.png');
	background-repeat: repeat-x;
	background-color: #c8c9cb;
	color: #ffffff;
}
h1 , h2 , h3 , p , ul , li {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	font-style: italic;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffff00;
}
a img {
	border: 0px;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
img {
	margin-bottom: -3px;
}
.ok , .error {
	width: 468px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
	padding-left: 27px;
	margin-bottom: 10px;
	border: 2px solid;
	font-style: italic;
}
.ok ul , .error ul { margin-left: 30px; }
.ok { 		background-image: URL('pics/ok16.png'); 	background-color: #409600; border-color: #00c800; }
.error { 	background-image: URL('pics/error16.png'); 	background-color: #b11c1c; border-color: #c80000; }
strong.cmclive { font-style: italic; }
.disabled {
	color: #aaa;
	font-style: italic;
}

#body {
	width: 705px;
	margin: auto;
}

#languages {
	text-align: right;
	padding-right: 55px;
}

#header {
	background-image: URL('pics/header_bg.png');
	background-repeat: no-repeat;
	width: 705px;
	height: 335px;
}
#header p {
	position: relative;
	top: 241px;
	left: 180px;
	width: 360px;
	font-weight: bold;
	padding: 2px;
}
#header a {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#header a:hover {
	color: #ff0000;
}
#header a.selected {
	color: #ffff00;
}
#header a.selected:hover {
	color: #ff0000;
}
#header a#m1 {
	width: 76px;
	margin-right: 2px;
}
#header a#m2 {
	width: 78px;
	margin-right: 2px;
}
#header a#m3 {
	width: 88px;
	margin-right: 2px;
}
#header a#m4 {
	width: 85px;
}

#content {
	background-image: URL('pics/content_bg.png');
	background-repeat: repeat-y;
	padding-left: 90px;
	padding-right: 90px;
}
#content p {
	text-align: justify;
	padding-bottom: 20px;
	width: 468px;
	margin: auto;
}
#content p.code {
	white-space: pre;
	overflow: auto;
	font-weight: bold;
	text-align: center;
	border: 1px dashed #eee;
	padding: 5px;
	margin-bottom: 20px;
	width: 458px;
}

.adsense125x125_left {
	float: left;
	padding-left: 26px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.adsense125x125_right {
	float: right;
	padding-right: 26px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.adsense468x60 {
	margin: auto;
	width: 468px;
	padding-bottom: 20px;
}

#toplist {
	width: 468px;
	margin: auto;
	margin-bottom: 15px;
	white-space: nowrap;
}
#toplist tr {
	background-color: #888;
}
#toplist tr.bg {
	background-color: #999;
}
#toplist td , #toplist th {
	padding: 5px 10px;
}
#toplist th {
	background-color: #555;
}
#toplist td {
	
	font-size: 10px;
}
#toplist .clicks {
	text-align: center;
	width: 1px;
}
#toplist .links {
	text-align: left;
}
#toplist tr:hover {
	background-color: #e65c02;
}

#form {
	width: 468px;
	margin: auto;
	white-space: nowrap;
	margin-bottom: 10px;
}
#form input {
	width: 250px;
}
#form select , #form input.button {
	width: 256px;
}

.member_menu {
	text-align: center;
}
.member_menu a {
	margin-left: 5px;
	margin-right: 5px;
}
.member_menu a.selected {
	color: #ffff00;
}
.member_menu a:hover , .member_menu a.selected:hover {
	color: #ff0000;
}

#footer {
	background-image: URL('pics/footer_bg.png');
	background-repeat: no-repeat;
	width: 705px;
	height: 150px;
	padding-top: 50px;
	text-align: center;
}
#footer .stats { color: #000000; margin-bottom: 5px;}


