html {background-color:black; }

body {
	width:800px;
	margin-left:auto;	margin-right:auto;
	background-color:#eeb;
	position:relative;
}

/* banner boxes */

#banner {
	margin:20px 0 0 0; padding:0;
	width:800px; height:120px;
	background:black;
}

#content {
	width:800px; height:450px;
	margin:0; padding:0;
	background:white;
	border:0px solid black;
	font:14px verdana, sans-serif;
}

#box1, #box2, #box3, #box4, #box5 {
	float:left;
	margin:0; padding:0;
	width:150px; height:100px;
	font:22px "arial rounded MT bold", sans-serif;
}

#banner a {text-decoration:none; color:white;}

#box1 img, #box2 img, #box3 img, #box4 img, #box5 img {
	position:relative; border:0px solid gold; z-index:77;
}
#box1 img {top: -10px; }
#box2 img {top: -16px; }
#box3 img {top: -24px; }
#box4 img {top: -62px; }
#box5 img {top: -66px; }

#box1 p, #box2 p, #box3 p, #box4 p, #box5 p {
	position:relative; 	margin:0; padding:0; z-index:99;
}
#box1 p {text-align:left; top: 35px;  left:65px; }
#box2 p {text-align:right;top: 26px; right:26px; line-height:16px;}
#box3 p {text-align:right;top: -5px; right:50px; line-height:20px;}
#box4 p {text-align:right;top: 20px; right: 5px; }
#box5 p {                 top: 30px;  left:68px; }

.smalltext {font-size:.6em;}
big {font-weight:bold; font-size:2em;}

.herringe, .design {
  	margin:0; padding:0;
		font:26px "arial rounded MT bold", sans-serif;
}
.herringe {
	font-size:36px; text-transform:uppercase;
	}
.design {
	font-style:oblique;
	}

#slot1, #slot2, #slot3 {
	float:left; height:400px;
	margin:0; padding:0;
	background-color:white;
}
#slot1 {vertical-align:bottom; }
#slot2 {background-color:#f7edd2; }


h2 {
	font:bold 14px arial, sans-serif;
}
a {color:red}

div#footer {
	clear:left;
	background-color:black;
	font:10px arial; color:#666;
}
