/* CSS Document */

/* begin Wallace stylesheet */
a:link {
color: #ffffff;
font-weight: none;
text-decoration: none
}

a:visited {
color: #ffffff;
font-weight: none;
text-decoration: none
}

a:active {
background-color: #ffffff;
color: #800080;
font-weight: none;
text-decoration: none
}

a:hover {
background-color: #ffffff;
color: #0709cf;
cursor: crosshair;
font-weight: none;
text-decoration: underline
}

#links {
background-color: #f0101f;
border: 1px #0d0d0d solid;
height: 27px;
left: 90px;
position: absolute;
top: 125px;
width: 622px;
z-index: 3
}

/* end Wallace stylesheet */

.centered-container {
	text-align: center;
	width: 900px;
}

body {
	margin-top: 0px;
	vertical-align: top;
	background-image: url(../images/wtts-back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: BBC8D0;
	text-align: center;
}

#wide-container {
	width: 900px;
}

#container {
	padding: 0px;
	height: 450px;
	width: 650px;
	background-position: center;
	display: table;
}

#header {
	background-image: url(http://www.westtexastroopsalute.com/toplogoG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 761px;
}

#toolbar {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	width: 748px;
	border: thin solid #000000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}


#player {
	float: left;
	height: 305px;
	width: 320px;
	margin-top: 20px;
	background-color: #000;
	display: none;	
}

#player-temp {
	float: left;
	height: 260px;
	width: 320px;
	margin-top: 20px;
	border: thin solid #000000;	
}

#share-container {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000000;
	padding-top: 20px;
	clear: left;
	float: left;
	width: 320px;
}

#share-inside {
	font-size: small;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: thin solid #333333;
	vertical-align: top;	

}

#right-panel {
	float: right;
	width: 408px;
	font-size: small;
	color: #fff;
	clear: right;
	margin-top: 20px;
	margin-left: 30px;
}

#right-panel-inside {
	padding: 20px;
	background-color: #336699;
	border: thin solid #333333;
	text-align: left;

}

#chat-container {
	font-size: small;
	color: #FFFFFF;
	width: 761px;
	clear: both;
	padding-top: 20px;

}

#chat-container-inside {

	background-color: #336699;
	text-align: left;
	font-size: small;
	color: #fff;
	border: thin solid #000000;
	padding: 20px;
	
} 

#footer {
	height: 620px;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #336699;
	text-align: left;
	font-size: small;
	color: #fff;
	float: left;
	bottom: 10px;
}

.main-font {
	font-family: "Trebuchet MS";
}



