body
	{
	background-color: #f8f8f8;
	width: 860px;
	margin: auto;
	margin-top: 10px;
	}

#top_whistler
	{
	background-image: url(images/top_whistler.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 269px;
	}

#top_guildford
	{
	background-image: url(images/top_guildford.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 269px;
	}

#menu
	{
	padding:0px;
	padding-top: 230px;
	padding-left: 40px;
	padding-right: 40px;
	color: red;
	font-family: "Helvetica";
	}

#menu ul
	{
	list-style: none;
	text-align:center;
	margin: 0px;
	padding: 0px;
	}

#menu a
	{
	display: block;
	text-decoration: none;
	color: red;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	}

#menu li   
	{
	float : left; 
	}

#top_corp
	{
	background-image: url(images/top_corp.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 20px;		
	}

#corp
	{
	background-image: url(images/corp.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	}
	
#scare
	{
	background-image: url(images/mid_scare.jpg);
	background-repeat: repeat-y;
	width: 730px;
	margin: auto;
	}

#top_scare
	{
	background-image: url(images/top_scare.jpg);
	background-repeat: no-repeat;
	width: 730px;
	height: 20px;
	}
	
#mid_scare
	{
	background-image: url(images/mid_scare.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 20px;
	width: 640px;
	}
	
#bottom_scare
	{
	background-image: url(images/bottom_scare.jpg);
	background-repeat: no-repeat;
	width: 730px;
	height: 19px;
	}

#scare12
	{
	background-image: url(images/mid_scare12.jpg);
	background-repeat: repeat-y;
	width: 360px;
	margin: auto;
	}

#top_scare12
	{
	background-image: url(images/top_scare12.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 20px;
	}
	
#mid_scare12
	{
	background-image: url(images/mid_scare12.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	width: 320px;
	}
	
#bottom_scare12
	{
	background-image: url(images/bottom_scare12.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 22px;
	}
	
#credit
	{
	font-family:"helvetica";
	font-size:10px;
	text-align:center;
	color:#666;
	}

#bottom
	{
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 860px;
	}

.imagefloatl
	{
	float: left;
	}

.imagefloatr
	{
	float: right;
	}

.clearfloat
	{
	clear: both;
	}
