/*
##############
Page
##############
*/

body
	{ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

p
	{
	font-size: 12px;
	color: #444;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 20px
	}

p.no
	{
	text-indent: 0px
	}

h1, h2, h3, h4 
	{
	color: #660000;
	margin-top: 15px;
	}

a
	{
	color: #663333;
	}

/*
###################
Structure
###################
*/

#locator, #locator2
	{
	width: 755px;
	height: 505px;
	margin: auto;
	background: url("images/bg.jpg") #fff;
	background-repeat: no-repeat;
	}

#locator2
	{
	background: url("images/borders2.jpg") #fff;
	background-repeat: no-repeat;
	}

#locator2 ul.notnav
	{
	font-size: 12px;
	color: #444;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#locator2 ul.notnav li
	{
	list-style: square inside;
	margin: 0;
	margin-left: -25px;
	}

#content, #content2
	{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 305px;
	}

#content2
	{
	margin-top: 68px;
	}

.box
	{
	position: relative;
	float: left;
	width: 102px;
	margin-left: 20px;
	height: 150px;
	border-bottom: 1px solid #966;
	margin-top: 20px;
	color: #615D40;
	font-size: 12px;
	background-color: #fffee1;
	text-align: center;
	}

.box img
	{
	border: 1px solid #444;
	}

.box a
	{
	text-decoration:none;
	}

.margin
	{
	margin-left: 2px;
	margin-right: 2px;
	}

#dest
	{
	font-family: "Trebuchet MS";
	font-weight: bold;
	background-color: #fffdca;
	width: 102px;
	border-bottom: 1px solid #bdb7b7;
	margin-top: 0px;
	}

html>body #dest
	{
	margin-top: -5px;
	}

/*
############
INSIDE PAGES
############
*/

#maina
	{
	position: relative;
	float: left;
	width: 310px;
	padding-left: 30px;
	}

#photoa
	{
	position: relative;
	float: right;
	width: 400px;
	padding-right: 11px;
	text-align:right
	}
	
#photoa img
	{
	margin-top: 20px;
	margin-right: 40px;
	border: 1px solid #444;
	}

#mainb
	{
	position: relative;
	float: right;
	width: 335px;
	padding-right: 30px;
	}

#photob
	{
	position: relative;
	float: left;
	width: 340px;
	padding-left: 45px;
	text-align: left;
	}
	
#photob img
	{
	margin-top: 20px;
	margin-right: 40px;
	border: 1px solid #444;
	}

.word
	{
	vertical-align: text-bottom;
	}


/*
#################
INSIDE PAGES' NAV
#################
*/


#navcontainer
	{
	font-size: 10px;
	width: 736px;
	height: 23px;
	background-color: #888;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 9px;
	}

#navcontainer ul
	{
	text-align: center;
	padding:0;
	margin:0;
	color:white;
	height:25px;
	font-family:Arial,Helvetica,sans-serif;
	}

#navcontainer ul li
	{
	float:left;
	padding:0;
	width:122.6px;
	list-style-type:none;
	background: url("images/button.jpg");
	}

#navcontainer ul li a
	{
	float:left;
	padding: 5px 0 5px 0;
	color: #fff;
	text-decoration:none;
	width:100%;
	}

#navcontainer ul li a:hover
	{
	color: #fff;
	text-decoration:none;
	width:100%;
	background: url("images/buttonh.jpg");
	}

#navcontainer ul li a:active
	{
	color: #fffdca;
	text-decoration:none;
	width:100%;
	background: url("images/buttonh.jpg");
	}

#navcontainer ul li a.current
	{
	color: #fffdca;
	}