﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000 url() repeat-x;
	color: #c0c0c0;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #fff600;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    }

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
    margin-left: 90px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

.object 
{
	float: left;
}

.player
{
    float: right;
}


#body_wrapper {
	margin: 0px auto;
	width: 900px;
	background: url('images_2/header5_color.jpg') no-repeat 0% 0%;
    height: 404px;
    overflow: hidden;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	position:relative;
    top: -52px;
    left: 0px;
}

#left {
	float: left;
	padding-top: 30px;
	width: 300px;
}



/* Main Content */

#maincontent_1 {
    position: relative;
	text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    width: 510px;
    top: 0px;
    left: 0px;
}

#maincontent_2 {
	width: 510px;
    height: 280px;
    margin-top: 0px;
}

#maincontent_content 
{
    padding: 5px 10px 5px 10px;
	color: #fff;
	background: #000 
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 2px;
    height: 280px;
    z-index: -1;
}

#maincontent_content a {
	color: #fff600;
	background-color: inherit;
}

#maincontent_content a:hover {
	color: #724c04;
	background-color: inherit;
}



