@charset "utf-8";
/* CSS Document */

body{
	background-color: #AAA;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif .85em;
}

#header{
	font-size: 1em;
	background-color: #900;
	color: #fff;
	min-height: 3em;
}
#navigation{
	min-height: 1.5em;
	vertical-align: middle;
	background-color:#696;
	color: #FC0;
}
#sidebar{
	width: 18%;
	border-left: 2px solid #000;
	padding: .5em;
	float: left;
}

#content{
	width: 75%;
	padding: .5em;
	float: left;
}

#stuff{
	position:relative;
	overflow:auto;	
}

.description{
	text-align:center;
	font-size:14px;
	
}

.box{
	width:30%;
	min-width:150px;
	height:800px;
	float:left;
}

.box>div{
border:medium solid #30F;
margin:10px;
}

.link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}


#footer{
		font-size: .5em;
	background-color: #900;
	color: #fff;
	min-height: 3em;
	clear: both;
}

