body
{
	background: #c0c0c0 url(img/background.png);
	padding: 0;
	border: 0;
	margin: 5px;
	font: 11px verdana, sans-serif;
	text-align: center;
}
a:link {color: #CC0033; text-decoration:underline; }
a:visited {color: #CC0033; text-decoration:underline; }
a:active {color: #CC0033; text-decoration:underline; }
a:hover {color: #CC0033; text-decoration:underline; }

img
{
	border: 0px;
}

#container
{
  position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
  width: 596px;
	text-align: left;

  background: transparent url(img/header.gif)  no-repeat center top;
}

ul.menu
{
	list-style-type: none;
	
	font-weight: bold;
	padding: 0;
	margin: 0;
}

ul.menu li
{
	display: inline;
}
ul.menu li a
{
	margin-right: 12px;
	font-size: 13px;
}

.menu a:link {color: #bbb; text-decoration:none; }
.menu a:visited {color: #bbb; text-decoration:none; }
.menu a:active {color: #bbb; text-decoration:none; }
.menu a:hover {color: #bbb; text-decoration:none; }

.current a:link {color: white; text-decoration:none; }
.current a:visited {color: white; text-decoration:none; }
.current a:active {color: white; text-decoration:none; }
.current a:hover {color: white; text-decoration:none; }

#last
{
	border-right: 0px;
}

#navigation
{
	position: absolute;
	left: 80px;
	top: 180px;
}

#extra1
{
	padding-top: 219px;
	background: transparent;
}

#extra2
{
	height: 10px;
}

#extra3
{
	padding-top: 10px;
	border-top: 2px solid black;
	width: 40px;
}

#extra4
{
	width: 48px;
	height: 85px;
	background: transparent url(img/rakusu-ring.gif) repeat-y;
	position: absolute;
	left: 436px;
	bottom: 0px;
}

#content, #title
{
	position: relative;
	margin: 0px;
	margin-left: 57px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	border: 0px;
	width: 400px;
	text-align: justify;
  color: black;
	background: transparent url(img/body-background.gif) repeat-y;
}

#title
{
	width: 380px;
}

#footer
{
	text-align: center;
	background: transparent url(img/footer.gif)  no-repeat center top;
	height: 138px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1
{
 	font-size: 20px;
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}

h2
{
 	font-size: 15px;
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td,th
{
  color: black;
  background-color: white;
}

.sorted
{
	background-color: #C10505; 
}

.sorted	a:link		{ color: white; }
.sorted a:visited { color: white; }
.sorted a:active 	{ color: white; }
.sorted a:hover 	{ color: white; }

.listing
{
	background-color: #666666;
}

.listing td
{
	padding: 1px 3px 1px 3px;
}
