/*Stylesheet for tech site index*/

body {
	background-color: #FFF;
	font-family: sans-serif;	}
	
a:link {	color: #00C;	font-weight: bold;	}

input.clock {
	text-align: center;
	}

a {	font-weight: bold;	}

h1,h2,h3,h4 {
	color: #009;
	}
	
hr {
	color: #090;	}
	
#logo {
	border: solid 2px #090;
	width: 150px;
	float: left;
	}

#title {
	border-top: solid 2px #090;
	width: 580px;
	float: left;	}

#nav {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	text-align: center;
	float: left;
	width: 150px;
	border-left: solid 2px #090;
	background-image: url(../images/bodymeld.gif);	background-position: top left;
	background-repeat: repeat-y;
	}

#main {
	text-align: center;
	width: 580px;
	float: left;
	}

#colright {	font-size: x-small;
	width: 150px;
	text-align:center;
	border-bottom: solid 2px #090;
	border-top: solid 2px #090;
	padding: 5px;
	float: left;
	clear: left;
	background-image: url(../images/bodymeld.gif);	background-position: top left;
	background-repeat: repeat-y;	}
th {
	background-color: #009900;
	color: #FFFFFF;
	}
table {
	font-weight: bold;
	}