body, html {
    font-size: 11px;
    line-height: 1.4em;
    font-family: "Helvetica", "Myriad", "Verdana", sans-serif;
    color: #464646;
    margin-top: 9px;
    margin-left: 18px;
    margin=right: 0px;
    background-image: url("../../media/images/grid_tile-light.gif");
    background-repeat: repeat;
    background-position: top left;
}

p {
   color: #464646;
}

p.listplaylists {
   padding-top: 53px;
}

p.header {
   font-size: 14px;
   line-height: 1.5em;
}

p.smallindent {
   padding-left: 10px;
}

p.rightalign {
   text-align: right;
}

h1 {
   font-size: 14px;
   text-decoration: none;
   font-weight: normal;
   padding-bottom: 10px;
}

h2 {
   font-size: 14px;
   text-decoration: none;
   font-weight: normal;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #4b7e7d;
    font-weight: bold;
}

a:hover {    text-decoration: underline;
}

img {
    border: none;
}

table {
    width: 800px; 
    border-style: none;
    border-spacing: 0px;
    background-color: transparent;
    background-image: transparent;
}

td {
    background-color: transparent;
    background-image: none;
    padding: 1px;
    text-align: left;
    vertical-align: top;
}

td a:link, a:visited {
    color: #4b7e7d;
    font-weight: bold;
}

td#logo {
    height: 50px;
    background-color: transparent;
}

td#nav {
    padding-left: 15px;
    padding-right: 5px;
    width: 90px;
}

td#image {
    width: 422px;
    background-image: url("../../media/images/bubblechair-light.gif");
}

td#content {
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 510px;
}

td#footer {
    background-color: #e97737;
    padding-left: 10px;
    padding-right: 10px;
}

td#footer p {
    color: #ffffff;
}

td#footer a, td#footer a:link, td#footer a:visited {
    color: #a3d7d6;
    font-weight: bold;
}

hr {
    border: 1px dashed #b6d95e;
    color: none;
    background-color: none;
}

ul {	list-style: none;	margin-left: 0em;	padding-left: 0em;	text-indent: 0em;}

ul.address {
	margin-left: 10px;
}

ul.topten {
	margin-left: 160px;
}

span.boldorange {   
    font-weight: bold;
    color: #e97737;
}

span.italic {
    font-decoration: italic;
}

span.largertext {
    font-size: 14px;
}

span.floatleft {
    float: left;
}

span.floatright {
    float: right;
}