
	html {
		background-color: #ffffff;
	}

	body {
		padding-left: 0px;
		padding-bottom: 30px;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		font-size: 12px;
		font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
		text-align: center;
	}

	img {
		border-style: none;
		border-width: 0px;
	}

	#container {
		width: 756px;
		background-image: url(../images/shadow.png);
		margin: auto;
		padding: 22px 30px 22px 30px;
	}

	#topinfo {
		margin: auto;
		width: 816px;
		height: 30px;
		background-image: url(../images/shadow_top.png);
		background-position: 0px bottom;
		background-repeat: no-repeat;
	}
	
	#logo {
		float: right;
	}
	#player {
		float: left;
	}
	#introduction {
		float: left;
	}


	#footer {
		clear: both;
		padding: 0;
		margin: 0;
	}

	#footer ul {
	float : left;
	margin: 0px;
	}

	
	#footer li {
		list-style-type: none;
		display: inline-block;
		width: 189px;
		height: 97px;
		float: left;
	}

	#top {
		height: 262px;
	}

	#submenu {
		font-size: 11px;
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
		height: 25px;
	}
	
	#submenu li {
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 10px;
		padding-top: 10px;
		text-align: center;
		float: left;
		display: inline-block;
		height: 25px;
		list-style-type: none;
	}
	
	#submenu a {
			color: #666666;
	}
	
	#submenu li:hover, #submenu a:hover  {
		text-decoration: none;
		background-color: #F1F1F1;
	}
	
	#submenu #selected, #submenu #selected a {
		font-weight: bold;
		color: #ca0006;
		background-color: #e4e4e4;
	}

	#menu {
		width: 179px;
		list-style-type: none;
		float: left;
		text-align: left;
		margin: 37px 0;
		padding: 0px;
	}
	
	#menu li span {
	display: block;
	font-size: 11px;
	text-transform: none;
	line-height: 14px;
	text-indent: 10px;
	
	}
	
	#menu li {
		color: #333333;
		font-size: 13px;
		line-height: 36px;
		text-transform: uppercase;
		border-bottom-color: #333333;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
	}
	
	#menu a, #bottommenu a {
		color: #333333;
	}
	
	#menu a:hover, #bottommenu a:hover {
		color: #999999;
		text-decoration: none;
	}
	
	#menu #last {
		border-bottom-width: 0px;
	}
	
	/* horizontal menu */
	#menuhor {
		width: 210px;
		list-style-type: none;
		float: left;
		text-align: left;		
		padding: 0px;
	}
	
	
	#menuhor li span {
	
	font-size: 11px;
	text-transform: none;
	line-height: 14px;
	text-indent: 10px;
	
	}
	
	#menuhor li {
		color: #333333;
		font-size: 13px;
		line-height: 36px;
		text-transform: uppercase;
		border-bottom-color: #333333;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
	}
	
	#menuhor a, #bottommenu a {
		color: #333333;
	}
	
	#menuhor a:hover, #bottommenu a:hover {
		color: #999999;
		text-decoration: none;
	}
	
	#menuhor #last {
		border-bottom-width: 0px;
	}
	


	#content {
		width: 520px;
		line-height: 18px;
		font-size: 12px;
		text-align: left;
		margin: 37px 0 37px 0;
		float: right;
	}

	#content label {
		display: block;
		padding-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
	}

	#content p {
		padding-bottom: 10px;
	}

	#content ul {
		list-style-type: square;
		margin-top: 5px;
		margin-bottom: 30px;
	}

	h1 {
		margin-bottom: 30px;
		line-height: 15px;
		font-size: 18px;
		color: #333333;
		clear: left;
		display: block;
	}
	
	h2 {
		margin-bottom: 8px;
		line-height: 15px;
		font-size: 14px;
		color: #333333;
		clear: left;
		display: block;
	}

	#bottomshadow {
		width: 816px;
		margin: auto;
		padding-top: 15px;
		background-image: url(../images/shadow_bottom.png);
		background-repeat: no-repeat;
	}
	
	#bottommenu {
		list-style-type: none;
		float: left;
		text-align: left;
		padding: 8px;
		margin: 0;
	}
	
	#bottommenu ul {
		margin: 0;
	}
	
	#bottommenu li {
		color: #333333;
		font-size: 13px;
		height: 20px;
		text-transform: uppercase;
	}
	

	a {
		text-decoration: none;
		color: #6aafff;
	}

	a:hover {
		text-decoration: underline;
	}




	hr {
		height: 0px;
		border-style: none;
		clear: both;
		background-color: white;
		color: white;
		padding: 5px;
	}
	
	#bottomshadow #legal {
		font-size: 11px;
		float: right;
		text-align: right;
		padding: 8px;
	}
	
	
	form span {
		padding: 5px 0 3px 0;
		font-size: 11px;
		display: inline-block;
		width: 190px;
	/*	float: left;  */
	}
	
	form input[type='text'], form textarea, form select {
		display: block;
	}
	
	form input[type='checkbox'] {
		display: inline-block;
		float: left;
	}
	
	form label {
	margin: 30px 0 0 0;
	clear: both;
	}
	
	form #short {
		width: 100px;
	}
	form #long {
		width: 300px;
	}
	
	.tabstyle{

	}

	
	#tabs {
	display: block;
	/* border-bottom: black 1px solid; */
	margin: 0px 0px 20px 0px;
	/* padding: 5px 0px 0px 10px; */
	font-size: 10px;
	/* height: 20px; */
	padding: 5px 0px 0px 0px; 
	}
	
	#tabs li {
	float: left;
	display: inline-block;
	border: black 1px solid;
	margin: 0px 5px 5px 0px;
	padding: 0 5px 0 5px ;
	height: 19px;
	}
	
	#tabs li:hover {
	cursor: pointer;
 	color: black;
	}
	
	
	.dropcontent{
	display:block;
	}
	


	

