@charset "utf-8";
/* CSS Document */
#latestNews {
	position:absolute;
	right:10px;
	top:235px;
	width:330px;
	height:230px;
	z-index:2;
}
#lnHeading {
	position:absolute;
	background-color:#CCFF66;
	left:0px;
	top:20px;
	width:329px;
	height:29px;
	z-index:2;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	padding-top:6px;
	vertical-align:bottom;
}
#lnBody {
	position:absolute;
	left:0px;
	top:54px;
	width:326px;
	height:150px;
	border-style:dotted;
	border-width:thin;
	border-color:#6C9;
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-top:0px;
	!padding-top:6px;
	z-index:2;
}
#about {
	position:absolute;
	left:10px;
	top:0px;
	width:350px;
	height:350px;
	z-index:2;
	background-color:#FFF;
	border-style:dotted;
	border-width:thin;
	border-color:#C90;
	padding:6px;
}
#pictures {
	position:absolute;
	right:10px;
	top:0px;
	width:348px;
	height:244px;
	z-index:2;
	border-style:dotted;
	border-width:thin;
	border-color:#60C;
}
#picnum1 {
	position:absolute;
	right:64px;
	top:10px;
	width:15px;
	height:15px;
	z-index:3;
	border-style:solid;
	border-color:#000;
	border-width:thin;
	padding-bottom:2px;
	text-align:center;
}
#picnum2 {
	position:absolute;
	right:42px;
	top:10px;
	width:15px;
	height:15px;
	z-index:3;
	border-style:solid;
	border-color:#000;
	border-width:thin;
	padding-bottom:2px;
	text-align:center;
}
#picnum3 {
	position:absolute;
	right:20px;
	top:10px;
	width:15px;
	height:15px;
	z-index:3;
	border-style:solid;
	border-color:#000;
	border-width:thin;
	padding-bottom:2px;
	text-align:center;
}
#ordernow {
	position:absolute;
	left:245px;
	top:298px;
	width:193px;
	height:127px;
	z-index:3;
	text-decoration:none;
}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size:18px;
font-family:"Comic Sans MS", cursive;
text-align:center;
}
.rbcontent { margin: 0 7px;text-align:center;font-weight:bolder; }
.rbroundbox { width: 50%; margin: 1em auto; }

