﻿body 
{
	font-family:Arial;
	font-size:12px;
	color:#202020;
	background-color:White;
}

#photodisplay
{
	width:770px;
	height:auto;
	overflow:hidden;
	display:none;
	top:60px;
	left:50%;
	position:absolute;
	margin-left:-385px;
	padding:10px 0px 10px 0px;
	background-color:#dddddd;
	text-align:center;
	border:1px solid #303030;
}

#imagetext
{
	height:auto;
	overflow:hidden;
	position:absolute;
	bottom:20px;
	left:10px;
	width:730px;
	margin-left:10px;
	background-color:White;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#imagetext h2
{
	margin:0px;
	padding:0px;
}

#closeimg
{
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	overflow:hidden;
	background-image:url(../images/x.gif);
}

#pagecontainer
{
	width:850px;
	height:auto;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-425px;
	overflow:hidden;
}

.clicktobookdiv
{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

textarea
{
	font-family:Arial;
	font-size:12px;
}

img
{
	border:none;
}

p 
{
	margin:0px;
	padding:0px;
}

.sectiontable p
{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #aaaaaa;
}

.sectiontable img
{
	float:left;
	margin:0px 5px 5px 0px;
}

.sectiontable h1
{
	margin-bottom:8px;
}

#searchwords
{
	margin-top:10px;
	font-size:10px;
}

.divider
{
	height:1px;
	background-color:#cccccc;
}

h2
{
	color:#202020;
	font-size:16px;
}


#header
{
	width:850px;
	height:50px;
	overflow:hidden;
	background-image:url(../../images/header.jpg);
	margin-top:5px;
}

#footer
{
	width:850px;
	height:30px;
	overflow:hidden;
	text-align:center;
	background-image:url(../../images/footer.jpg);
	margin-top:10px;
}

#footer p
{
	margin:0px;
	padding-top:6px;
}

#topmenucontainer
{
	margin:32px 0px 0px 10px;
}

.topmenuitem
{
	float:left;
	margin-right:20px;
	color:White;
}

.topmenuitem a
{
	text-decoration:none;
	color:White;
}

.topmenuitem a:hover
{
	color: #7cb3dc;
}

a
{
	text-decoration:none;
	color:#202020;
}

a:hover
{
	color:#5090aa;
}

#footermenu
{
	margin:10px;
}

h1
{
	font-size:14px;
	margin:0px;
	color:#588b9e;
	margin-bottom:3px;
}

.content
{
	margin:10px;
	width:830px;
	height:auto;
	overflow:hidden;
}