body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #270761;
}

#top {
	background-image: url(images/top.gif);
	position: absolute;
	height: 50px;
	width: 100%;
	top: 0px;
	left: 0px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 4%;
	z-index: 1;
}

#bottom {
	background-image: url(images/bottom.gif);
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-position: right;
}

#address {
	position: absolute;
	bottom: 3px;
	left: 5px;
}

#contactinfo {
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 1;
	text-align:right;
}

#left {
	background-image: url(images/left.gif);
	position: absolute;
	height: 94%;
	width: 50px;
	top: 0px;
	left: 0px;
	background-position: bottom;

}

#right {
	background-image: url(images/right.gif);
	position: absolute;
	height: 94%;
	width: 50px;
	bottom: 0px;
	right: 0px;

}

#main {
	position: absolute;
	height: 70%;
	width: 70%;
	left: 46px;
	top: 107px;
	overflow: auto;
	padding-right:5px;
}

.boyback {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.boozeback {
	background-image: url(images/booze.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-right:10px;
}

#nav {
	position: absolute;
	width: 20%;
	right: 4%;
	top: 12%;
	text-align: center;
}

#leftdiv {
	position:absolute;
	margin-left: -109px;
	top: 50%;
	margin-top: -160px;	
	left: 20%;
	width: 198px;
	height: 299px;
	background-image: url(images/bubble.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}

#rightdiv {
	position:relative;
	top: 50%;
	margin-top: -160px;
	right: 20%;
	margin-right: -109px;
	width: 198px;
	height: 299px;
	background-image: url(images/bubble2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}

.floatleft {float:left;} 
.floatright {float:right; } 
.center {text-align: center;}
.right {text-align: right;}
.tiny {font-size: 0.8em;}
.bold {font-weight: bold;}
.underline {	text-decoration: underline;}
.italic {font-style:italic;}
img {border: 0px;}
a:link {	color: #270761;}
a:visited {	color: #270761;}
a:hover {	color: #98389E;}
.imgmid {vertical-align:super;}
p {
	margin: 0px;
	text-align:justify;
}
.imgborder {
	border: 1px solid #9D245D;
}
.mright {
	margin-right: 3px;
}
.mleft {
	margin-left: 3px;
}
td {
	border: 1px solid #9D245D;
	padding: 5px;
}
.tableheader {
	background-color:#98389E;
}
.wide {
	width:97.5%;
	margin-left: 1px;
}
table {
	border-collapse:collapse;
}
