/* CSS Document */

body {
	margin-top: 0px;
	padding: 0px;
	background-color:#5A524A;
	background-image:url(images/2.jpg);
	background-position:center;	
	background-repeat:repeat;
	background-attachment:fixed;
	}
	
#content{
	margin: auto;
	text-align: left;
	width: 980px;
	position: relative;
	}
	
#header{
	width: 980px;
	height:auto
	position: absolute;
	left: 0px;
	background-image: url(images/leisure_1x1headerBG.jpg);
	background-repeat: repeat;
	border: ;
	}
	
#photo{
	width: 686px;
	height: 326px;
	position: absolute;
	top: 136px;
	left: 0px;
	background-color:#FFFFFF
	}	
	
#banner{
	width: 686px;
	height: 75px;
	position: absolute;
	top: 462px;
	left: 0px;
	padding-left: 18px;
	padding-top: 10px;
	background-color: #494947;
	border: ;
	}
	
#info{
	width: 686px;
	height: 385px;
	position: absolute;
	top: 538px;
	left: 0px;
	padding-left: 18px;
	padding-top: 15px;
	background-color: #F0EDDF;
	background-position: center;
	background-repeat: repeat;
	border: ;
	}
	
#credits{
	width: 980px;
	position: absolute;
	top: 924px;
	left: 0px;
	padding-top: 30px;
	background-color: #000000;
	border: ;
	}
	
#footer{
	width: 980px;
	height: 36px;
	left: 0px;
	padding-top: 12px;
	background-image: url(images/leisure_1x1headerBG.jpg);
	background-repeat: repeat;
	border: ;
	}
	
#headernav{
	width: 260px;
	height: 40px;
	position:absolute;
	top: 52px;
	left: 714px;
	background-image: url(images/leisure_1x1headerBG.jpg);
	}	
	
#nav{
	width: 268px;
	height: 330px;
	position: absolute;
	top: 136px;
	left: 686px;
	padding-top: 15px;
	padding-left: 20px;
	background-image: url(images/leisure_navBG.png);
	background-position: center;
	background-repeat: repeat;
	border-left:inset;
	border-left-color:#999999;
	border-left-width:thick;
	}	

#events{
	width: 288px;
	height: 481px;
	position: absolute;
	top: 466px;
	left: 686px;
	background-image: url(images/leisure_eventBG.png);
	background-position: center;
	background-repeat: repeat;
	border-left:inset;
	border-left-color:#999999;
	border-left-width:thick;
	}
	
#ins{
	width: 686px;
	height: 100px;
	position: absolute;
	top: 285px;
	left: 0px;
	padding-left: 18px;
	background-color:#FFFFFF;
	border-top:thin;
	border-color:#999999;
	}
	
		
p{
	font-family: Arial;
	font-size: 14px;
	color: #183D67;
	}
	
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #183D67;
	}
	
a{
	font-family: Arial;
	font-size: 12px;
	color: #F0EDDF;
	text-decoration: underline;
	font-weight:bold;
	}
	
a:hover{
	font-family: Arial;
	color: #b73838;
	text-decoration: underline;
	font-weight:bold;
	}

h1{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	}				

