/* 
CSS 
Author: 101 Web Technology
Created: 8 November 2004
*/

body {
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}

#logo {
	position: absolute;
	top: 30px;
	left: 20px;
}

#foodPics {
	position: absolute;
	top: 30px;
	right: 10px;
}

#main {
	position: absolute;
	top: 135px;
	width: 100%;
	z-index: 10px;
}

#nav {
	background-image:  url("http://www.onthepier.com.au/images/nav_bg.gif");
	background-repeat: repeat-y;
	width: 320px;
	vertical-align: top;
}
#content {
	border-width: 5px 5px 5px 0px;
	border-style: solid;
	border-color: #B99BCC;
	vertical-align: top;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	z-index: 10;
}

#btmSection {
	height: 50px;
	background-color: #858282;
	text-align: right;
	color: #FFFFFF;
}

.btmInfo {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 8px 5px 5px 5px;
	font-size: 8pt;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
}
.copyright {
	font-size: 9px;
	color: #666666;
}

hr {
	height: 0.5px;
	width: 75%;
}

.form {
	COLOR: #071D6A;
	BACKGROUND-COLOR: #FBF2FD;
	border: 1px solid #BD7AD7;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6B6B6B;
	border: 1px solid #BD7AD7;
	background-color: #FBF2FD;
	height: 20px;
	margin-top: 2px;
}

.formHeadings {
	font-weight: bold;

}



