body{
	background-color:#6E94B7;
	font-family:monospace;
}

.header{
	background-image:url("images/header.gif");
	height:30px;
	width:800px;
	margin: 0 auto 0 auto;
}

.pagebody{
	background-image:url("images/randomimage.php");
	height:430px;
	width:800px;
	margin: 0 auto 0 auto;
	padding:20px 0px 0px 0px;
}

.footer{
	height:30px;
	width:800px;
	background-color:#6E94B7;
	text-align:center;

	margin: 0 auto 0 auto;
}

#ContentArea{
	text-align:center;
	padding: 30px 30px 30px 30px;
	height:340px;
	overflow: auto;
}

p{
	text-align:justify;
}

ul{
	list-style-type:none;
	margin:10px 0 0 300px;

}

ul li{
	float:left;
}

input, textarea {
	border:1px solid #000;
	background-color:none;
	padding:none;
}

img{
	border:none;
}

a{
	text-decoration: none;
	color: #FFF;
}

#ContentArea a{
	color: #000;
	text-decoration:underline;
}

.contact{
	text-align:justify;
}

a .imageViewer1, .imageViewer2{
	display:none;
}


.imageViewerView2{
	width:320px;
	top: 210px;
	left: 470px;
	position: absolute;
	display:inline;
}

.imageViewerView1{
	text-align:center;
	width:200px;
	top: 210px;
	left: 520px;
	position: absolute;
	display:inline;
}




