/* CSS Document */

body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	height: 90%;
	margin: 0px;
}
a:link, a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a.nav:link, a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #800000;
}
h1, h2, h3, h4, h5, h6 {
	color: #4E4E4E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -1;
	line-height: 80%;
}
#frame {
	text-align: center;
	margin: 0 auto 0;
	padding: 0;
	width: 768px;
	height: 100%;
	border: 1px solid #333333;
}
#header {
	width: 768px;
	height: 89px;
	background-color: #800000;
	background-image: url(../images/csteininc_header_bg.png);
	background-repeat: no-repeat;
	color: #ffffff;
}
#nav {
	width: 768px;
	height: 29px;
	background-color: #cccccc;
	background-image: url(../images/csteininc_menu_bg.png);
	background-repeat: no-repeat;
	color: #333333;
}
#navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 6px 0 6px 8px;
}
#splashBig {
	width: 768px;
	height: 200px;
	background-color: #cccccc;
	background-image: url(../images/csteininc_splash_bg.png);
	background-repeat: no-repeat;
	color: #000000;
}
#splashSmall {
	width: 768px;
	height: 100px;
	background-color: #cccccc;
	background-image: url(../images/csteininc_splash_bg.png);
	background-repeat: no-repeat;
	color: #000000;
}
#content {
	width: 730px;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 8px 19px 8px 19px;
}
#footer {
	width: 768px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 25px 0 15px 0;
}