body{
margin:0;
padding:0;
line-height: 1.5em;
background: #42578e;
}

a:link {
	font-weight: bold;
	color: #42578e;
        text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #FFFFFF;
        text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #42578e;
        text-decoration: none;
}

a:hover { 
	color: #FFFFFF; 
        background-color: #42578e;
        cursor: help;
	text-decoration: none; 
	font-weight: bold;}

#maincontainer{
width: 704px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
position: absolute; 
right: 140px; 
border: 4px solid #FFFFFF;
background: #FDFDFD;
font-family: verdana, helvetica, sans-serif;
font-size: 10pt; 
color: #000000;
line-height: 20px;
}


#topsection{
background: #FDFDFD;
height: 380px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#navcontainer ul {
padding: 0em 0;
margin: 0;
margin-left: 0px;
margin-top: 308px;
position: absolute; 
list-style-type: none;
background-color: transparent;
color: #FFF;
width: 700px;
height: 20px;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
text-align: center;
}
		
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 8px 16px; 
margin: 2px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #6e7dbe;
text-decoration: none;
text-transform: uppercase;
}

#navlist a:hover
{
color: #6e7dbe;
text-decoration: none;
background-image: url(menuhov.gif);
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -202px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFFF;
border: 0px;
font-size: 10pt; 
color: #000000;
line-height: 15px;
}

#footer{
clear: left;
width: 100%;
background-image: url(soundandvision_footer.jpg);
line-height: 11pt;
font-size: 7pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #404040;
text-align: center;
padding: 0px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

input, textarea, option, select {
	background-color: #FFFFFF;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        color: #42578e;
	letter-spacing: 1px;
	border-right: 0px solid #42578e;
	border-left: 5px solid #42578e;
        border-top: 0px solid #42578e;
        border-bottom: 3px solid #42578e;
	padding:2px; }

td {font: 8pt Arial, Verdana, Tahoma, sans-serif;}

b  {font-size: 14pt; color: #42578e;}

em {font-size: 7pt; 
color: #95978C;
line-height: 15px;
}

.linie {
  border-bottom-color: #95978C;
  border-bottom-width: 0px;
  border-bottom-style: double;
}

.stats {
  margin: 15px;
  padding: 5px;
  width: 400px;
  border-left: 10px solid #42578e;
  background-image: url(soundandvision_footer.jpg);
  text-align: center;
  line-height: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  color: #404040;
  }

li.bulletcontent {
list-style-image:url(bullet.gif);
}

hr {display:none}