/* CSS crap by Zach Gershkoff for Tuahan.com

Table of Contents
I. Main Stuff
II. Left Column
III. Right Column
IV. Other Pages
V. Workarounds


I. Main stuff */

body {
	margin: 5px;
	color: #D0FFD0;
	background-color: #000000;
	padding: 0;
}

a {
	color: #FFF;
	}

a:visited {
	color: #DDD;
	}

a:active{
	color: #888;
	}
	

#toptop {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#mid {
	margin: 5px;
	padding: 5px;
	text-align: left;
	}

#mid .teaser {
	margin: 5px;
	color: #D0FFD0;
	text-align: center;
	line-height: 200%;
	}

#mid .content {
	margin: 5px;
	}

#mid .name {
	color: #FFF;
	}

#mid .date {
	color: #FFF;
	font-size: 20px;
}

#copyright{
	font-size: 12px;
	text-align: center;
	}

.footnote{
	font-size: 12px;
	}

#image{
	text-align: center;
	}

/*II. Left column */

#lefty {
/* On a better day, this line would be in:
	float: left;
	padding: 2px 2px 2px 2px;
*/
	width: 140px;
	text-align: center;
	}

.top{
	height: 40px;
	background: url(images/columntop.png);
	width: 140px;
	}

.bar{
	background: url(images/column.png);
	margin: 0 10px 0 10px;
/*	padding: 5px 0 0 2px;
*/
	width: 120px;
	line-height: 200%;
	text-align: center;
	}

.bottom{
	height: 40px;
	width: 140px;
	background: url(images/columnbot.png);
	}

#lefty a{
	color: #522304;
	}

#lefty a:hover{
	font-weight: bold;
	}

#lefty a:visited{
	color: #200;
	}

/*III. Right column */

#righty {
/* See lefty
	float: right;
	padding: 2px 2px 2px 2px;
*/
	width: 140px;
	text-align: center;
	}

/*IV. Other Pages 
Actually, I don't think I'll use this part about the features page.*/

.ftitle {
	font-weight: bold;
	}

#declare {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	}

/*V. Bloody Workarounds... */

.bar a {
	color: #522304;
	}

.bar a:hover {
	font-weight: bold;
	}

.bar a:visited {
	color: #200;
	}