/* Baeron CSS Document */

body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #663333;
	color: #FFFFCC;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #FFFFCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}


.header {
	width: 700px;
	border: none;
	text-align: center;
}

.interface_mid {
	border: none;
	background-image: url(../images/interface_mid.gif);
	text-align: center;
	vertical-align: top;
	background-repeat: repeat-y;
	width: 700px;
}

.interface_top {
	height: 10px;
	border: none;
	background-image: url(../images/interface_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 700px;
}

.interface_bottom {
	height: 22px;
	border: none;
	background-image: url(../images/interface_bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 700px;
}

.interface_menu {
	height: 25px;
	border: none;
	background-image: url(../images/interface_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	width: 700px;
}

.tbl_interface_mid {
	border: none;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.tbl_content_images {
	width: 100%;
	border: none;
}

.tbl_content_images_cell {
	height: 110px;
	border: none;
	width: 200px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
}

.tbl_content_text {
	border: none;
	width: 100%;
	vertical-align: top;
}

.tbl_content_text_cell {
	width: 500px;
	text-align: center;
}

.tbl_content_gallery {
	border: none;
	text-align: center;
	vertical-align: top;
	width: 490px;
	font-size: 14px;
}


.tbl_content {
	width: 100%;
	border: none;
	padding: 10px;
}

.tbl_content_right {
	text-align: right;
	vertical-align: middle;
}

.tbl_menu {
	width: 100%;
	border: none;
	text-align: center;
	vertical-align: middle;
}

.tbl_menu_cell {
	width: 97px;
	padding-top: 1px;
}

.button {
	width: 65px;
}

.tbl_form {
	text-align: right;
	width: 460px;
	border: none;
}

.textfield {
	border: 1px solid #BAA58A;
	width: 250px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 12px;
	padding-left: 2px;
}

.textarea {
	border: 1px solid #BAA58A;
	width: 250px;
	height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 12px;
	padding-left: 2px;
}

.text_small {
	font-size: 10px;
}

.footer {
	font-size: 10px;
	color: #BAA58A;
	text-align: center;
}

.footer a:link {
	text-decoration: none;
	color: #BAA58A;
}
.footer a:visited {
	text-decoration: none;
	color: #BAA58A;
}
.footer a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
.footer a:active {
	text-decoration: none;
	color: #BAA58A;
}

