/* Redefine of actual tags. */

body {background-color:#000000;}





/* The padding for the three major columns and the row. */

#top {
	padding-bottom: 5px;
	}

#left {
	padding-left: 35px;
	width: 264px;
	vertical-align: top;
	}

#center {
	padding-left: 20px;
	vertical-align: top;
	}

#right {
	width: 100px;
	padding-left: 17px;
	vertical-align: top;
	}


/* The classes to format the three dynamic cells. */

.tanbox {
	background-image: url(/gr/front/tanbg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;

	}

#box-weblog, #box-news, #box-schedule {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 6px solid #FFFFFF;
	vertical-align: top;
	}

.whiteborder {	border: 5px solid #FFFFFF;	}

.boxtitle {	}

.boxtext {	padding: 20px;	}
	
/* The classes to format the cover links. */

#listserv {
	padding-top: 15px;
	text-align: center;
	}

#covers {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	}

#cover {
	padding-right: 3px;
	}

.thinwhite {
	border: 1px solid #666666;
	}

/* Text formatting goodness! */

.date {
	padding-right: 10px;
	vertical-align: top;
	}

.event, .post {
	vertical-align: top;
	}

.title, .date {
	font-size: 10px;
	font-weight: bold;	
	}

.location {
	padding-left: 50px;
	}
	

