@charset "utf-8";
body {
	background-color: #000;
	background-image: url(images/bknd_grad.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#Outer {
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
}
#Header {
	height: 57px;
	width: 1000px;
	background-image: url(images/uw_logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#Splash {
	background-color: #9B4E00;
	height: 400px;
	width: 1000px;
	background-image: url(images/uw_splash.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#Outer #Splash #Splashmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #590000;
	margin: 0px;
	padding-top: 80px;
	padding-left: 670px;
}
#Outer #Splash #Splashmenu #Splashmenucell a {
	color: #590000;
	text-decoration: none;
}
#Outer #Splash #Splashmenu #Splashmenucell a:hover {
	color: #C2750B;
}
#Outer #Header #Topmenu a {
	color: #FFF;
	text-decoration: none;
}
#Outer #Header #Topmenu a:hover {
	color: #C2750B;
	text-decoration: underline;
}

#Outer #Splash #Splashmenu #Splashmenucell {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}


#Outer #Footer {
	height: 30px;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #9B5B27;
	padding-top: 4px;
}
#Outer #Header #Topmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 800px;
	padding-top: 20px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
#Outer #Header #Topmenu img {
	padding-left: 10px;
	text-align: right;
}
#UWBox {
	background-color: #9B4E00;
	height: 400px;
	width: 1000px;
	background-image: url(images/uw_bkgnd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#Outer #UWBox #UWBoxContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 300px;
	width: 482px;
	margin-left: 486px;
	margin-top: 2px;
	color: #590000;
	overflow: visible;
	visibility: visible;
	position: absolute;
}
#Outer #UWBox #UWBoxContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#UWPlayer    {
	background-color: #000;
	color: #C2750B;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2750B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	overflow: visible;
}
#cleardiv {
	clear: both;
}

#UWPlayer a    {
	color: #C2750B;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#UWPlayer a:hover {
	color: #C2750B;
	text-decoration: underline;
}
#ListenMenu {
	float: right;
	padding-right: 4px;
	padding-left: 4px;
}

.UWTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 16px;
}
#Outer #Footer a {
	height: 30px;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #9B5B27;
	padding-top: 4px;
	text-decoration: none;
}
#Outer #Footer a:hover {
	height: 30px;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #9B5B27;
	padding-top: 4px;
	text-decoration: underline;
}
.UWText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #C2750B;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 12px;
	margin-bottom: 2px;
}

#Outer #UWBox #UWBoxContent a {
	font-weight: normal;
	text-decoration: none;
}
#Outer #UWBox #UWBoxContent a:hover {
	text-decoration: underline;
}
#Outer #UWBox #UWBoxContent h1 a {
	color: #590000;
	text-decoration: none;
}
#Outer #UWBox #UWBoxContent h1 a:hover {
	color: #C2750B;
	text-decoration: underline;
}
.UWTextHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight: bold;
}
.FooterDark {
	color: #060000;
}
#AdminBox {
	background-color: #000;
	height: 600px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #FFF;
}
#AdminBox #AdminContent  {
	margin: 10px;
	color: #FFF;
}
