@charset "UTF-8";

div#header {
	position:absolute;
	top:0px;
	width:100%;
	height:100px;
}

div#main {
	position:relative;
	margin-top:140px;
	left:2%;
	width:82%;
	min-height:400px;
}

div#navigation {
	position:absolute;
	top:215px;
	right:2%;
	width:14%;
}

div#specials {
	margin-right:55px;
	margin-top:15px;
}

.inset {
	width:35%;
	float:right;
}

div#footer {
	position:relative;
	margin-top:15px;
	margin-bottom:7px;
}

