@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1bcaa;
}

body {
	background-color: #000000;
	background-image: url(images/shortBack.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-attachment: scroll;
	background-position: center top;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #aa907a;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.altBody {
	background-color: #FFFFFF;
  background-image: none;
	margin-top: 0px;
  color: #000000;
}

#wrapper {
	width:800px;
	margin:0 auto;
  align: center;
}

#admin {
	height:15px;
	text-align:right;
	font-size:9px;
	padding-top:4px;
	padding-right:60px;
}

#menu {
}

#container {
	width:800px;
	margin: 0 auto;
	padding-bottom:50px;
  align: center;
}

#ringbuilder {
}

#content {
  margin-top:20px;
  padding:6px 0px 20px 0px;
}

#footer {
	width:800px;
	color: #aa907a;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 9px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: solid #aa907a 1px;
  text-align: center;
  align: center;
}

