@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	padding: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
}
h2 {
	font-size: 16px;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 10px;
	color: #999999;
}


p {
	padding: 10px 0;
}
a, a:visited {
	color: #CC9900;
}
a:hover {
	color: #990000;
}
#wrapper {
	margin: 0 auto;
	width: 730px;
	height: auto;
}
#header {
	height: 395px;
	background-image: url(/assets/web/header.jpg);
	background-repeat: no-repeat;
	padding-top: 67px;
}
#smallheader {
	height: 395px;
	background-image: url(/assets/web/header.jpg);
	background-repeat: no-repeat;
	padding-top: 67px;
}
#menu, #topmenu {
	list-style-image: url(/assets/web/bullet.jpg);
	padding-left: 20px;
	float: left;
	text-align: left;
	display: block;
	height: 650px;
	width: 180px;
}
#menu li{
	border-bottom:dotted 1px #8F8F8F;
	background-color:#DFDFDF;
	margin-bottom:8px;
	margin-left: 20px;
	padding-left:2px;
	width: 150px;
}
#menu a, #topmenu a {
	text-decoration: none;
	color: #000000;
}
#menu a:hover, #topmenu a:hover{
	color:#888;
}
#menu {
	margin-top: 10px;
}
#submenu {
	margin-top: 10px;
	width: 505px;
	float: right;
	text-align: center;
}
#submenu a {
	margin: 0 10px;
	font-size: 16px;
}

#topmenu {
	background-image:url(/assets/web/menu.jpg);
	background-repeat: no-repeat;	
	padding: 3px 25px;
	float: none;
	width: 700px;
	height: 35px;
}

#topmenu li{
	list-style: none;
	float: left;
	text-align: center;
	padding: 0 20px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

#topmenu .thin {
	width: auto;
	margin: 0 12px;
}
#right_column {
	width: 170px;
	float:right;
	margin-right: -190px;
	height: 600px;
	border: 1px solid #000000;
	text-align: left;
}



#content {
	padding-left: 10px;
	float: right;
	width: 500px;
	border-left: dotted 1px #CC9900;
	border-top: dotted 1px #CC9900;
	margin-top: 10px;
	padding-top: 10px;
}
#content a, #content a:visited {
	color: #990000;
}
#content a:hover {
	color: #CC9900
}

#footer{
	border-top: dotted 1px #CC9900;
	text-align:center;
	margin-top:8px;
	padding:4px 0;
	float: left;
	width: 730px;
	height: 30px;
	bottom: 0px;
}
#calendar p {
	font-size: 11px;
	padding-top: 0;
}
#print {
	margin: 0 auto;
	width: 600px;
}


.infoBox {
	border-top: 1px dotted #CC9900;
	border-bottom: 1px dotted #CC9900;
	color: #996600;
	margin: 5px 0;
	padding: 5px 0;
}

.right {
	text-align: right;
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.missing {
	border: 2px dashed #FF6600;
	margin: 5px 0;
	padding: 5px;
	background-color: #FFB98A;
}
.star {
	color: #FF0000;
}

.missing h2 {
	color: #FF0000;
}


.timestamp {
	margin-top: 30px;
	font-size: 10px;
	color: #999999;
}
.atoz {
	font-size: 10px;
}
.atoz h3{
	font-size: 12px;
}
.atoz ul{
	padding: 0 20px;
	color: #666666;
}



.error {
	color: red;
}
.error li {
	list-style: none;
}

.message {
	color: blue;
}

.thumbnail {
	max-height: 100px;
	max-width: 150px;
}
/*
table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid white;
}


table td {
	padding: 2px 10px;
	background-color: #FFFCCF;
	border-bottom: 1px dotted #C90;
	margin: 0;
}*/

.guestbook_item {
	width: 490px;
	border-bottom: 1px dashed #CC9900;
	margin: 20px 0;
	padding-bottom: 5px;
}

.guestbook_item .title {
	background-image: url(/assets/web/guestbook_title.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 5px;
	text-indent: 20px;
}

.guestbook_name {
	color: #8F8F8F;
	font-size: 10px;
	float: right;
	width: 150px;
	margin-top: 0;
	text-align: right;
}
.guestbook_item p {
	padding: 5px;
}

/*-------------------------------------CSS FORM ----------------------------------*/

.medium_form {
	width: 500px;
}

.medium_form label {
	width: 150px;
	height: 24px;
	float: left;
	text-align: right;
	display: block
}


.medium_form input {
	float: left
}

.slideshow_image {
	max-width: 500px;
}


.menu_count {
        /*margin-right: -20px;
        width: 20px;
        display: block;*/
        text-align: left;
        font-size: 10px;
}

.css_form_input {
	width: 230px;
}

label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.third_box {
	width: 150px;
	display: block;
	float: left;
}
.half_box {
	width: 250px;
	display: block;
	float: left;
}
