html {
	background-color: #B0B6AF;
	background-image: url(../images/gradient.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #393939;
}

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	line-height: 15px;
	font-size: 10px;
	font-weight:normal;
}

p {
	line-height: 15px;
}

form {
	margin: 0px !important;
	padding: 0px !important;
}

.spacer {
	clear: both;
}

#page_container {
	width: 550px;
	margin: 29px auto 29px auto;
	padding: 0px 0px 0px 0px;
}

#navigation {
	width: 550px;
	height: 21px;
	background-image: url(../images/nav_background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right !important;
	
	position: absolute;
	top: 676px;
}


.buttons {
	padding: 0px !important;
	margin: 0px !important;
}
.address {
	float: left;
	text-align: left;
}

.credit {
	float: right;
}

.footer {
	float:left;
	display:block;
	position:relative;
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:550px;
	font-size:10px;
	color: #393939;
}

.footer a {
	font-size:10px;
	color: #393939;
	text-decoration:none;
}

.footer a:hover {
	color: #393939;
}

.vcard {
	float:left;
	display:block;
	position:relative;
	align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:550px;
	font-size:10px;
	color: #393939;
}

.vcard a {
	font-size:10px;
	color: #393939;
	text-decoration:none;
}

.credit a {
	color: #393939;
	text-decoration: none;
}

.credit a:hover {
	color: #000000;
}

#flash_container_home {
	border-bottom: 2px solid #C6FF00;
	width: 550px;
	height: 464px;
}

#flash_container {
	border-bottom: 2px solid #C6FF00;
	width: 550px;
	height: 353px;
}

#banner_container {
	border-bottom: 2px solid #C6FF00;
	width: 550px;
	height: 54px;
}

#caption {
	font-size: 10px;
	color: #B0B6AF;
	background-color: #7D827C;
	padding: 7px 11px 5px 11px;
}

#thumbs_container {
	height: 90px;
	overflow: auto;
	white-space: nowrap;
	width: 550px;
}

#thumbs_container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#thumbs_container ul li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

.field_text {
	border: 0px;
	background-color: #BFD818;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #393939;
	width: 270px;
	height: 9px;
	padding: 9px;
}


.field_textarea {
	border: 0px;
	background-color: #BFD818;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000 !important;
	width: 270px;
	height: 120px;
	padding: 9px;
}

.field_button {
	border: 0px;
	background-color: transparent;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #393939;
}

.field_button_over {
	border: 0px;
	background-color: transparent;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
	cursor: pointer;
}

.compact {
	line-height: 30px;
}