/* CSS Document */

/***********************************************/
/* div.css									   */
/* Use with Index.html    					   */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.border {
	position: relative;
	width: 570px;
	left: 2.5px;
	margin: 30px auto 0px auto;
	padding: 40px 0px 0px 0px;
	border:0px;
	background-color: #EDFAF2;
}

html>body 
.border {
	margin: 10px auto 40px auto;
	padding: 15px 0px 10px 0px;
}

.border p {
	padding: 0px 10px;
}

.topdiv {
	position: absolute;
	top: -3px;
	z-index: 100;
}

.bottomdiv {
	position: absolute;
	bottom: -3px;
	z-index: 100;
}

.titlebar {
	position: absolute;
	top: 0px;
	z-index: 99;
}

.inset{
	background-color: #BDEBCE;	
}

.logo {
	word-spacing: 75px;
	font-size: 18px;
	text-align: center;	
}