* { padding:0; margin:0; }

body {
	margin:0;
	padding:0;
	background-color: black;
	background-image: url('/_m/ice.jpg'); 
	background-repeat: repeat-y ;
	background-attachment: fixed;
	font-family: verdana,arial,helvetica,"MS Sans Serif", Tahoma,Sans Serif;
	font-size: 10px; 
	color: #FFFFFF;
	background-position: 0% 50%;
	SCROLLBAR-BASE-COLOR: #0D2D44;
	SCROLLBAR-FACE-COLOR: #0D2D44;
	SCROLLBAR-HIGHLIGHT-COLOR: #3B4248;
	SCROLLBAR-SHADOW-COLOR: #3B4248;
	SCROLLBAR-3DLIGHT-COLOR: #3B4248;	
	SCROLLBAR-ARROW-COLOR: #3B4248;
	SCROLLBAR-TRACK-COLOR: #3B4248;
	SCROLLBAR-DARKSHADOW-COLOR: #3B4248;
	cursor: url("/cursor.cur");

}

a       { color: silver; text-decoration: none; }
a:visited    { color: silver; }
a:active     { color: silver;  }
a:hover      { color: white;  }

select {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	COLOR: #828AC4;
	BACKGROUND-COLOR: #061C2A
}
textarea, .bginput {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #828AC4;
	BACKGROUND-COLOR: #061C2A
}


.clear { clear:both; }

#header {
	height:100px;
	background: url(/_m/top-bg.gif) repeat-x;
}

#bliz_logo {
	background: url(/_m/blizzlogo.gif) no-repeat;
	float:left;
}

#bliz_logo a {
	display:block;
	width:80px;
	height:50px;
}

#bnet_logo {
	background: url(/_m/bnetlogo.gif) no-repeat;
	float:right;
}

#bnet_logo a {
	display:block;
	width:130px;
	height:50px;
}

#rn_logo {
	width:280px;
	height:60px;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_m/rn_logo.png');
}

#rn_logo img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#top-nav {
	margin-top:5px;
	text-align:center;
}

#top-nav a {
	font-size: 12px;
}

h5 {
	text-decoration:underline;
	font-size:10px;
}

#left-column {
	float:left;
	margin:0 10px;
	height:1%;
}

#right-column {
	float:right;
	margin:0 10px;
	height:1%;
}

#tournament dt { font-size:13px; padding:4px 0;}

#tournament dd { font-size:10px; padding-left:10px;}

.box {
	margin:5px 0;
}
.box .content { padding:5px; vertical-align:top;}

#poll dl {  margin: 5px 0; }
#poll dt { float:left; }
#poll dd { display:block; height: 20px; line-height:20px; margin-left:20px;}
#poll td { }
#poll input { margin:0;padding:0; }
#poll .input { margin:0 0 0 10px; font-size: 8pt}
#poll .title { color:#fff;font-weight:bold;height:15px; display:block; text-decoration:underline;}
#poll .question { font-weight:bold;}
#poll .results { font-size:12px;}
#poll .links { font-size: 7.5pt; } 

#footer {
	font-size:7px;
	text-align:center;
	padding-bottom:30px;
	width:50%;
	margin:0 auto;
}

.default-content {
	width:80%;
	margin:0 auto;
}

.sub-nav {
	margin-bottom:20px;
	text-align:center;
}

blockquote {
	margin: 10px 50px;
	background:#222;
	padding:1px 10px;

}

blockquote p {
	margin: 10px 0;
	font-size:12px;
}