/* runran admits: cheap and dirty CSS; style basics for the needy. */

/*basics*/

body {

	background-image:url('binary1.gif');
	background-position:)0% 0%;
}


#blackbar{
	background:#000000;
	background-image:url('');
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-botton: 0px;
	position: absolute;
	top: 72px;
	left:400px;
	width: 350px;
	height: 496px;
	padding:30px;
	border-top: 2px dashed #ffffff;
	border-right: 2px dashed #ffffff;
	border-bottom:2px dashed #ffffff;
	border-left: 2px dashed #ffffff;
	}

#whitebar{
	background:#ffffff;
	background-image:url('whitebar.gif');

	margin-top: 0px;
	margin-botton: 0px;
	position: absolute;
	top: 21px;
	left:21px;
	width: 770px;
	height: 25px;
	padding:8px;
	border-top: 2px dashed #000000;
	border-right: 2px dashed #000000;
	border-bottom:2px dashed #000000;
	border-left: 2px dashed #000000;
	}

#content {
	background:#C0C0C0;
	margin-top:20px;
	margin-top: 0px;
	margin-botton: 0px;
	position: absolute;
	top: 72px;
	left: 21px;
	width: 330px;
	height: 520px;
	padding:18px;
	border-top:2px dashed #000000;
	border-right:2px dashed #000000;
	border-bottom:2px dashed #000000;
	border-left:2px dashed #000000;
	}



#cumulus {
	background:#FFFFFF;
	margin-top:0px;
	margin-top: 0px;
	margin-botton: 0px;
	position: absolute;
	top: 500px;
	left: 0px;
	width: 250px;
	height: 250px;
	padding: 0px;
	border-top:0px solid #000000;
	border-right:0px dotted #000000;
	border-bottom:0px solid #000000;
	border-left:0px solid #000000;
	}

#links {
	background:#FFFFFF;
	margin-top:0px;
	margin-top: 0px;
	margin-botton: 0px;
	position: absolute;
	top: 40px;
	left: 15px;
	width: 30px;
	height: 20px;
	padding: 8px;
	border-top: 2px dashed #C0C0C0;
	border-right: 2px dashed #C0C0C0;
	border-bottom:2px dashed #C0C0C0;
	border-left: 2px dashed #C0C0C0;
	}

#insert {
	background:#ffffff;
	margin-top:0px;
	margin-top: 0px;
	margin-botton: 0px;
	position: absolute;
	top: 445px;
	left: 538px;
	width: 119px;
	height: 152px;
	padding: 0px;
	border-top:2px dashed #C0C0C0;
	border-right:2px dashed #C0C0C0;
	border-bottom:2px dashed #C0C0C0;
	border-left:2px dashed #C0C0C0;
	}


/*fonts and typography*/

#content,#links {
	font-family:Georgia, Verdana;
	font-weight: normal;
	line-height: 1.5;
	font-color: #000000;
	font-size: 14px;
	text-align:justify;
}

#whitebar {
	font-family:Verdana;
	font-weight: bold;
	line-height: 1.5;
	font-color: #000000;
	font-size: 13px;
}



/* links*/

a#current {
	color:#000000;
	font-weight: bold
	text-decoration:none; 
}
a#current:active, a#current:focus, a#current:hover {
	color:#000000;
	font-weight: bold;
	text-decoration:none;	
}


a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}


a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}




