html {
	background-color: #3d9c8d;
	background-image: url(../images/layout/bg.jpg);
	background-attachment: fixed;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/scratches.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #184637;
	background-attachment: fixed;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 585px;
	position: relative;
}
#ornamenttop {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/indexornamenttop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainbox {
	height: 485px;
	width: 800px;
	position: absolute;
	background-image: url(../images/layout/mainbox.jpg);
	left: 100px;
}
#tent {
	background-image: url(../images/layout/tent.gif);
	background-repeat: no-repeat;
	width: 1000px;
	position: absolute;
	background-position: right 160px;
	height: 485px;
}
#branding {
	background-repeat: no-repeat;
	background-position: center top;
	height: 424px;
	width: 800px;
	position: absolute;
	left: 100px;
}
#branding h1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/indexjambalaya.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 161px;
}
#content_text {
	width: 350px;
	position: absolute;
	left: 100px;
}
#subsform {
	font-size: 11px;
	padding: 0px 0px 5px;
	line-height: 10px;
	width: 800px;
	background-color: #184637;
	position: absolute;
	left: 100px;
	top: 585px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #184637;
	color: #dbf5ed;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6FC7B7;
	margin: 0px;
}
#subsform form {
	margin: 0px;
	padding: 0px;
}
#subsform p {
	margin: 0px;
	padding: 6px 0px 2px;
}
#subsform .required {
	font-weight: bold;
	color: #98150c;
}
#subsform input {
	border: 1px solid #bdf5ed;
	height: 14px;
	font-size: 9px;
	background-color: #6FC7B7;
	margin: 0px;
	padding: 0px;
}
#subsform input#submit {
	height: 18px;
	width: 35px;
}
#subsform select {
	border: 1px solid #6FC7B7;
	height: 14px;
	font-size: 9px;
}

