/* CSS Document */
/* CSS Document */
table {
	font-size: 11px;
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

#main {
	margin: 0px auto;
	width: 1002px;
	background: #FFFFFF url(body-bg.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

a:link, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
}

#header {
	/*width: 607px;*/
	/*height: 25px;*/
	/*background: url(header.jpg) no-repeat;*/
	/*background:white;*/
	/*padding: 172px 0px 0px 395px;*/
	/*float: left;*/
}
	#header object{
		/*margin:0 0 30px 0;*/
		z-index:1;
	}
	#header ul {
		display: block;
		z-index:2;
		margin:-22px 0 5px 0;
		position:relative;
		list-style:none;
		background:none;
	}

	#header li {
		display: inline;
		margin: 0px 10px 0px 0px;
	}

	#header a:link, #header a:visited {
		color: #393999;
		font-size: 7pt;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		background:#E3E7F0;
	}

	#header a:hover {
		color: #C74862;
	}

#bar {
	width: 1002px;
	height: 22px;
	background: #FFFFFF url(bar.jpg) no-repeat bottom;
	/*float: left;*/
}

	#bar-left {
		width: 40%;
		text-align: left;
		float: left;
		padding: 2px 0px 0px 60px;
		color: #FFE400;
		font-size: 7pt;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
	}

	#bar-right {
		width: 30%;
		text-align: right;
		float: right;
		padding: 2px 50px 0px 0px;
	}

	#bar-right a:link, #bar-right a:visited {
		margin: 0px 0px 0px 20px;
	}


#middle {
	width: 1002px;
/*	background: url(middle-bg.jpg) no-repeat top;*/
	float: left;
}

	#nav {
		width: 932px;
		height: 22px;
		padding: 15px 0px 0px 70px;
		color: #282873;
		font-size: 8pt;
		float: left;
	}

	#nav a:link, #nav a:visited {
		color: #282873;
		font-size: 8pt;
	}

	#left {
		width: 265px;
		padding: 25px 10px 20px 70px;
		float: left;
	}

		#char {
			width: 262px;
			background: #DCDDE1 url(char-bg.gif) bottom repeat-x;
			margin: 20px 0px 10px 0px;
		}

			#char h1 {
				height: 20px;
				color: #FFE400;
				font-size: 7pt;
				font-weight: 700;
				background: #8080A5;
				text-transform: uppercase;
				padding: 5px 0px 0px 10px;
			}

			#char p {
				padding: 10px 5px 10px 5px;
				color: #01012C;
				font-size: 8pt;
				text-align: justify;
			}



	#center {
		width: 392px;
		width: 656px;
		float: left;
		color: #282873;
		font-size: 8pt;
		padding: 25px 20px 20px 20px;
	}

		#center h1 {
			background: url(h1-bg.jpg) repeat-y left;
			color: #FFE400;
			font-size: 8pt;
			font-weight: 700;
			padding: 3px 20px 3px 45px;
			margin: 0px 0px 10px 0px;
			display: block;
		}

		#center p	{
			color: #282873;
			font-size: 8pt;
			text-align: justify;
			margin: 5px 0px 0px 0px;
		}

		#center a:link, #center a:visited {
			color: #1B1BB4;
			font-size: 8pt;
		}

		#center img {
			border-color: #5F5F9F;
			border-style: solid;
			border-width: 0px;
		}

	#right {
		width: 215px;
		float: left;
		padding: 0px 10px 20px 10px;
	}

		#right h1 {
			font-size: 8pt;
			font-weight: 700;
			color: #393999;
			text-transform: uppercase;
			padding: 5px 0px 0px 20px;
		}

		#right ul {
			margin: 10px 0px 0px 5px;
			list-style:none;
		}

		#right li {
			/*list-style-image: url(arr.png);*/
			line-height: 15px;
			margin: 5px 0px 0px 0px;
		}

		#right a:link, #right a:visited {
			color: #282873;
			font-size: 8pt;
			padding:4px;
			text-decoration: none;
			background:#E5E5ED;
			display:block;
		}

		#right a:hover {
			color: #1D1D62;
			background:#CCCCEB;
		}

#foot {
	width: 752px;
	height: 40px;
	background:url(foot-bg.jpg) no-repeat;
	float: left;
	text-align: right;
	padding: 3px 250px 0px 0px;
}

.request
{
	float: left;
	margin: 0px 12px 6px 0px;
}
.request INPUT
{
	border: solid 1px #cccccc;
	font-size: 9px;
	color: #282873;
	padding: 2px;
	width: 140px;
}
.request TEXTAREA
{
	border: solid 1px #cccccc;
	width: 612px;
	height: 150px;
	font-size: 12px;
	color: #282873;
	padding: 2px;
}

#player {
	margin: 0 auto;
	padding: 0;	
}
