body {
	text-align: center;
	margin: 5px;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	scrollbar-arrow-color:  #FFF;
	scrollbar-base-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-track-color: #FFF;
}

td {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 75%;
}

p {	margin-top: 0pt; margin-bottom: 16px; }

dl { margin-bottom: 16px; }
dt { font-weight: bold; }
dd { margin-left: 12pt; }

h2 {
	font-size: 120%;
	color: #CCCCCC;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #AAAAAA;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

#page {
	margin: 0 auto 1em auto;
	width: 780px;
	height: 620px;
	background-image: url("../images/bg-1.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid white;
}

#logo {
	float: right;
	display: block;
	width: 255px;
	height: 60px;
	margin: 10px;
}

#left_pad {
	float: left;
	width: 310px;
	height: 480px;
	background-color: transparent;
	margin-left: 10px;
	background-image: url("../images/bg-2.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

#left_content {
	margin: 15px 2px;
	height: 450px;
	padding: 0 12px;
	overflow: auto;
	color: #FFF;
	text-align: justify;
}

#right_pad {
	float: right;
	width: 434px;
	height: 480px;
}

#right_content {
	margin-left: 10px;
	height: 450px;
	padding-right: 8px;
	overflow: auto;
	color: #FFF;
	text-align: justify;
}

#right_content p { margin-top: 10px; margin-bottom: 16px; text-align: justify; }

.vpadding1 { clear: both; height: 10px; }

.button_bar {
	height: 21px;
	margin-top: 9px;
	margin-left: 10px;
}

a.button-1:link, a.button-1:visited {
	display: block;
	float: left;
	border: 1px solid;
	border-color: #FFF;
	color: #FFF;
	background-color: #888;
	padding: 2px 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;
}

a.button-2:link, a.button-2:visited {
	display: block;
	float: left;
	border: 1px solid;
	border-color: #FFF;
	color: #CCC;
	background-color: #555;
	padding: 2px 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;
}

.ico1 {
	display: block;
/*	position: absolute;
	left: 352px;
	_left: 208px;*/
	width: 14px;
	height: 14px;
}

a.ico1:link, a.ico1:visited {
	background-image: url("../images/ico_play-1.gif");
	background-repeat: no-repeat;
}

a.ico1:hover {
	background-image: url("../images/ico_play-2.gif");
	background-repeat: no-repeat;
	color: yellow;
}

a.link-2:link, .hl1 {
	color: #FFFF00;
}

 a.link-2:visited {
	color: #DFDF00;
}

a.link-2:hover {
	color: #FFFFAA;
}


ul.banerarea {
	padding: 0px;
	width: 100%;
	margin: 0px auto 1em auto;
	text-align: center;
}

.banerarea li {
	list-style: none;
	vertical-align: middle;
	display: inline-block;
	display: -moz-inline-box;
	*display: inline;
	zoom: 1;
	margin: 4px;
}

.banerarea a {
	display: -moz-inline-box;
}

.banerarea img {
	padding: 1px;
	border: 1px solid #999;
}
