/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #dac3a5 url(../images/bg.jpg) repeat;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #000;
}

/** MAIN STRUCTURAL DIV STYLES **/

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: url(../images/octopus_back2.gif) no-repeat top right;
}

#logo {
	width: 260px;
	height: 185px;
	float: right;
	margin: 0;
}

#content {
	width: 850px;
	margin: 0;
	clear: both;
}

#nav {
	width: 240px;
	margin: 30px 0 0 0;
	float: right;
	display: inline;
}

#text, #text2 {
	width: 430px;
	margin: 0 0 0 80px;
	float: left;
	display: inline;
}

#text2 {
	width: 500px;
	margin: 0 0 0 80px;
}


#footerwrap {
	width: 100%;
	margin: 50px 0 50px 0;
	background: url(../images/footer_bg.jpg) repeat-x;
}

#footer {
	width: 850px;
	height: 56px;
	margin: 0 auto;
}

#footerleft {
	width: 200px;
	float: left; display: inline;
	padding: 10px 0 0 0;
	margin: 0 0 0 75px;
}

#footerright {
	width: 450px;
	float: right; display:inline;
	padding: 10px;
	margin: 0;
	text-align: right;
}

.clear {
	clear: both;
	height: 25px;
}

.presslisting {
	margin: 0 0 25px 0;
	clear: both;
}

#form {
	width: 240px;
	text-align: right;
	margin: 25px 0;
}

/** Sign up Form **/
.link,
.signupframe {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	text-decoration: none;
}

.signupframe {
	border: none;
	margin: 7px 0 0 0;
}

input {
	background: #ccb395;
	border: 1px solid #000;
	color: #33271a;
	height: 16px;
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	padding-top: 4px;
}

.submitbtn {
	background: url(../images/signup.gif) no-repeat;
	font-size: .09em;
	color: #000;
	height: 20px;
	width: 65px;
	border: none;
}

td {
	font-size: .75em;
}



/** Link Styles **/

a {
	color: #a00303;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a.menu {
	color: #a00303;
	text-decoration: none;
}

a.menu:hover {
	background: #000;
	color: #fff;
}




/** FONT STYLES **/


h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 30px 0 20px 0;
}

h3 {
	font-size: 1em;
	margin: 0 0 3px 0;
}

p {
	font-size: .85em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

p.menu {
	margin: 0;
}

p.copyright {
	text-align: right;
	padding-right: 30px
}

p.drinks {
	margin: 8px 0 0 0;
	line-height: 1.2em;
}

#footer p {
	font-size: .75em;
}

/** addtional styles **/

img {
	border: 0;
}

img.line {
	margin: 5px 0 20px 0;
}

.price {
	display: inline;
	margin: 0 0 0 20px;
}

.small {
	font-size: 0.78em;
}

/** Images **/

.floatleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.pressphoto {
	float: left;
	margin: 0 15px 15px 0;
}

.pressphoto2 {
	float: right;
	margin: 0 0 15px 15px;
}
