html {
	margin:0;
	padding:0;
}

body {
	height:99%;
	width:99%;
	background-color: #ffffff;
}

div,p,form,ul {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a {
	cursor: pointer;
}

#wrap {
	position: absolute;
	left:50%;
	top:50%;
	width:620px;
	height:480px;
	margin-left:-310px;
	margin-top:-240px;
}

#leftpanel {
	position:absolute;
	top:40px;
	left:50px;
	width:257px;
	height:342px;
}

#leftpanel #title {
	width:188px;
	height:21px;
	margin-bottom:6px;
	float:right;
}


#rightpanel {
	position:absolute;
	top:110px;
	left:320px;
	width:257px;
	height:342px;
}

#rightpanel #title {
	float:right;
	width:120px;
	height:21px;
	margin-top:6px;
}

.content {
	width:620px;
	height:480px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.thumbswrapper {
	margin-top: 6px;
	width:194px;
	height:274px;
}

.thumbs {
	float:left;
	width:55px;
	height:47px;
	margin:0 9px 9px 0;
	background-color: #e6dbd2;
}

.full_image {
	position:relative;
	float:right;
	width:378px;
	height:454px;
}
.full_image .image {
	position:absolute;
	width:378px;
	height:454px;
	top:0;
	left:0;
	display: none;
}

.contactbox {
	float:right;
	width:370px;
	height:455px;
	margin-right:4px;
	background-image: url('images/contactbg.jpg');
}

.contactbox h1 {
	font: normal 24px/24px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#1b5d04;
	margin:14px 0 0 0;
}
.contactbox h2 {
	font: normal 23px/23px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#515688;
	margin:12px 0 0 0;
}
.contactbox p {
	font: normal 18px/18px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#515688;
	margin:2px 0 0 0;
}

.contactbox a {
	color:#515688;
	text-decoration: none;
}

.page_title {
	font: normal 24px/24px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#515688;
}

.title_block {
	position:relative;
	float:right;
	clear:right;
	width:378px;
	height:20px;
	margin: 6px 0 0 0;
}
.title_block div {
	position:absolute;
	text-align:right;
	top:0;
	left:0;
	width:378px;
	height:20px;
	font: normal 20px/20px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#1b5d04;
	margin: 0;
	display:none;
}

.navbutton {
	width:172px;
	margin:4px 0;
	padding:5px;
	background-color: #e6dbd2;
}

#tivolipictures_content .navbutton {
	background-color: #e1dfe7;
}


.navbutton a {
	font: normal 24px/24px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#2f3777;
}

a:hover {
	color:#EE0000;
}

