/* CSS Document */
body,td,th {
	color: #333333;
}
body {
	background-image: url(streak-pt1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: none;
}

.title {
	font-size: 14px;
	color: #ffffff; 	
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#cent {
	position: absolute;
	top: 20;
	bottom: 0;
	left: 90;
	width: 240;
	background-color: #999999;
	padding: 0;
	margin: 0;
	height: 100%;
}

div#cent2 {
	position: absolute;
	top: 20;
	bottom: 0;
	left: 330;
	width: 260;
	background-color: #999999;
	padding: 0;
	margin: 0;
	height: 100%;
}

div#nav1 {
	position: absolute;
	top: 50;
	right: 0;
	left: 20;
	width: 80;
	height: 300;
}

h1 {
	background-color:666666;
	padding: 8px;
	margin: 0;
	font-size: 14px;
	color:#ffffff;
	border-bottom: thin dotted #000000;
	min-height: 18px;
}

div#info {
	position:relative;
	padding: 10px;
	width: 230px;
}

div#info2 {
	display: block;
	position:relative;
	padding: 10px;
	width: 230px;
	text-align: left;
	background-color:#FFFFFF;
	top: 20px;
	margin: 10px;
}

div#info3 {
	display: block;
	padding: 10px;
	width: 230px;
	text-align: center;
	background-color:#f4f4f4;
	margin: 10px;
}
