/* @override http://mirage:8888/css/miragemain.css */

html{
	background: #281917 url(../images/Mirage-Chop-Master_03.jpg) repeat-x;
	
}
a{
	color: #BBB4B3;
}
#outer{
	width: 1000px;
	margin: 0 auto;
}
.wrapper {
	width: 885px;
	height: 350px;
	margin: 0 auto;
	padding: 35px 0 0;
}
#headarea {
	float: left;
	width: 100%;
	background: url(../images/bkgnd-fineline.gif) repeat-x 0 bottom;
}
#facebook, #logo{
	float: left;
	width:  335px;
}
#facebook a{
	display: block;
}
#nav, #content{
	float: left;
	width: 550px;
}
#nav ul, #nav li{
	float: left;
}
#nav li a{
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	line-height: 63px;
	font-weight: normal;
	font-style: normal;
	display: block;
	border-bottom: 1px solid #5a4a47;
}
#nav li a:hover, #nav li a.current{
	color: #CEB69B;
	border-bottom: 1px solid #CEB69B;
}
#middle{
	float: left;
	width: 100%;
	height: 185px;
	overflow: hidden;
	padding: 30px 0 0;
	
}
#logo{
	clear: both;
	/*height: 200px;*/
}
#content p{
	margin: 0 0 10px 0;
	color: #DDCCB9;
}
#content p a{
	text-decoration: underline;
	color: #CEB69B;
}
#fauxfoot{
	float: left;
	position: relative;
	width: 100%;
	/*padding: 0 0 10px;*/
	background: url(../images/bkgnd-fineline.gif) repeat-x 0 bottom;
}
#fauxfoot p{
	width: 277px;
	background: url(../images/bkgnd-fineline.gif) repeat-x 0 top;
	padding: 10px 0;
}
#footer{
	
	margin: 10px auto;
	width: 885px;
	color: #837775;
}
#details{
	float: left;
	padding-left: 335px;
	font-size: 11px;
}
#details a{
	font-size: 11px;
}

#alert{
	position: absolute;
	top:  0;
	left: 0;
}


