@CHARSET "UTF-8";

#content {
	width: 1017px;
	height: 800px;
	color: white; 
	/*font-style: oblique;*/
	padding: 20px;
}

#score_board {
	position: relative;
	width: 400px;
	height: 155px;
	background-color: black;
	left: 350px;
	top: -265px;
	border-color: white;
	border-width: 4px;
	border-style: ridge;
	z-index: 999999;
}

#score_board .header {
	background-color: #191970;
	color: white;
	border-bottom-color: white;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	height: 22px;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

#score_board .sub_header {
	font-family: 'Lucida Console', Monaco, monospace;
	color: yellow;
	font-weight: bold;
	height: 12px;
	text-align: center;
	font-size: 14px;
}

#score_board .score {
	font-family: 'Lucida Console', Monaco, monospace;
	color: yellow;
	font-size: 12px;
	text-align: center;
}

#score_board .score_name {
	font-family: 'Lucida Console', Monaco, monospace;
	color: yellow;
	width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

#alert {
	background: url(../images/green_semi.png) repeat;
	width: 1017px;	
	font-size: 16pt;
	font-family: monospace;
	color: yellow;
	text-shadow: red 0.1em 0.1em 0.2em;
	position: relative;
	top: -175px;
	}
	
#about {
	background: url(../images/green_semi.png) repeat;
	height: 480px;
	left: 0px; 
	position : relative; 
	top : -170px;
	width: 475px;
	text-align: left;
	padding: 10px;
	font-size: 10pt;
	float: left;	
}

#about .title {
	font-size: 14pt;
	color: yellow;
	padding-bottom: 20px;
}

#news {
	background: url(../images/green_semi.png) repeat;
	font-size: 10pt;
	height: 595px;
	left: 0px;
	padding: 10px; 
	text-align: left;
	top: -170px;
	width: 460px;
	position: relative;
	float: right;
}

#news .title {
	font-size: 14pt;
	color: yellow;
	padding-left: 10px;
	padding-bottom: 20px;
}

#news .item-title {
	font-size: 10pt;
	font-weight: bold;
	color: yellow;
	padding-left: 10px;
}

#news .desc {
	font-size: 10pt;
	color: white;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#payment {
	background: url(../images/green_semi.png) repeat;
	height: 85px;
	left: 0px;
	position: relative;
	float: left;
	top: 10px;
	width: 465px;
	text-align: left;
	padding: 10px;
	font-size: 10pt;
}

#payment .title {
	font-size: 14pt;
	color: yellow;
}

#partners {
	position: relative;
	float: left;
	background: url(../images/green_semi.png) repeat;
	width: 1000px;
	height: 80px;
	top: 40px;
	left: 0;
	padding: 10px;
	float: left;
	clear:both;
}

#partners .title {
	font-size: 14pt;
	color: yellow;
	text-align: left;
}

#partners table {
	position: relative;
	top: -20px;
}

#partners .partner {
	padding: 5px;
}

#partners .sponsor_logo {
	border-width: 0px;
	border-style: none;
}

#partners a {
	text-decoration: none;
}

.pics {
	height: 232px;
	width: 232px;
	padding: 0;
	margin: 4px;
	overflow: hidden;
	position: relative;
	float:left;
}

.pics img {
	height: 200px;
	width: 200px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	top: 0;
	left: 0
}

.pics img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
