@import "all.css";
a {
	color: #000000;
	text-decoration: underline;
}
input {
	border: 1px solid black;
	background: #fff;
}
/*---------------------------
    IDs (Structural)
---------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#content {
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 100%;
}
#header {
	display: none;
}
#menu {
	display: none;
}
#nav { /* all lists */
	display: none;
}
#slideshow {
	display: none;
}
#countdown {
	display: none
}
#news {
	float: left;
	color: black;
	width: 100%;
}
#footer {
	display: none;
}

/*------------------
      CLASSES
------------------*/
.floater-r {
	background: #CCCCCC;
	border: 5px #000000 ridge;
}
