/* 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_back.gif) no-repeat;
}

#logo {
	width: 288px;
	height: 241px;
	float: right;
	margin: 0;
}

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

#nav {
	width: 268px;
	height: 250px;
	margin: 30px 0 0 0;
	float: right;
	display: inline;
}

#text {
	width: 500px;
	height: 150px;
	margin: 180px 0 0 75px;
	float: left;
	display: inline;
}


#footerwrap {
	width: 100%;
	margin: 50px 0 0 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;
}

/** 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;
}

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

/** 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 **/

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

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