/*@import url('reset.css');*/
body {
	text-align:center;
	background:#000000;
}
html, body {
	min-height: 100%;
	#height: auto;
	height: 100%;
}

#page{
	position:relative;
	width:1000px;
	margin: auto;
	background:#000000;
	font-family:Arial;
	color:#FFFFFF;
	text-align:left;
}
#page a{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	outline:none;
}	
#page a:hover{
	color:rgb(236,240,57);
	border:none;
	outline:none;	
}

#wrap {
	min-height: 100%;
}

#stick {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
} 


#foot{
	width:1000px;
	height:300px;
	margin: auto;
	background:url('../images/city.jpg') no-repeat;
	font-family:Arial;
	color:#FFFFFF;
	text-align:left;
}
#foot a{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	outline:none;
}	
#foot a:hover{
	color:rgb(236,240,57);
	border:none;
	outline:none;	
}


#header{
	width:1000px;
	height:101px;
}

#header .right {
	position:relative;
	top:60px;
	right:60px;
	float:right;
	width:485px;
	padding: 0;
}
#header .logo_link {
	position:relative;
	top:1px;
	right:1px;
	float:left;
	width:240px;
	height:80px;
}

.nav_y{
	position:relative;
	left:-4px;
	top:-14px;
}

.nav_y_r{
	position:relative;
	left:1px;
	top:-14px;

}

#menu{
	padding-top:18px;
	height:29px;
	
}
#menu ul{
	right:1px;
 	list-style: none;
	background:inherit;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	text-align:right;
	font-size: 13px;
	font-style:italic;
	color:rgb(170,170,170);
}

#menu a{
	text-decoration:none;
	color:rgb(170,170,170);
	font-style:italic;

}
#menu a:hover{
	color:rgb(236,240,57);
	font-style:italic;

}

#menu .left_spacer{
	width: 58px;
}

#menu .spacer{
	width: 41px;
}
#menu .current {
	color:rgb(236,240,57);
	font-style:italic;

}
#menu .current a{
	color:rgb(236,240,57);
	font-style:italic;
}

.v_space1{
	height:28px;
}
.v_space2{
	height:12px;
	border-style:solid;
	border-color:#FF0066;
	border-width:1px;

}




.copyright{
	position:relative;
	top:280px;
	left:30px;
	font-size:11px;
	color:#FFFFFF;
}

.spacer{
	width:15px;
}

.social_images{
	padding-top:6px;
	float:left;
	width:30px;
}

.social_images2{
	padding-top:6px;
	float:left;
	width:34px;
}


.clear {
	clear: both;
}

.silentauctionLink a{text-indent:-9999999px;width:135px;height:22px;background:url('../images/silent_auction.png') 0 0 no-repeat;display:block;margin-right:21px;margin-top:-2px;}
.silentauctionLink a:hover{background-position:0 -22px;}

