.container{
	width:950px;
	height:550px;
	position:relative;
	background-color: #FFFFFF;
	margin: auto;
}


.header {
	position: absolute;
	height: 20px;
	width: 950px;
	background-color: #FFFFFF;
}
.content {
	position: absolute;
	height: 520px;
	width: 950px;
	background-color: #FFFFFF;
	top: 21px;
	z-index: 1;
}
.footer {
	background-color: #FFFFFF;
	position: absolute;
	height: 25px;
	top: 561px;
	width: 950px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF66CC;*/
	z-index: 2;
	padding: 5px;
}

.slideshow {
	position: absolute;
	height: 480px;
	width: 640px;
	left: 155px;
	top: 1px;
	text-align: center;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.page_title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FF0066;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#previous {
	position: absolute;
	left: 113px;
	top: 257px;
}

#next {
	position: absolute;
	left: 798px;
	top: 257px;
}


/* give slideshow some style */
#myslides {
margin: 20px auto;
width: 640px;
height: 480px
}

/* give each slide the same dimensions */
#myslides div {
	width: 640px;
	height: 480px;
	
}

/* make sure each slide image is centered */
#myslides div img {
	margin: auto;
	display: block;
		 }
.page_text {
	font-family: "Courier New", Courier, monospace;
}
.courier {
	font-family: "Courier New", Courier, monospace;
}
#controls {
	position: absolute;
	left: 413px;
	top: 500px;
	width: 97px;
}
.pink_frame {
	border: 1px solid #F6C;
	padding: 10px;
}
.pink_text {
	color: #F6C;
}
.courier_nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
}
.caption {
	position: absolute;
	width: 640px;
	left: 155px;
	top: 510px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;

}
.bigger_text {
	font-size: 14px;
}
