* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../bg_rot/rotator.php);
	background-repeat: no-repeat;
	background-color:  black;	
	min-height: 927px;
	min-width: 1200px;
	font-size: .8em;
	height: 100%;
	padding: 0;
}
#footer{
	clear:both;
	position: relative;
	text-align: center;
	top: -620;
}

#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:927px;
	text-align: left;
}

#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}

#uc {
	position: relative;
	text-align: center;
	top: 300px;
	margin: 0 auto;
	font-size: 2em;
	font-family: Helvetica;
	color : black;
}
#headerbar{
	position: relative;
	top:10px;
	left:10px;
	height:59px;
	width:1029px;
}
#mailback{
	position: relative;
	top:20px;
	left:880px;
	background-image: url(../images/mail_back.png);
	height:106px;
	width:319px;
}
#mailbacktext{
	position: relative;
	top:45px;
	left:10px;
	text-align: center;
}

#votwheader{
	position: relative;
	top:20px;
	left:900px;
	background-image: url(../images/votw_header.png);
	height:32px;
	width:270px;
}
#votw {
	position: relative;
	background-image: url(../images/votw.png);
	height: 223px;
	width: 322px;
	left: 880px;
	top: 20px;
}

#newsback{
	position: relative;
	top:20px;
	left:880px;
	background-image: url(../images/news_back.png);
	height:310px;
	width:315px;
}
#newsbacktext{
	position: relative;
	top:45px;
	left:10px;
	height: 200px;
	width: 290px;
	overflow:auto;
	text-align: left;
	font-size: .8em;
	font-family: Helvetica;
}
#contentholder {
	position: relative;
	top: -650px;
	left: 75px;
	background-image: url(../images/contentbg.png);
	background-repeat: no-repeat;
	height:681px;
	width:756px;

}

#newsarticle{
	position: relative;
	top: 10px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	height: 581px;
	width : 656px;
	overflow:auto;
}


#decks{
	position: relative;
	top:-190px;
	left:70px;
	background-image: url(../images/decks_back.png);
	background-repeat: no-repeat;
	height:316px;
	width:668px;
}
#footerbar{
	position: relative;
	top:-185px;
	left:0px;
	height:33px;
	width:821px;
}
#footerbar_sub{
	position: relative;
	top:-545px;
	left:5px;
	height:33px;
	width:821px;
}
#gotw{
	position: relative;
	top:-330px;
	left:830px;
	background-image: url(../images/gotw.png);
	background-repeat: no-repeat;
	height:145px;
	width:179px;
}
#gotw_sub{
	position: relative;
	top:-690px;
	left:830px;
	background-image: url(../images/gotw.png);
	background-repeat: no-repeat;
	height:145px;
	width:179px;
}
#gotw_img{
	position: relative;
	top: 25px;
	margin: 0 auto;
	height: 120px;
	width : 110px;
}
#logo{
	position: relative;
	top:-470px;
	left:1020px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height:148px;
	width:156px;
}
#logo_sub{
	position: relative;
	top:-830px;
	left:1020px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height:148px;
	width:156px;
}
#addthis{
	position: relative;
	top: -640px;
	left: 500px;
	width: 125px;
}
#addthis_sub{
	position: relative;
	top: -835px;
	left: 500px;
	width: 125px;
}
#ssl{
	position: relative;
	top:-973;
	left:50;
	background-image: url(../images/ssl.png);
	background-repeat: no-repeat;
	height:170;
	width:170;
}
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 100;
  width: 700px;
  /* Add scroll-bars */
  overflow: auto;
  top:-966;
  left:100;
}
ul.sc_menu {
  display: block;
  height: 65;
  /* Max width here, for users without Javascript */
  width: 700px;
  padding: 5px 0 0 5px;
  /* Remove default margin */
  margin: 0;
  background: url('../images/navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
  text-align: center;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 9px;
  color: #fff;
}

.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}