body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding-left: 10px; 
	padding-top: 20px;
	border: 0px;
}

.centerContent {
	align:center;
	vertical-align:middle;
}


#content {
	position:absolute;
	left: 10px;
	top: 15px;
	width:600px;	
	height: auto;
}

.text {
	position: relative;
	left: 10px;
	width:725px;
	margin-top:8px;
}

.close {
	position: relative;
	left: 530px;
	width:20px;
	overflow: hidden;
}

.textoverflow {
	position: relative;
	left: 10px;
	width:540px;
	height:300px;
	margin-top:8px;
	padding-right:8px;
	overflow:auto;
}


.input { 
	width : 28ex; 
	}


#intro {
	position: relative;
	top: 0px;
}


#contact {
	position: relative;
	top: 0px;
}


#footer {
	position: relative;
	top: 0px;
}

#tail {
	position:relative;
	left: 0px;
	width:540px;
	}

/* contact form */

input{
 width: 200px;
 }

 textarea{
 width: 450px;
 height: 75px;
 margin-bottom: 5px;
 }

 #submitbutton{
 margin-left: 120px;
 margin-top: 5px;
 width: 10px;
 }

/* image rotation */

#imgs-frame {
	background-color: white;
	position: relative;
	width: 750px;
	height: 500px;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-bottom:15px;
}

#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

.centerImage {
	width:750px;
	vertical-align:top;
	align:center;
}


#mainContainer {
	border:1px dotted #000000;
	width:730px;
	margin-bottom:0px;
	padding:10px;
}

.mainNav {
	border:1px dotted #000000;
	width:430px;
	padding:5px;
}

#metaNav {
	border:1px dotted #000000;
	border-top-width:0px;
	margin-bottom:10px;
	padding: 2px 10px 2px 10px;
	width:730px;
	text-align:right;
}

.tableTop {
	vertical-align:top;
}

#sideMenu {
	font-size:10px;
	border:1px dotted #000000;
	margin-bottom:10px;
	padding: 10px;
	width:180px;
	margin-right:10px;
}	