
body
{
	background-color: #000;
	color: #fff;
	text-align: center;
}

br
{
	letter-spacing: 0;
}

img
{
	border-width: 0;
}

a:link
{
	color: #fff;
	text-decoration: underline;
}
a:visited
{
	color: #ff0;
	text-decoration: underline;
}
a:hover
{
	color: #f00;
	text-decoration: underline overline;
}
a:active
{
	color: #f00;
	text-decoration: underline overline;
}

div#main
{
	margin: auto;
	text-align: left;
	width: 800px;
}

div#head
{
	text-align: center;
}

div#link
{
	font-size: smaller;
	line-height: 2em;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#left
{
	float: left;
	width: 220px;
}

div#menu
{
	border: solid 1px #eee;
	width: 218px;
	_width: 220px;
}

div#right
{
	float: right;
	width: 540px;
}

div#ulink
{
	font-size: smaller;
	margin-top: 50px;
	text-align: center;
}

div#foot
{
	font-size: smaller;
	margin-top: 20px;
	text-align: center;
}

div.banner
{
	margin-top: 10px;
	text-align: center;
}

div.menu
{
	background-color: #333;
	font-size: larger;
	padding: 4px;
	text-align: center;
}

hr.line
{
	border-color: #fff;
}

ul.menu
{
	line-height: 2em;
}

.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
}

.center
{
	text-align: center;
}

ul.list
{
	line-height: 2em;
}

ul.listin
{
	list-style-type: none;
}

ul.link
{
	margin: 0;
	padding: 0;
}
ul.link:after
{
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
ul.link li
{
	display: block;
	float: left;
	list-style: none;
	width: 130px;
	height: 100px;
	text-align: center;
}
