body
{
background-color: #ffffff;
}
a, a:link, a:visited
{
color: #808ca6;
text-decoration: none;
}
a:hover
{
color: #717e18;
text-decoration: underline;
}
input, textarea
{
font-family: Tahoma;
font-size: 11px;
color: #5a5a5a;

}
.pageblock
{
top: 20px;
background-color: #ffffff;
padding: 15px;
width: 720px;
margin-right: auto;
margin-left: auto;
font-family: Tahoma;
font-size: 11px;
color: #5a5a5a;
background-color:#ffffff;

}
.header
{
	margin: 0px auto;
	width: 720px; 
	height: 204px;
	background-repeat: no-repeat;
	/** background-image:url('../header.jpg'); **/
	text-align: center;
	
}
.nav
{
background-color: #ecebeb;
height: 20px;
padding: 10px;
margin-top: 5px;
text-transform: uppercase;
font-family: 'Century Gothic', Tahoma, Arial;
font-size: 12px;
color: #2e2e2e;

}
.nav ul
{
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: right;
}
.nav li
{
display: inline;
padding: 10px 4px 10px 4px; 
margin: 0px;
height: 20px;
		
}
.nav a, .nav a:visited, .nav a:link
{
color: #2e2e2e;
text-decoration: none;
}

.nav a:hover
{
background-color: #f8f8f8;
color: #5f828e;
height: 100%;
}

.nav li:hover
{
background-color: #f8f8f8;
color: #5f828e;
border-right: 0px solid #b6c35b;
}

.subnav
{
background-color: none;
height: 15px;
padding: 5px;
margin-right: 20px;
margin-top: 3px;
text-transform: uppercase;
font-family: 'Century Gothic', Tahoma, Arial;
font-size: 10px;
font-size: 10px;
color: #2e2e2e;
width: 100%;
display: block;

}

.subnav ul
{
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
}

#bookingMenu.subnav ul, #picturesMenu.subnav ul
{
float: right;
}
.subnav li
{
display: inline;
padding: 0px 10px 0px 10px; 
margin: 0px;

		
}
.subnav a, .nav a:visited, .nav a:link
{
color: #2e2e2e;
text-decoration: none;
}

.subnav a:hover
{
background-color: #ffffff;
color: #5f828e;

}

.subnav li:hover
{
background-color: #ffffff;
color: #5f828e;

}

.content
{

margin-top: 5px;

}
.sidebar
{
width: 24%;
margin-top: 5px;
float: left;
background-color: #eaeaea;
text-align: justify;
padding: 10px;
height: 100%;
}
.sidebar ul
{
position: relative;
padding: 0px 0px 0px 0px;
margin: 5px 5px 5px 5px;
list-style-type: none;
}
.sidebar li
{

padding: 5px 5px 5px 5px; 
margin: 5px;
list-style-type: none;
	
}
.sidebar a, .sidebar a:visited, .sidebar a:link
{
color: #5f828e;
text-decoration: none;
}

.sidebar a:hover
{

color: #5f828e;
height: 100%;
}

.sidebar li:hover
{
background-color: #f8f8f8;
color: #5f828e;

}

.main
{
margin-top: 5px;
width: 69%;
float: right;
text-align: justify;
padding: 10px;

height: 100%;
background-color: #ffffff;
}

.sidebartitle
{
text-align: right;
font-family: 'Century Gothic', Arial;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
color: #b6c35b;
border-bottom: 1px solid #dedede;
}

.maintitle
{
text-align: right;
font-family: 'Century Gothic', Arial;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;

color: #607488;
border-bottom: 1px solid #dedede;
}

.subtitle
{
text-align: left;
font-family: 'Century Gothic', Arial;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
font-weight: none;
font-style: italic;
color: #7c7c7c;
border-bottom: 1px dotted #dedede;
width: 80%;
}

.footer
{
font-size:9px;
font-family: Arial;
text-align: center;
color: #838383;
position: relative;
padding: 10px;
width: 600px;
margin-right: auto;
margin-left: auto;
margin-top: auto
}


