body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url('/images/bg.png');
	background-attachment: fixed;
	background-repeat: repeat;
}

.clear{
	height: 0px;
	clear: both;
}

#main{
	background-color: #E4D9B5;
	margin: auto;
	min-height: 400px;
	width: 960px;
}

#main-header{
	height: 35px;
	width: 100%;
	background-color: #000000;
}

#main-header-inputs{
	margin-left: 25px;
}

#main-header input{
	height: 10px;
	margin-top: 10px;
	margin-left: 5px;

	background-color: #D8D6C2;
	border-width: 2px;
	border-color: black;
	border-style: solid;

	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 0px;
	float: left;

	color: #333333;
}

#main-header input.zip{
	width:75px;
}

#join-notification{
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;

	padding-top: 5px;
}

#main-header-inputs .header-button {
	height: 13px;
	width: 50px;
	margin-top: 10px;
	margin-left: 5px;

	padding-top: 3px;

	background-color: rgb(145, 0, 24);
	border-width: 2px;
	border-color: black;
	border-style: solid;

	color: white;
	font-size: 9px;
	text-align: center;
	float: left;
}

#main-header-inputs .header-button:hover {
	background-color: #CC0000;
	cursor: pointer;
}

.join-hide{
	display:none;
}

#main-shame{
	width: 250px;
	background-color: transparent;

	float: right;

	font-size: 10px;
	position: absolute;
	margin-left: 711px;
	margin-top: -25px;
	padding-top: 5px;

	z-index: 1;
}


#main-shame:hover {
	cursor: pointer;
}

#main-shame-title{
	height: 40px;
	width: 247px;
	border-style: solid;
	border-width: 1px;
	border-color: white;

	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: bold;

	background-color: rgb(145, 0, 24);
}

#main-shame-title p{
	margin-top: 6px;
	color: white;
}

#main-shame ul{
	padding-left: 0px;
	margin-left: 20px;
	width: 0px;
}

#main-shame li{
	height: 30px;
	width: 210px;

	float: left;
	list-style: none;

	margin-left: 0px;
	margin-bottom: 35px;
}

#main-shame-content img{
	height: 57px;
	width: 52px;
	float: left;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}

#main-shame-content .text-box{
	margin-top: 15px;
	margin-left: 10px;
	float: left;
}

#main-shame-content .title{
	width: 140px;
	height: 10px;
	float: left;

	font-size: 12px;
	font-weight: bold;
	font-size: 10px;
}

#main-shame-content p{
	height: 30px;
	width: 140px;
	margin-top: 15px;
	color: #11496A;
	font-size: 10px;
}




