@charset "utf-8";

html, body{
	margin: 0;
	padding: 0;
	
	background-color: #000;
}

#header{
	background-color: #000;
	
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	color: white;
	
	padding: 4px 0 0 0;
}
#uwgblinks{
	position: absolute;
	top: 4px;
	right: 4px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: x-small;
}
#uwgblinks a{
	color: #FFF;
	text-decoration: none;
}
#uwgblinks a:hover{
	text-decoration: underline;
}


#container{
	width: 100%;
	
	background: transparent url(../images/background.gif) top left repeat;
	
	padding-top: 20px;
}

#navigation{
	position: absolute;
	
	top: 4px;
	left: -122px;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li a{
	display: block;
	background-color: #660000;
	border: 1px solid #000;
	
	width: 100px;
	padding: 4px 0 4px 20px;
	
	color: #FFF;
	text-decoration: none;
	
	margin-bottom: 6px;
}
#navigation ul li a:hover{
	background-color: #ba0707;
}

#content{
	position: relative;
	
	font-family: "Times New Roman", Times, serif;
	
	background-color: #FFF;
	border: 1px solid #000;
	border-bottom-width: 0;
	
	padding: 20px;
	
	margin: auto;
	
	width: 65%;
	
	min-height: 550px;
}
#content h1{
	font-size: x-large;
	font-weight: bold;
	
	border-bottom: 1px solid #519763;
}
#content p{
	margin-left: 20px;
}

#leftswirl{
	position: absolute;
	
	bottom: 0;
	left: -98px;
}
#rightswirl{
	position: absolute;
	
	bottom: 0;
	right: -90px;
}
#shadow-top{
	position: absolute;
	top: -2px;
	left: 0;
	
	width: 100%;
	height: 1px;
	
	background: transparent url(../images/shadow-top.png) top left repeat-x;
}
#shadow-left, #shadow-right{
	position: absolute;
	top: 0;
	
	height: 100%;
	width: 2px;
	
	background: transparent url(../images/shadow-left.png) top left repeat-y;
}
#shadow-left{
	left: -3px;
}
#shadow-right{
	right: -3px;
	background-image: url(../images/shadow-right.png);
}


#footer{
	background-color: #000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: white;
	
	padding: 12px 0 6px 0;
}
#footer a{
	color: #FFFF99;
}

.print{ display: none; }
