html, body {
	background-image: url('../images/WGUS_bg.jpg');
	/*background-image: url('../images/xmasBG.jpg');*/
	background-repeat:repeat;
	background-position:top center;
	margin:0; padding:0;
	font-family:verdana; font-size:13px; color:#000000;
}
#container {
	/*background-image: url('../images/WGUS_containerBG.jpg');*/
	background-image: url('../images/xmas_containerBG.gif');
	background-repeat:repeat-y;
	background-position:top center;
	margin:0 auto; padding:0;
	width:800px;
}
#header {
	background-image:url('../images/WGUS_header.jpg');
	height:90px; width:750px;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0; padding:0;
}
#nav {
	height:20px;
	padding-top:10px;
	margin-right:16px;
	font-family:verdana;
	font-size: 11px;
	color:#cdcdcd;
	text-align:right;
	clear:both;
}
#nav a {
	font-family:verdana;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#topLogo {
	float:left;
}
#onAir {
	float:right;
}
#leftColumn {
	width:585px; float:left;
}
#leftColumnMain {
	width:530px; float:right; padding:25px 0 0 55px;
	text-align:left;
}
#rightColumn {
	width:215px; float:right;
}
#rightColumnMain {
	width:150px; padding:25px 0 0 25px; float:left; overflow:hidden;
}
#rightColumn ul {
	list-style-type: none;
	padding: 0; margin: 0;
}
#rightColumn li {
	padding:1px 0 1px 0;
}
#footer {
	background-image:url('../images/WGUS_footer.jpg');
	height:208px; width:750px;
	background-repeat:no-repeat;
	clear:both;
}
#footerContent {
	font-family:verdana; font-size:10px;
	font-weight:bold; color:#FFFFFF;
	padding: 0 auto;
	padding-top:150px;
}
#footerContent a {
	color:#FFFFFF;
}
* {
	margin:0; padding:0;
	float:none; border:0;
}
#teaser {
	width:505px; position:relative;
	border-top: dashed 1px #000;
	padding:15px 0 15px 0;
	margin:5px 0 5px 0;
}
#teaserTitle {
	font-family:verdana; font-size:16px;
	font-weight:bold; color:#FF0000;
	padding-bottom:10px;
}
.teaserImage { 
	width:135px; height:105px; overflow:hidden;
	float:left; border:0; margin:0; padding:0;
	margin-right:15px;
}
.teaserContent {
	text-align:left; position:relative; width:100%;
	font-family:verdana; font-size:13px;
	color:#000000; float:left;
}
.teaserContent img {
	width:135px; height:105px; overflow:hidden;
	float:left; border:0; margin:0; padding:0;
	margin-right:15px;
}
#teaserLink a {
	width:355px; text-align:left;
	font-family:verdana; font-size:13px;
	color: #162083; float:right;
	padding-left:15px;
}
#welcome {
	padding-bottom:20px;
}

/* WIDE TEMPLATE ****************/

#wide {
	width:710px;
	margin:0 auto;
	padding:10px 0;
}

