html {
  background: url(../images/hex.gif);
  margin: 0px;
  padding: 0px;
}
body {
  margin:0px;
	font-family: verdana;
	text-align:center;
	line-height:1em;
	background:  url(../images/black-bg.gif) repeat-x;
}

#outer-shell {
	background:#FFF;
	border-left:2px solid #000;
	border-right:2px solid #000;
	width:980px;
	margin:0px auto;
	background: #FFF url(../images/yellowgradvertical.gif) repeat-x;
	height:100%;
}

p {
	margin:7px 0px 7px 0px;
	padding:0px;
}


#content {
	clear:both;
	padding-top:14px;
	text-align:left;
	width:775px;
	float:left;
}
.left-content {
	width:400px;
	float:left;
}
.right-content {
	width:345px;
	float:left;
	font-size:0.75em;
	text-align:center;
}
.right-content-inner {
	width:330px;
	text-align:left;
	float:right;
}
.right-content-inner p{
	text-align:left;
}


#shell {
	width:950px;
	margin:0px auto;
}
#left-shell {
	width:775px;
	float:left;
}
#right-shell {
	width:175px;
	float:right;
}



.middle-ad {
	height:70px;
	width:400px;
	/*background:#EAEAEA;*/
	clear:both;
	display:block;
}
.big-box-ad {
	height:250px;
	width:250px;
	/*background:#EAEAEA;*/
	margin: 25px 0px 0px 0px;
}
.small-box-ad {
	height:70px;
	width:150px;
	/*background:#EAEAEA;*/
	margin: 21px 0px 0px 15px;
}




label {
	clear:both;
	width:150px;
	text-align:right;
	float:left;
}
input, textarea {
	margin:0.15em;
	border:1px solid #000;
}



.red {
	color:#FF0000;
}

.stdButton {
	cursor:pointer;
}
.errors {
	border: 1px solid #FF0000;
	background: #FFDEDB;
	padding: 7px;
	color: #FF0000;
	font-weight:bold;
	margin:7px;
}
.messages {
	border: 1px solid green;
	background: #DBFFDD;
	padding: 7px;
	color: green;
	font-weight:bold;
	margin:7px;
}
.clear {
	clear:both;
}
