#shadow {
	position: absolute;
	background: Gray;
	z-index: 1;
	visibility: hidden;
	background-color: Gray;
}
.testiment_text {
	top: 300px;
	position: absolute;
	width: 500px;
	height: 100px;
	z-index: 2;
	border: thin solid Black;
	padding: 30px 10px 10px;
	background: #F0E68C;
	font-size: small;
	text-align: left;
	font: normal normal small;
	visibility: hidden;
}
.closebutton {
	position: absolute;
	z-index: 3;
	padding: 3px;
	top: -1px;
	background: #F0E68C;
	border: thin solid Black;
	cursor: hand;
	font: x-small;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #F5F5F5;
	text-align: center;
}

p {
	padding: 10px;
}

table {
	font-family: Verdana;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

#main {
	text-align: center;
}
#header {
	text-align: center;
	width: 800px;
}
#heartbeat {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
#logo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 102px;
	float: left;
	z-index: 2;
	vertical-align: middle;
	text-align: center;	
	margin-top: 5px;
	margin-left: 30px;
}
#ace {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;	
	float: left;
}
#ace2 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	font-family: serif;
	font-size: 150%;
	color: Black;
	float: left;
	vertical-align: middle;
	text-align: center;	
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	background-color: White;
	border-right: 4px ridge;
	margin-top: 40px;
}

#sidebar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	background-color: Navy;
	float: left;
}
#topbar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background-color: Navy;
	float: left;
}

#textarea {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: White;
	float: left;
	font-family: Verdana;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	padding: 15px;
	text-align: left;
	width: 646px;
}


#nav {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	background-color: Navy;
	color: white;
}
.links, .linksdef {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 10px;
	cursor: hand;
	font-family: Verdana;
	font-size: smaller;
}
.links {
	background-color: #B22222;
}
.linksdef {
	background-color: orange;
}

div.top-left-corner {
	position:absolute; 
	width:20px; 
	height:20px; 
	background-color:#F5F5F5; 
	overflow:hidden;
}

div.top-left-inside {
	position:relative; 
	font-size:150px; 
	font-family:arial; 
	color: Navy; 
	line-height: 40px;
}

div.top-left-corner {top:0px; left:0px;}
div.top-left-inside {left:-8px;}

div.top-left-corner-inside {
	position:absolute; 
	width:20px; 
	height:20px; 
	background-color:Navy; 
	overflow:hidden;
}

div.top-left-inside-inside {
	position:relative; 
	font-size:150px; 
	font-family:arial; 
	color: White; 
	line-height: 40px;
}

div.top-left-corner-inside {top:0px; left:0px;}
div.top-left-inside-inside {left:-8px;}

#flyout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 0%;
	background-color: Navy;
}

