/*******************     CSS design by   :   ben@site-designers.co.uk   :   http://www.site-designers.co.uk     *******************/

/*************************************************************** Main Layout ************************************************/

html {
	height: 100%;
	background-color:#F3EFE1;
}

body {
	padding:0;
	margin:0;
	background: #F3EFE1 url('images/middle_shade2.png') repeat-y top center;
}

.container{
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	background-color:#006699;
}

.content{
	margin:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.overview{
	background-color:#FFFFFF;
	color:#333;
	font-size:0.8em;
	padding:1em 4em 1em 16em;
	margin:4em 0.75em 0 0.75em;
	background-position:bottom right;
	background-repeat:no-repeat;
	
}

.rating{
	position:absolute;
	top:41em;
	width:12em;
	padding:0 0 0 1.25em;
	z-index:2;
}

.footer{
	height:1.75em;
	background-color:#006699;
}
/***************************************************************** Masthead ******************************************************/

.bbname h1{
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFF;
	position:absolute;
	width:14em;
	top:218px;
	margin:0 0 0 480px;
	
}

.pagetitle h2{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFF;
	position:absolute;
	width:21em;
	top:248px;
	margin:0 0 0 480px;
}

.pagetitle, .fpagetitle{

}

.masthead{
	margin:0 0 0 2em;
}

.titlebar{
	background-color:#FFF;
	height:15em;
	background-color:#006699;
}

.logo{
	float:right;
	border-bottom:2px solid #FFF;
	padding:0.5em 0 0 0;
}

/**************************************************************** Navigation bar *************************************/

.nlinks{
	position:absolute;
	top:20em;
	left:50%;
	margin-left:-430px;
	width:9em;
	padding:0 0 0 2em;
	z-index:1;
}

.nlinks li{
	list-style-type:none;
	display: inline;
}

.nlinks ul{
	padding:0;
	margin:0;
}

.nlinks span.nav{
	text-align:right;
	display:block; 
	width:8em;
	padding:0.40em 0.5em 0.35em 0;
	color:#FFF;
	font-weight:bold;
	float:left;
	border-bottom:1px solid #006699;
	text-transform:capitalize;
	background-color:#006699
}

.nlinks li a:visited, .nlinks li a:link{
	text-align:right;
	display:block;
	width:8em;
	height:1.8em;
	padding:0.3em 0.5em 0 0;
	float:left;
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #006699;
	text-transform:capitalize;
	background-color:#FFF
}

.nlinks li a:visited.nav1, .nlinks li a:link.nav1{
	border-top:1px solid #006699;
}

.nlinks li a:hover{
	font-weight:bold;
	color:#FFF;
	display:block; 
	background-color:#006699;
}

/************************************************************** Photos ******************************************************/

.photo{
	border:1px solid #006699;

}

.rightpic{
	float:right;
	margin:0 0 10px 30px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

.leftpic{
	float:left;
	margin:0 30px 10px 0;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

.rightpic2{
	float:right;
	margin:0 0 10px 10px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

.leftpic2{
	float:left;
	margin:0 10px 10px 0;
	font-weight:bold;
	font-size:12px;
	text-align:right;

}

/******************************************************* Text formating *********************************************/


hr{
	border:1px solid #000;
}

a:link { 
	text-decoration:underline;
	color:#000;
	}
	
a:visited {
	text-decoration:underline; 
	color:#000;
	}
	
a:hover, a:active { 
	text-decoration:none; 
	color:#000;
}	

/*******************     CSS design by   :   ben@site-designers.co.uk   :   http://www.site-designers.co.uk     *******************/