/* CSS Document */

body {
	background-color:#666666;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	}

#container {
	width:900px;
	background-color:#000000;
	margin:0px auto;
	border: thick solid #FFFFFF;
	}
	
#title_pic {
	width:900px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#header {
	width:890px;
	padding: 5px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-left-color: #FFFFFF;
	}

#scoreland {
	width:880px;
	padding: 10px;
	}
	
.pic_border {
	border-top: medium solid #FFFFFF;
	border-right: medium solid #666666;
	border-bottom: medium solid #666666;
	border-left: medium solid #FFFFFF;
}


#friends {
	width:200px;
	margin: 10px;
	padding: 5px;
	float: left;
	background-color: #CCCCCC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	}
	
#counter{
	clear:both;
	width:900px;
	}
	
#main_content {
	width:610px;
	background-color:#CCCCCC;
	float:left;
	margin: 10px;
	padding: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	}

.content_text {
	color:#000000;
	}
	
.content_text a:link {
	color:#000000;
	font-weight:bolder;
	}
	
.content_text a:visited {
	color:#666666;
	font-weight:bolder;
	}
	
.content_text a:hover {
	color:#ffffff;
	font-weight:bolder;
	}

.friends a:link {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.friends a:hover {
	color:#666666;
	}
	
.friends a:visited {
	color:#666666;
	font-weight:bold;
	}

