﻿html, body
{ 
	width:100%;
	margin: 0;
	padding: 0;
} 

html, body, input, select
{
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: black;
}

h2
{
	text-align:center;
}

h3
{
}

a:link,
a:visited,
a:active
{
	text-decoration:none;
	color:#FFFFBE;
}

a:hover
{
	text-decoration:none;
	color:#CF1925;
}

#global 
{
	width:800px;
	height:600px;
	background-image: url('images/ums_whole.jpg'); 
	background-repeat: no-repeat;
	position:relative;
	margin-left: auto; 
	margin-right: auto
}

#content
{
	width:550px;
	height:350px;
	overflow:auto;
	text-align:left;
	background-image: url('images/main.jpg'); 
	background-repeat: no-repeat;
	padding:5px;
	position:absolute;
	left:120px;
	top:120px;
}

#content a:link,
#content a:visited,
#content a:active,
#content a:hover
{
	text-decoration:none;
	color:#CF1C28;
}

.SubHeader, h4
{
	font-size:13px;
	font-weight:bold;
	font-variant: small-caps;
	border-top: 1px solid #CF1C28;
	text-align:left;
	display:block;
	margin-top:10px;
}

.Header
{
	display: block;
	margin: 30px 0 10px 0;
	padding: 5px 0 5px 8px;
	background: url(images/fade.png) repeat-y;
	color: #ffffbe;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 5px solid #black;
	text-decoration: none;
	width:500px;
}

.Content
{
  display:block;
}

#summary_buttons
#summary_buttons a
{
	margin-top:10px;
}


#sponsor
{
	position:absolute;
	left:259px;
	top:558px;
	width:282px;
	height:25px;
	font-size:9px;
	text-align:center;
}

#splotch1, #splotch2, #splotch3, #splotch4, 
#splotch5, #splotch6, #splotch7, #splotch8
{
	position:absolute;
	width:91px;
	height:86px;
	text-align:center;
}

#splotch1
{
	left:5px;
	top:125px;
}

#splotch2
{
	left:5px;
	top:225px;
}

#splotch3
{
	left:5px;
	top:325px;
}

#splotch4
{
	left:5px;
	top:425px;
}

#splotch5
{
	left:700px;
	top:125px;
}

#splotch6
{
	left:700px;
	top:225px;
}

#splotch7
{
	left:700px;
	top:325px;
}

#splotch8
{
	left:700px;
	top:425px;
}

.navlink
{
	font-family:sans-serif;
	font-variant: small-caps;
	font-weight:bolder;
	position:relative;
	top:-55px;
	margin-left:auto;
	color: #FFFFBE;
	margin-right:auto;
}

#loginstatus
{
	position:absolute;
	left:580px;
	top:490px;
	font-family:sans-serif;
	font-variant: small-caps;
	font-weight:bolder;
}

#loginstatus a:hover
{
  color:blue;
}

#GalleryCell
{
	width:100%;
	text-align:center;
}

#PhotoItem 
{ 
	margin: 4px; 
	line-height: 140px; 
	font-size: 126.7px; 
	text-align: center; 
	width: 140px; 
	height: 150px; 
	border-left: solid 1px #d3d3d3; 
	border-right: solid 1px #d3d3d3; 
	border-bottom: solid 1px #d3d3d3; 
	background: #ffffff url('images/tilelight.gif') repeat-x top left; 
} /* UnderScore Hack 90.5% of box height, 50% critical to IE5 */


