html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: red;
	color: #333333;
	font-size: 12px;
	font-family: Verdana;
	background-color: #cedece;
}
div#wrapper {
	width: 800px;
	margin: auto;
}
div#content {
	float: left;
	margin-top: 100px;
	width: 630px;
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 45px;
	padding-right: 70px;
	z-index: 3;
	position: relative;
}
div#main {
	border: 1px solid #888888;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(../images/transparency75.png);
}

div#main table{
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #cedece;
	border-collapse: collapse;
}

div#main table td{
	border-width: 1px;
	padding-right: 4px;
	padding-left: 4px;
	border-style: solid;
	border-color: #cedece;
}

div#main form {
	border-width: 1px;
	border-style: solid;
	border-color: #cedece;
	background-image: url(../images/transparency50.png);
}

div#news {
        font-weight: bold;
}
div.date{
        font-weight: normal;
        font-size: 9px;
}

div#main form table{
	border-width: 0px;
}

div#main form table td{
	border-width: 0px;
}

div#main table th{
	border-width: 1px;
	padding-right: 4px;
	padding-left: 4px;
	border-style: solid;
	border-color: #cedece;
}

div.google_map{
        margin-bottom:10px;
        clear: none;
        float: right;
}
div.hotel{
        clear: right;
}
div.hoteltext{
    width: 250px;
    clear: none;
    float:left;
}

div#google_maps p{
        clear:none;
}

div#map_bottom{
        clear:both;
}

div#logo {
	position: absolute;
	top: -100px;
	right: -30px;
	height: 190px;
	width: 319px;
	background-image: url(../images/jotlogo.png);
	float: right;
	z-index: -5;
}
div#menu {
	padding-top: 10px;
	float: left;
	width: 200px;
	position: absolute;
	left: -100px;
}
div#menu ul li a {
	display: block;
	text-align: right;
	margin-right: 20px;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	font-weight: normal;
}
div#menu ul li {
	display: block;
	margin-top: 10px;
	
}
div#menu ul li ul li:hover {
	text-decoration: underline;
}
div#menu ul li ul {
	display: block;
	margin-right: 15px;
}
div#menu ul li ul li a{
	font-size: 10px;
	margin-top: 0px;
}
div#menu ul li ul li{
	margin-top: 0px;
}
div#bottom {
	float: right;
	clear: both;
	margin-top: 10px;
	padding-right: 80px;
	font-size: 9px;
	color: #333333;
	text-align: right;
}
div#bottom a{
	color: #333333;
	font-weight: normal;
}
div#bottom a:hover{
	text-decoration: underline;
}
div.pics {
	text-align: center;
	padding: 10px;
}
div.pics img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	max-width: 600px;
}
div.pics object {
	border: 1px solid black;
}
div.picscomment {
	text-align: right;
	font-size: 9px;
}
div.picscomment p {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
div.picscomment form {
	display: none;
	margin: 0px;
	padding: 0px;
}
div.picscomment form input {
	font-size: 9px;
	border: 1px solid #333333;
	height: 12px;
}
div.picscomment form input#submit {
	height: 16px;
	background-color: #66ff00;
}
div.picscomment a.addbutton {
	height: 16px;
	display: block;
}
h1 {
	color:#66B38D;
	font-size: 16px;
}
h2 {
	color: #66B38D;
	font-size: 14px;
	font-style: italic;
}
h3{
        color: #66B38D;
        font-size: 12px;
        font-weight: bold;
}
a {
	font-weight: bold;
	color: #66B38D;
	text-decoration: none;
}
strong{
	font-weight: bold;
}