body
{
	background-color: #B6B6AA;
	width: 800px;
}

img
{
	border-style: none;
}

div
{
	border: none;
}

div.img
{
	margin: 1px;
	border: 1px solid #000000;
	float: left;
	text-align: center;
}

div.img img
{
  display: inline;
  margin: 1px;
  border: 1px solid #ffffff;
}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 90px;
  margin: 1px;
}

div.img a:hover img {border: 1px solid #0000ff;}

#head
{
	text-align: left;
	height: 120px;
}

#sidebar
{
	text-align: left;
	width: 175px;
	height: 590px;
}

#content
{
	position: absolute;
	top: 135px;
	left: 190px;
	width: 615px;
	height: 590px;
	overflow: auto;
}

#end
{
	font-size: small;
	text-align: center;
	border-top: 1px solid #000000;
}

.home
{
	font-size: small;
}

.centered
{
	font-size: small;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left
{
	display: inline;
	float: left;
	margin:0 0 5px 5px;
	text-align:center;
	font-size: xx-small;
}

.right
{
	display: inline;
	float: right;
	margin:0 0 5px 5px;
	text-align:center;
	font-size: xx-small;
}
