/*******************************************************************************************************

	darkrhino.css

********************************************************************************************************/
@import "typography.css";

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 1; 
    clear: both;
    visibility: hidden;
}
html{
	height: 100%;
	background: #999 url('/img/common/bg_gradient.gif') repeat-x;
}
body{
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	background: #999 url('/img/common/bg_gradient.gif') repeat-x;
	background: #000;
}
div#wrapper{
	width: 740px;
	height: 100%;
	margin: 0 auto;
	background: #000;
}
div#wrapper-outer{
	width: 740px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: -10px;
	background: #000;
}
div#header{
	float: left;
	width: 740px;
	height: 90px;
	padding: 10px 0;
}
ul#nav{
	float: left;
	position: relative;
	width: 740px;
	height: 38px;
	background: #636363;
}
div#main,
div#ordering{
	float: left;
	position: relative;
	width: 740px;
	padding-top: 20px;
}
div#footer{
	float: left;
	clear: both;
	width: 700px;
	padding: 10px;
	background: url('/img/common/bg_footer.gif') no-repeat 635px 12px;
}

/*	Page-specific layout	*/

#home div#main{
	top: 0;
	height: 400px;
	background: url('/img/home/bg_home.jpg') no-repeat 410px 50px ;
}