body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF33;
}


#page {
	position: relative;
	margin: auto;
	padding: 0;
	width: 800px;
	height: 100%;
	
}

#header {
	position: relative;
	height: 199px;
	width: 503px;
	background-image: url(images/CAMP_03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: auto;
}

#nav{
	position: relative;
	width: 768px;
	height: 129px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.btn{
	float:left;
	height: 129px;
	width: 128px;
	padding: 0px;
	margin: 0px;
}


#main {
	position: relative;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 18px;
	width: 750px;
	height: 20px;
	padding: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
}

#main .p1{
	font-weight: bold;
}


#main .pictures {
	position: relative;	
	margin-right: auto;
	margin-left: 90px;
	margin-top: 20px;
}

#main .pictures .pic {
	float:left;
	height: 190px;
	width: 190px;	
	
}


#main .schedules {
	width: 550px;
	margin-left: 125px;
}

#main .p2 {
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}

/*test area*/

.Firefox {
	outline:none;
}

a.Firefox, a.Firefox img {
	
	float: left;
	overflow:hidden;
}


a.Firefox:hover {
	
	border:4px solid #f00;
	
}


a.Firefox:hover img {
	
	margin: -4px;
}



.Explorer {
	outline:none;
}

a.Explorer, a.Explorer img {
	

	float: left;
	overflow:hidden;
}


a.Explorer:hover {
	border:4px solid #f00;
	
}


a.Explorer:hover img {
	margin: -4px;
}




