/* Guernsey Canine Hydrotherapy Styles */

/* ---------------------------------*/
/* MAIN STYLES						*/

body{
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000000;
	background-image:url(../images/background-cinema3.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

#wrapper{
      position: absolute;
      left: 50%;
      top: 0px;
	  padding:0;
		width: 742px;
      height: 610px;
      margin-left: -371px; /* half of width */
}
	
#page{
	font-family: Arial, sans-serif;
	height: 1;
	width: 742px;
	margin:0;
	padding:0;	
}

img{
	border-width: 0;
}




/* ---------------------------------*/
/* TOP						        */

#header{
	height:100px;
	width: 742px;
	position:relative;
	top:5px;
}
		
	#header #logo{
		position: relative;
		left: 295px;
		padding: 0;
		margin: 0;
		width:auto;
		float:left;
		top:5px;
	}	
		
/* NAV ------------------------------*/

#header #nav {

	position:absolute;
	top:100px;
	left:0;
	padding: 0;
	margin: 0;
	background-image:url(../images/nav-grad.gif);
	background-repeat:repeat-x;
	height:35px;
	line-height:12px;
	float:left;
	width:742px;
	overflow:hidden;
}


#header #nav ul {
	display:block;
	padding: 0;
	margin: 0;
	list-style:none;
	position:relative;
	left:55px;
	width:100%
}

#header #nav li {
	position:relative;
	display:block;
	float:left;
	padding: 0;
	margin: 0;
	width:auto;
}

#header #nav li span.active{
	font-size:0.8em;
	text-decoration:none;
	color: #1f79f0;
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0;
}

#header #nav a {
	text-decoration:none;
	font-size:0.8em;
	color:#FFFFFF;
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0;
}

#header #nav a:hover{
	text-decoration:none;
	color: #1f79f0;
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0;
}


/* ---------------------------------*/
/* MAIN CONTENT						*/

#maincontent{
	position:absolute;
	float:left;
	width: 742px;
	height:523px;
	padding:0;
	margin:0;
	color:#ffffff;
	top:150px;

}

#maincontent #content{
	background: #000000 url(../images/aboutus-luke.jpg) no-repeat scroll 0 36px;
	height:536px;
	width:741px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
	top:0;
}


#maincontent #content p{
	color: #ffffff;
	width: 75%;
	font-size: 0.8em;
	line-height: 1em;
	position:relative;
	left:40px;
	top:20px;
	padding:0;
	margin:0 0 10px 0;
	line-height:15px;
}



/* ---------------------------------*/
/* FOOTER							*/

#footer{
	clear:both;
	text-align: center;
	width: 760px;
	overflow: hidden; /* IE6 fix */
	
}


#footer p.copyright{
	color:#333333;
	width:auto;
	font-size:11px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: Arial, sans-serif;	
}

#footer p{
	margin:0;
	padding:0;
}

#footer p.webdesign{
	width:auto;
	position: absolute;
	font-family: Arial, sans-serif;
	left: 20px;	
	bottom:10px;
	font-size:11px;
}

#footer p.webdesign a {
	color: #555;
}

#footer p a{	
	text-decoration:none;
	font-size:11px;
	color: #3E101B;
}


#footer p a:hover{
	text-decoration:none;
	color: #4A1319;
}







