* {
    margin: 0;
    padding: 0;
}

p, ul, ol, h1, h2, h3, h4 {
	line-height: 1;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/*
* Top-level CSS controls for general structural layout
*/

body {
	background: url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:top; 
	background-color:#0056a3;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border: none;
}

#main {
    width: 820px;
    height: 760px;
    position: relative;
    left: 50%;
    margin-left: -410px;
}

#navigation {
    width: 820px;
    height: 45px;
}

#content {
    width: 800px;
    height: 720px;
    position: relative;
    left: 10px;
}

#movie {
    width: 600px;
    height: 332px;
    margin-left: 100px;
}

#how-to-play {
    background: url(images/diagram.gif) no-repeat right 72px;
    width: 620px;
    margin-left: 98px;
    font-size: 12pt;
	color: #1800ba;
}

#how-to-play h1 {
    text-align: center;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: navy;
}

#how-to-play p {
    line-height: 1.2em;
    margin-bottom: 1.1em;
}

#how-to-play #instructions {
    width: 390px;
}

#how-to-play ol {
    line-height: 1.2em;
    width: 300px;
    list-style-position: inside;
    margin-bottom: 1.2em;
}

#how-to-play li {
    list-style-position: inside;
    margin-bottom: 0.8em;
    color: navy;
    font-weight: bold;
}

#how-to-play .step {
    color: #1800ba;
    font-weight: normal;
}

/*
* Image positioning styles.
*/

#content #munks {
    position: absolute;
    top: 15px;
    left: -180px;
}

#content #ettes {
    position: absolute;
    top: 0px;
    right: -180px;
}

#content #alvin-crop {
    position: absolute;
    top: 45px;
    left: -200px;
}

#content #brittany-crop {
    position: absolute;
    top: 0px;
    right: -207px;
}

#content #dancelogo {
    position: absolute;
    bottom: 20px;
    left: 100px;
}

#content #dance-off {
    position: relative;
    top: 10px;
    left: 180px;
}

#content #film-title {
    position: relative;
    top: 10px;
    left: 275px;
}

/*
* Footer styles borrowed from the Fox Alvin site.
*/

#footer {
	width:100%;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer-content {
	padding:5px 0 0 0;
	text-align:center;
	margin:auto;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	line-height:11px;
    width: 900px;
}

#footer_copy, #footer_copy a {
	color:#4c4c4c;
}

#footer_copy p {
	padding: 0 0 5px 0;
}

.footer_ratings, .footer_ratings a {
	color:#6f6f6f;
}

#logo_left {
	float:left;
	margin-top:5px;
}

#logo_right {
	float:right;
	margin-top:5px;
}

/*
* CSS controls for the navigation bar in the main area above the content
*/

#navigation ul {
    list-style: none;
    padding-top: 10px;
    margin-left: 10px;
}

#navigation ul li {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    background: url(images/button-left.gif) no-repeat top left;
}

#navigation li a {
    display: block;
    background: url(images/button-right.gif) no-repeat top right;
    margin-left: 6px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 10px;
    color: #dddddd;
    text-decoration: none;
}

#navigation ul li#soundtrack {
    background: url(images/soundtrack-left.gif) no-repeat top left;
}

#navigation li#soundtrack a {
    background: url(images/soundtrack-right.gif) no-repeat top right;
    position: relative;
    top: -2px;
    padding-top: 7px;
    padding-right: 40px;
    padding-bottom: 9px;
    color: #f7941d;
}
#navigation ul a:hover {
    color: #ffffff;
}

#navigation ul a:active {
    border: none;
}

#index #index, #play #play, #scores #scores, #howto #howto {
    color: #ffffff;
}


/*
* CSS controls for the layout of the high scores page.
*/

.chipmunks {
    width: 250px;
    float: left;
    color: #ff2021;
    background: url(images/box-top.gif) no-repeat top left;
}

.chipettes {
    width: 250px;
    margin-right: 0px;
    float: right;
    color: #ff1799;
    background: url(images/box-top.gif) no-repeat top left;
}

#content #chipmunks-winning {
    height: 40px;
    background: url(images/current-winners.gif) no-repeat left;
    margin-left: 205px;
}

#content #chipettes-winning {
    height: 40px;
    background: url(images/current-winners.gif) no-repeat right;
    margin-right: 205px;
}

.totals, .scoretables {
    position: relative;
    width: 520px;
    margin-left: 140px;
}

.totals {
    height: 120px;
}

.scoretables {
    height: 340px;
}

.totals #chipmunks {
    position: relative;
    left: 30px;
}

.totals #chipettes {
    position: relative;
    left: 105px;
}

.totals p {
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    margin-top: 21px;
    background: url(images/box-middle.gif) repeat-y left;
}

.separator {
    height: 50px;
    position: relative;
}

.separator a {
    background: url(images/pick-off.gif) no-repeat top;
    display: block;
    position: absolute;
    left: 184px;
    margin-top: 11px;
    width: 425px;
    height: 28px;
}

.separator a:hover {
    background: url(images/pick-on.gif) no-repeat top;
}

.total, .scoretable {
    background: url(images/box-bottom.gif) no-repeat bottom left;
    padding-bottom: 21px;
}

.scoretable h4 {
    background: url(images/box-middle.gif) repeat-y left;
	margin-top: 21px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.scoretable p {
    background: url(images/box-middle.gif) repeat-y left;
    position: relative;
    font-weight: bold;
    font-size: 16pt;
    height: 1.2em;
    line-height: 1.2em;
    white-space: nowrap;
}

.scoretable .position {
    padding-left: 15px;
}

.scoretable .nickname {
    position: absolute;
    width: 5.8em;
    overflow: hidden;
    left: 50px;
}

.scoretable .score {
	position: absolute;
	right: 15px;
}

