* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color:#F2F2F2;
}

p {
 padding: 0px;
}

img {
 border-style:none;
 border-width:0px;
}

h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;

 padding-bottom:10px;
}


h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight:bold;
 padding-bottom:3px;
}

.bluetext {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:#6fa5d1;
 font-weight:bold;
}

.tracks a:link { 
 text-decoration: none;  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:#000000;
}
.tracks a:visited {
 text-decoration: none;  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:#000000;
}
.tracks a:active {text-decoration: none}
.tracks a:hover {text-decoration: underline;}

.category a:link { 
 font-weight:bold;
 text-decoration: none;  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#8C8C8C;
}
.category a:visited {
 font-weight:bold;
 text-decoration: none;  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#8C8C8C;
}
.category a:active {text-decoration: none}
.category a:hover {text-decoration: underline;}

.title a:link { 
 text-decoration: none;  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color:#6fa5d1;
}
.title a:visited {
 text-decoration: none;  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color:#6fa5d1;
}
.title a:active {text-decoration: none}
.title a:hover {text-decoration: underline;}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}

#content { 
 float:right;
 color: #333;
 background: #ebedee;
 min-height: 549px;
 width: 810px;
 border-bottom-width:20px;
 border-top-width:20px;
 border-right-width:20px;
 border-left-width:0px;
 border-style:solid;
 border-color:#ffffff;
 margin-top:0px;
}


#empty_content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 min-height: 549px;
 width: 818px;
 display: inline;
 margin-top:5px;
}

#menu {
float:left; width:150px;  min-height: 589px; background: #FFFFFF;
 padding-top:20px;
 padding-left:10px;
 padding-right:10px;
}
#holder {
  background: #FFFFFF; min-height:800px;
}

#header {
 padding-top:0px;
 color: #333;
 width: 1000px;
 float: left;
 height: 140px;
 background: #FFFFFF;
}

#footer { 
 width: 1000px;
 height: 55px;
 clear: both;
 color: #333;

}

#navigation {
 text-align:right;
 float:left;
 width: 1000px;
 height: 26px;
}

#navigation_sub {
 float: left;
 line-height:44px;
 text-align:center;
 width: 1000px;
 height: 44px;
 background-color:#252525;
 color:#ffffff;
 font-size:14px;
 letter-spacing:2px;
 font-weight:bold;
}


.message{
 background-color:#FFFFFF;
 color:#F30D0D;
 font-weight: bold;
 border:2px solid #F30D0D;   
 padding:10px; 
}

