#wrapper {
	margin-top: 0px;
	width: 535px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	margin:0 auto;
}

#header {
	background-image: url(images/cramlogo.gif);
	width: 292;
	height: 76px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position:center;
	
}

#column1 {
	width: 250px;
	height: 505px;
	top: 20px;
	position: relative;
	float: left;
		
}
	
#column2 {
	width: 250px;
	height: 505px;
	top: 20px;
	position: relative;
	float: right;
	left-margin: -850;
	}

#image {
	width:250px;
	height:250px;
	position: absolute;
	left:0;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;
	background-image: url(images/mapsandglobes.jpg);
}
#imageright {
	width:250px;
	height:250px;
	position: absolute;
	left:0;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;
	background-image: url(images/gannon.jpg);
}

#bar {
	height:24px;
	width: 250px;	
	position: absolute;
	top:262px;
	left:0;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;

}

#txbox {
	width:250px;
	height:150px;
	position: absolute;
	top:297px;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;
	left:0;
	background-image: url(images/txtbg.gif);
}

#entersite {
	width: 250px;
	height: 50px;
	position: absolute;
	top:455px;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;
	left:0;
	
}	

.text {

	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	display: block;
	text-align: left;
	word-spacing: normal;
	visibility: visible;
	z-index:2
	
}
