body {
	background-image: url(../images/BodyBg.gif);
	background-repeat: repeat;
	background-color:#544636;
	margin: 10px;
}

table, div, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
}

td {
	vertical-align: top;

}

a {
	color: #ffffff;
	text-decoration: underline;

}

#headerbg {
	background-image:  url(../images/HeaderBg.gif);
	background-repeat: repeat-x;
}

td#main {
	width: 522px;
	height: 284px;
	margin-top: 0px;
	background-image:  url(../images/BgBody.gif);
	background-repeat: repeat-x;
	background-color: #5C4E3E;
}
td#right {
	width: 239px;
	background-image:  url(../images/BgBodyLeft.gif);
	background-repeat: repeat-x;
	background-color: #4D4031;
}

td#top_border {
	vertical-align: bottom;
}

td#footer {
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

div.copy, div.copy_centered {
	padding: 10px 10px 10px 20px;
}

div.copy_centered {
	text-align: center;
}

div.design_button {
	width: 490px;
	height: 43px;
	margin-bottom: 15px;
}

img#right_header {
	margin-top: 31px;
}

ul {
	list-style-image: url('../images/Bullet.gif');
}

li {
	margin-top: 3px;
	margin-left: -10px;
}

ul.footer_links {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	float: right;
}

ul.footer_links li {
	margin-top: 0px;
	display: inline;
	padding: 0px 0px 0px 40px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	color: #463A2C;
	margin: 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #463A2C;
	margin: 0;
}

h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

td#footer a {
	color: #ffffff;
	text-decoration: none;
}

td#footer a:hover {
	text-decoration: underline;
}

td.privacy {
	text-align: right;
	height: 30px;
	vertical-align: bottom;
	padding-right: 20px;
}

td.privacy a {
	text-decoration: none;
}

td.privacy a:hover {
	text-decoration: underline;
}
/* Form */

input.form , textarea.form, select.form {
	padding-left: 5px;
	margin-left: 10px;
	width: 200px;
	border: 1px solid #5F5141;
	color: #000000;
	background-color: #D6CBAF;
}

select.form {
	width: 60px;
}

input.form_button {
	margin-left: 10px;
}

textarea {
	height: 60px;
}

p.error_message {
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 10px;
}

/* POPUP SECTIONS */

body.lighting_popup {
	background-image: none;
	background-color: #4E4132;
}

td.lighting_header {
	font-size: 16px;
	font-weight: bold;
}