/* CSS Document */

body {
	background-color: #dddddd;
	margin: 0px;
	padding: 0px;
}

#tdstage {
	width: 800px;
}

#stage {
	width: 800px;
	border: 1px solid black;
	background-color: white;
	margin-top: 20px;
}

#navtop { 
	width: 800px;
	border-bottom: 1px solid white;
}

.navp {
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	height: 19px;
	min-width: 72px;
	background-color: #DDDDDD;
}

.navp a {
	background-color: #666666;
	display: block;
	text-decoration: none;
}

.navp a:hover {
	background-color: #DDDDDD;
}

#content {
	font-family: Verdana, Helvetica, sans-serif;
}

#contC {
	background-color: #bababa;
	height: 350px;
}

#contText {
	background-color: #e1e1e1; 
	font-size: 13px;
	padding: 35px;
	padding-left: 25px;
	padding-right: 70px;
	vertical-align: top;
}

#contText a {
	text-decoration: none;
	color: #666;
}

#contText a:hover {
	color: #000;
}

#contAddress {
	font-size: 13px;
}

#sub {
	height: 19px;
	width: 800px;
	background-color: #A7A7A7;
	border-bottom: 1px solid #FFFFFF;
}

#foot {
	border-top:1px solid black; 
	vertical-align: top;
	padding-left: 25px;
	height: 40px;
}

#foot a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#foot a:hover {
	color: #000;
}