*{
	margin: 0;
	padding: 0;
}

div.jp-audio,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  font-size:1.25em;
  background: black;
  	width:100%;
	height: 100%;
}


body{
	text-align:center;
	width:100%;
	height: 100%;
	font-family: Courier New, Courier, monospace;
	font-size: 24px;
	background-color: white;
}

#bg1{
	background: transparent url("../images/bg_01.jpg") repeat-y top center;
}

#bg2{
	background: transparent url("../images/bg_02.jpg") repeat-y top center;
}

#bg3{
	background: transparent url("../images/bg_03.jpg") repeat-y top center;
}

#bg4{
	background: transparent url("../images/bg_04.jpg") repeat-y top center;
}

#bg5{
	background: transparent url("../images/bg_05.jpg") repeat-y top center;
}

#bg6{
	background: transparent url("../images/bg_06.jpg") repeat-y top center;
}


a{
	color: #000;
	text-decoration: underline;
}


a:hover{
	color: #999;
	text-decoration: underline;

}


#container{
	width: 340px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#contentWrapper{
	width: 400px;
	background-color: none;
	margin: 0 auto;
}

#navigation li span{
	display: none;
}

#navigation{
    width: 450px; 
	height: 27px;
    background: url("../images/website_nav.gif");
    margin: 20px auto; 
    position: relative;
	background-color: none;
}

#navigation li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}

#navigation li, #navigation a {
	height: 27px; 
	display: block;
}


#link_1{
	left: 0; 
	width: 50px;
}

#link_2{
	left: 60px; 
	width: 135px;

}

#link_3{
	left: 190px; 
	width: 120px;

}

#link_4{
	left: 320px; 
	width: 120px;

}

#link_5{
	left: 445px; 
	width: 90px;
}


#link_1 a:hover {
    background: transparent url("../images/website_nav.gif")
    0 -27px no-repeat;
}

#link_1.selected {
    background: transparent url("../images/website_nav.gif")
    0 -27px no-repeat;
}

#link_2 a:hover {
    background: transparent url("../images/website_nav.gif")
    -60px -27px no-repeat;
}

#link_2.selected {
    background: transparent url("../images/website_nav.gif")
    -60px -27px no-repeat;
}



#link_3 a:hover {
    background: transparent url("../images/website_nav.gif")
    -190px -27px no-repeat;
}

#link_3.selected {
    background: transparent url("../images/website_nav.gif")
    -190px -27px no-repeat;
}


#link_4 a:hover {
    background: transparent url("../images/website_nav.gif")
    -320px -27px no-repeat;
}

#link_4.selected {
    background: transparent url("../images/website_nav.gif")
    -320px -27px no-repeat;
}


#link_5 a:hover {
    background: transparent url("../images/website_nav.gif")
    -445px -27px no-repeat;
}

#link_5.selected {
    background: transparent url("../images/website_nav.gif")
    -445px -27px no-repeat;
}

#content{
	background-color: white;
	margin: 20px 0;
	padding: 30px;
}

#contentNopadding{
	background-color: white;
	margin: 20px 0;
}

#contentNopaddingPers{
	background-color: white;
	margin: 20px 0;
	padding: 20px;

}

#contentNopaddingPers p{
	margin: 0 0 1em 0;
}

#content p{
	margin: 0 0 1em 0;
}

#content .extras{
	font-size: 12px;
}

table{
	font-size: 18px;
	
}

td{
	padding: 5px;
	
}

td.right{
	text-align: right;
}

.small {
	font-size: 12px;
}

.one{
	background-color: #350068;
	display: block;
	color: white;
		font-size: 13px;



}

.one a{
	color: white;
	background-color: #350068;
	display: block;
	text-decoration: none;
	padding: 25px 5px 0px 5px;

}
.one a:hover{
	background-color: #646EA2;
	display: block;
	color: #646EA2;
	padding: 25px 5px 0px 5px;


}





.white{
	color: white;

}

table td.left{
	text-align: left !important;
}


.big{
	font-size: 16px;
}


#footer{
	background-color: none;
		font-size: 12px;

}

#footer .extras{
	font-size: 12px;
}


.sponsors{
	float: right;
	border: none;
}

.sponsors a{
	border: none;
	text-decoration: none;
}



