@charset "UTF-8";
/* CSS Document */

.header {
background-image: url(images/dantes_header.gif);
width: 1000px;
height: 200px;
position: relative;
left: 50%;
margin-left: -500px;
repeat: no-repeat;
background-repeat:no-repeat;
}

.navigation {
width: 1000px;
height: 35px;
position: relative;
left: 50%;
margin-left: -500px;
}

.menubuttonabout {
background-image: url(images/menubar_brick.gif);
width: 194px;
height: 47px;
top: 215px;			
float: left;
margin-left: 5px;
}

.menubuttonmenu {
background-image: url(images/menubar_brick.gif);
width: 194px;
height: 47px;
top: 215px;			
float: left;
margin-left: 5px;
}

.menubuttonorder {
background-image: url(images/menubar_brick.gif);
width: 194px;
height: 47px;
top: 215px;			
float: left;
margin-left: 5px;
}

.menubuttondirections {
background-image: url(images/menubar_brick.gif);
width: 194px;
height: 47px;
top: 215px;			
float: left;
margin-left: 5px;
}

.menubuttonlinks {
background-image: url(images/menubar_brick.gif);
width: 194px;
height: 47px;
top: 215px;			
float: left;
margin-left: 5px;
}

.content {
width: 1000px;
height: 400px;
position: relative;
left: 50%;
margin-left: -500px;
}

.size {
width: 290px;
height: 500px;
background-color:#FCBF10;
margin-left: 0px;
float:left;
}

.sizetitle {
margin-top: 0px;
position: absolute;
}

.size1 {
font: 14px "Footlight MT Light", Impact, monospace;
text-align:center;
margin-left: 125px;
margin-top: 10px;
float:left;
z-index: 99;
position: absolute;
}

.topping {
width: 690px;
height: 500px;
background-color:#FCBF10;
float: right;
position: relative;
}

.toppingtitle {
margin-top: 0px;
position: absolute;
}

.toppinglist1 {
font: 18px "Footlight MT Light", Impact, monospace;
position: absolute;
margin-top: 55px;
margin-left: 80px;
}
	
.toppinglist2 {
font: 18px "Footlight MT Light", Impact, monospace;
position: absolute;
margin-top: 55px;
margin-left: 250px;
}
	
/*.toppinglist3 {
font: 18px "Footlight MT Light", Impact, monospace;
position: absolute;
margin-top: 75px;
margin-left: 480px;
}*/

.contactinfo {
	font: 14px "Footlight MT Light", Impact, monospace;
	position: absolute;
	margin-top: 75px;
	margin-left: 380px;
	left: -8px;
	top: -26px;
}

.rotate {
margin-top: 300px;
margin-left: 75px;
}

.footer {
background-image: url(images/dantes_footer.gif);
width: 1000px;
height: 200px;
position: absolute;
left: 50%;
margin-left: -500px;
repeat: no-repeat;
background-repeat:no-repeat;
z-index: 10;
}
 
.text_box {
display: block;
float: left;
}
