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

body {
	background-color:#FFF;
}

#content{
	width: 874px;
	margin: 0 auto;
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	font-size:12px;
}

#top{
	margin-top: 15px;
	background-color:#fff;
	height:130px;
	text-align:left;
	padding: 10px;
}

#middle{
	margin-top: 20px;
	background-color:#fff;
	height:460px;
	
}

/*
:t r b l;
*/

#middle li{
	background-color:#F6F6F6;
	width: 198px;
	height: 130px;
	margin: 14px 10px 10px 10px;
	float:left;
	display:inline;
	list-style:none;

}

#middle li img{
	margin-top:20px;
	margin-left: 8px;
	border:thick;
	border-color:#FFF;
	border-style:solid;
	
}

#middle li img:hover{border-color:#999;}


#things {
	margin: 20px 10px 0 10px;
	background-color:#fff;
	border-bottom-width:thin;
	border-bottom-color:#000;
	border-bottom-style:solid;
	padding-bottom: 10px;
	font-family:"Courier New", Courier, monospace;
	font-style:oblique;
	font-size:20px;
	
}

a.things:link {color: #F90; text-decoration:none;border:none;}      /* unvisited link */
a.things:visited {color: #f90;text-decoration:none;border:none;}  /* visited link */
a.things:hover {color: #ccc;text-decoration:none;border:none;}  /* mouse over link */
a.things:active {color: #f90; text-decoration:none; border:none;}  /* selected link */
	
.words{
	font-family:"Courier New", Courier, monospace;
	font-style:oblique;
	font-size:12px;
	padding-left:10px;
}


a.words:link {color: #000; text-decoration:none;border:none;}      /* unvisited link */
a.words:visited {color: #000;text-decoration:none;border:none;}  /* visited link */
a.words:hover {color: #ccc;text-decoration:none;border:none;}  /* mouse over link */
a.words:active {color: #000; text-decoration:none; border:none;}  /* selected link */

#bottom{
	background:#fff;
	width:852px;
	border-top-width:thin;
	border-top-color:#000;
	border-top-style:solid;
	text-align:right;
	float:right;
	padding-top: 10px;
	margin: 40px 10px 30px 0;
}

#copy {
	
	width:852px;
	color:#CCC;
	font-size:10px;
	float: right;
	margin:10px;
	text-align:center;
}
	