/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #414141;
}

a {
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	background:#414141;
	color:#ffffff;
}
a:active {
	text-decoration: none;
}


img{border:none;}

#head {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	background-color:#414141;
	text-indent:15px;
}

#col1 {
	position:relative;
	width:220px;
	float:left;
	left:40px;
}

#showy {
	float:left;
	width:400px;
	overflow:auto;
	left:200px;
}

#content {
	float:left;
	margin:100px 0 100px 60px;
	position:static;
	border:none;
	outline:none;
}

#blog { overflow:auto; }

#nav1 {
	position:relative;
	width:220px;
	top:-111px;
	padding-left:80px;
}

#nav2 {
	position:relative;
	width:220px;
	padding-left:80px;
}

#oops {
	margin-left:-2px;
}