/***************************
	Basic Containers
***************************/

body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 16px;
	background: #5D3618 url("/custom_events/resources/mars/img/background-orange.gif") repeat-x;
}

h1 {
	color: #636562;
	font-size: 24px;
	line-height: 28px;
}

h2 {
	color: #636562;
	font-size: 20px;
	line-height: 24px;
}

h3 {
	font-weight: normal;
}

em {
	font-style: italic;
}

p {
	margin: 16px 0px;
}

strong {
	font-weight: bold;
}

/***************************
	pleh
***************************/

.innerBodyContainer {
    position: absolute;
    left: 50%;
    width: 656px;
    height: 1095px;
    margin: 0 0 0 -328px;
	background: url("/custom_events/resources/mars/img/background-player-noslide.png") no-repeat;
}

/***************************
	Player
***************************/

#player {
    width: 640px;
    height: 360px;
    margin: 0 auto;
}

.companyInfo {
    margin: 0 0 0 24px;
    color: #444444;
}

.playerContainer {
    position: relative;
    top: 114px;
    left: 4px;
    width: 649px;
}

.navigation-large-player {
    overflow: hidden;
    margin: 4px 0 24px 0;
    color: #444444;
}

.navigation-large-player li {
    float: left;
    margin: 0 8px;
}