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

body {
	font-size 85%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em; }
	
#wrapper {
	width: 960px;
	margin: 0 auto;
}
	
img {
	border: none;
	outline: 0; }
	
#logo {
	margin-bottom: 20px;
}

#chat-box {
	float: left;
}
#news-box {
	margin-left: 20px;
	color:#666;
	width: 270px;
	float: left;
}


a {
	color:#333;
	text-decoration: underline; }
 
	a:hover { color:#09F; }


.box {
	width: 200px; height: 200px;
	border: solid 1px #CCC;
	padding: 5px;
	margin: 5px;
	float: left;
	overflow: hidden;
}
.clear {
	clear: both;
}
.grey-txt {
	color:#999;
	font-style: normal;
}
h2#pbnk-title {
	font-size: 2em;
	text-transform: uppercase;
}
#footer {
	text-align: center;
	clear: both;
}
