body {
	background-color: #CDD3CD;
	margin: 0;
}

#wrapper {
	position: relative;
	background-image:url(../_images/background_dec04.gif);
	background-repeat:repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height: 625px;
	border: 2px solid #000;
}
#navigation {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 150px;
	margin: 5px;
	display: inline;
}
#content {
	position:absolute;
	top: 0px;
	left: 165px;
	width: 530px;
	display: inline;
}
#contentBackground {
	position:relative;
	top: 0px;
	left: 165px;
	width: 530px;
	height: 410px;
}
#rightColumn {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 160px;
	background-image:url(../_images/black_ruffle2.gif);
	background-repeat:repeat-y;
	height: 410px;
}
#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align:center;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#navigation div a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation div {
	margin-top: 8px;
	text-indent: -11px;
	margin-left: 12px;
}
#navigation div a img{
	visibility: hidden;
	border-width: 0px;
}
#navigation div a:hover img{
	visibility: visible;
}
#logo {
	position: absolute;
	top: 430px;
	left: 15px;
	z-index: 5;
}
#contact {
	position: absolute;
	top: 500px;
	left: 220px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
}
* html #contact {
	top: 480px;
}
#contact div a {
	font-weight: normal;
	color: #33CCFF;
}
#horzWhiteLine {
	position: absolute;
	top: 409px;
	left: 165px;
}
* html #horzWhiteLine {
	top:397px;
}
#vertWhiteLine {
	position: absolute;
	top: 0px;
	left: 163px;
}
#grillfish {
	position: absolute;
	top: 485px;
	left: 30px;
}
#callout{
	position: absolute;
	top: 10px;
	right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	text-align: right;
}
.calloutAlign {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#callout p a {
	font-weight: normal;
	color: #33CCFF;
}


.signupWrapper{
	width:960px;
	height:800px;
	margin:0 auto;
	text-align:center;
}
#signupBody{
	text-align:center;
}
.signupContent{
	width:133px;
	height:130px;
	position:absolute;
	z-index:999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	top:280px;
	left:-162px;
	padding:5px 10px;
	border:1px solid #fff;
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f1e767 0%,#feb645 100%); /* W3C */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.signupContent p{
	margin:0px;
}
.signupContent a:link, .signupContent a:visited{
	color:#990000;
	float:right;
	margin-right:30px;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
}
.signupContent a:hover{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.formWrap{
	width:400px;
	height:200px;
	margin:100px auto 20px auto;
	background:#f6f6f6;
	padding-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #666666;
	color:#666666;
}
input{
	margin-left:5px;
}

#submitButton{
	margin:10px 70px 0px 0px;
}
.logoWrap{
	width:600px;
	height:50px;
	margin:20px auto;
}
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#990000;
	text-align:center;
	margin:0px;
}
h10{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin-left:50px;
}
hr{color:#990000;}

.backBTN:link, .backBTN:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	margin-top:20px;
}
.backBTN:hover{
	color:#fff;
}

.confirmWrap{
	width:500px;
	height:200px;
	margin:0 auto;
	background-color:#f6f6f6;
	border:2px solid #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:10px;
	margin-bottom:20px;
}

