/* Styleeet For STI v2.0 -------------------------------*/

body{
	background-image: url(400.gif);
}

#stilogo{ 
	background-image: url(stilogobg.gif);
	width: 150px;
	height: 125px;
	float: left;
}

#playeractions{
	margin-left: 15px;
	margin-top: 35px;
}	
	#playeractions p{
		font-size: 11px;
	}
	#playeractions a{
		color: white;
		text-decoration: none;
	}
	#playeractions a:hover{
		color: red;
		text-decoration: underline;
	}

.buttonstyle { background-color : #1A247A;
						border-top : 2px outset #5560C3 ;
						border-right : 2px outset #0F1332 ;
						border-bottom : 2px outset #0F1332 ;
						border-left : 2px outset #5560C3 ;
						color: white;
}

.buttonstyle2 { background-color : #1A247A;
						border-top : 2px outset #5560C3 ;
						border-right : 2px outset #0F1332 ;
						border-bottom : 2px outset #0F1332 ;
						border-left : 2px outset #5560C3 ;
						color: white;
}

#topmainbar{
	background-image: url(topmainbarbg2.jpg);
	height: 125px;
	width: 800px;
	float: left;
	font-size: 14px;
	
	min-height: 125px;
	background-repeat: no-repeat;
	height: auto;
	overflow:auto;
	overflow-y: hidden;
	/* All the tags below are to make sure you cannot select the text in this div to avoid a certain bug */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

	#topmainbar a { color:#171151; text-decoration: none; }
	#topmainbar a:hover { color:#9e0b0f; text-decoration: underline; } 

#login{
	float: right;
	margin-top: 20px;
}

#topedge{
	background-image: url(topedgebg.gif);
	height: 125px;
	width: 150px;
	float: left;
}

#tagdiv{
	margin-left: 50px;
	padding-top: 10px;
}
	#tagdiv p { font-size: 11px; color: #2e3192; }

#menubar{
	width: 150px;
	height:500px;
	background-color: #448cca;
	background-image: url(menubarbg.jpg);
	background-repeat: repeat-x;
	margin-top: -10px;
	min-height:500px;
	height: auto;
	overflow:auto;
	overflow-x: hidden;
	/* All the tags below are to make sure you cannot select the text in this div to avoid a certain bug */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

#menu{
	margin-left: 10px;
	width: 150px;
	height: auto;
	overflow:auto;
}
	#menu a { color:#171151; text-decoration: none; }
	#menu a:hover { color:#9e0b0f; text-decoration: underline; } 

#topcontainer{
	min-width: 1200px;
}

#bottomedge{
	background-image: url(bottomedgebg.gif);
	height: 125px;
	width: 150px;
}

#maindiv{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	
}

#maindivtop{
	background-image: url(maindivtop.gif);
	width: 800px;
	height: 50px;
}

	#maindivtop p { font-size: 17px; color: #282a7c; float: right; margin-top: 10px; margin-right: 50px; }
	
#maindivmain{
	background-color: #6dbfde;
	width: 800px;
	min-height:500px;
	height: auto;
	overflow:auto;
	margin-top:0px;
}

	#maindivmain a { color:#171151; text-decoration: none; }
	#maindivmain a:hover { color:#9e0b0f; text-decoration: underline; } 

#maindivbottom{
	background-image: url(maindivbottom_2.gif);
	width: 800px;
	height: 209px;
}

#ads{
	float: left;
	clear: right;
	margin-top: 20px;
	margin-left: 30px;
}
	#ads a { color: #13056a; text-decoration: none; }
	#ads a:hover { color: #715edf; text-decoration: underline; } 

#leftsidecontainer{
	clear: left;
	float: left;
}

#maincontainer{
	min-width: 1600px;
}

#portrait{
	width: 100px;
	height: 125px;
	margin-left: 25px;
	margin-top: 20px;
}

#signature{
	width: 150px;
	height: 25px;
	margin-top: 10px;
}

#newsfeed{
	width: 500px;
	float: left;	
}
	#newsfeed h1 { font-size: 18px; color: #2e3192; }
	#newsfeed p { font-size: 12px; color: #464886; }

#author{
	float: left;
}

#news{
	margin-top: 20px;
	margin-left: 50px;
	width: 750px;
	clear: both;
}
	#register h1 { font-size: 18px; color: #2e3192; }
	#register p { font-size: 12px; color: #464886; }

#loggedin{
	float:right;
	margin-top:-10px;
}
	#loggedin a { color:#9be4ef; text-decoration: none; text-shadow: 3px 3px 1px #000000; }
	#loggedin a:hover { color:#e75f22; text-decoration: underline; } 

#avatar{
	float:right;
}

#loggedintable{
	float:right;
}

