@import "index.css";

#stage tr.level02 td.content	{
	background: #fff;
	text-align: center;
	width: 586px;
	padding-bottom: 7px;
}

.content #content	{
	width: 572px;
	height: 100%;
	border-collapse: collapse;
	margin: auto;
}

.content #content td	{
	padding: 0px;
}

#content td.header	{
	height: 186px;
}

img.header	{
	background: #ccc;
	width: 572px;
	height: 186px;
	margin-top: 7px;
}

#flash	{
    background: #fff;
	width: 572px;
	height: 186px;
	margin: 7px auto auto 0px;
}

div.stripes	{
	font: 2px;
	background-image: url("../img/stripes45.gif");
	background-repeat: repeat-x;
	width: 572px;
	height: 12px;
	margin: auto;
}

tr.level02 td.content > div.stripes	{
	margin-top: 4px;
}

div.about, div.description {
	font: 12px "arial";
	color: #555;
	background: transparent url(../img/map.jpg) no-repeat left top;
	text-align: justify;
	width: 572px;
	margin: auto;
	margin-top: 10px;
}

div.header	{
    font: 32px "times new roman";
    color: #06c;
	padding: 10px 0px 10px 0px;
}

div.description h1 {
	font: bold 12px "verdana", "arial", "times new roman";
	margin: 32px 0px 8px 0px;
}

.header span	{
	font: 20px "verdana";
	color: #666;
	border-left: 1px solid #aaa;
	padding-left: 8px;
}

dl	{
	background: transparent url(../img/greyLine00.gif) no-repeat left bottom;
}

dt	{
	color: #c00;
	background: transparent url(../img/greyLine01.gif) no-repeat left;
	padding-left: 16px;
}

dt a, dt a:visited	{
	color: #c00;
	text-decoration: none;
}

dd	{
	background: transparent url(../img/greyLine02.gif) no-repeat left top;
	margin-left: 32px;
	padding-left: 16px;
}

dt.last, dd.last	{
	background: transparent url(../img/greyLine03.gif) no-repeat left top;
}

dd a, dd a:visited	{
	color: #333;
	text-decoration: none;
}

dt a:hover	, dd a:hover	{
	/*text-decoration: underline;*/
	font-weight: bold;
}

#content td.banners	{
	height: 98px;
	padding: 0px;
	text-align: left;
}

#content td.banners a	{
	text-decoration: none;
}

#content img.bannerLeft, #content img.bannerRight	{
	border: none;
	margin; 0px;
	text-align: top;
}

.* #content img.bannerLeft, .* #content img.bannerRight	{
	margin: -4px;
}

#content img.bannerLeft	{
	float: left;
}

#content img.bannerRight	{
	float: right;
}