/* CSS Document */
body {
 margin-top: 20px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #0091F8 url(images/body-bg.jpg) top center repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #0048AA;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #0048AA;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
td#topnav {
 margin: 0px;
 padding: 0px;
 width: 896px;
 background: url(images/topnav-bg.png) bottom left repeat-x;
 text-align: left;
}
#topnav a.tab {
 display: block;
 float: left;
 margin: 0px 1px;
 padding: 6px 0px 7px 0px;
 width: 93px;
 text-align: center;
 background: url(images/tab.png) top center no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #000;
 text-decoration: none;
}
#topnav a.tab:hover {
 background: url(images/tab-over.png) top center no-repeat;
}
table#header {
 margin: 0px;
 padding: 0px;
 margin-left: 2px;
 width: 942px;
 text-align: left;
 border-left: 15px solid #e6e6e6;
}
table#header td{vertical-align: top;}
table#content {
 margin: 0px;
 margin-right: 15px;
 padding: 0px;
 width: 925px;
 text-align: left;
 background-color: #fff;
 border-left: 15px solid #e6e6e6;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
div#teen-box {
 width: 435px;
 height: 293px;
 background: #fff url(images/teen-box-bg.jpg) top left no-repeat;
 padding: 0px 0px 20px 7px;
 text-align: justify;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
}
#teen-box a {
 color: #000;
 text-decoration: none;
}
div#adults-box {
 width: 429px;
 height: 293px;
 background: #fff url(images/adults-box-bg.jpg) top left no-repeat;
 padding: 0px 0px 20px 7px;
 text-align: justify;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
}
#adults-box a {
 color: #000;
 text-decoration: none;
}
div#whatsnew-adults {
 margin: 5px;
 padding: 5px;
 width: 250px;
 float: left;
 text-align: left;
 background: #6FAD00 url(images/green-fade-bg.jpg) top center repeat-x;
}
div#whatsnew-teens {
 margin: 5px;
 padding: 5px;
 width: 250px;
 float: left;
 text-align: left;
 background: #FAF600 url(images/yellow-fade-bg.jpg) top center repeat-x;
}
div#content-bottom {
 margin: 0px;
 margin-right: 14px;
 padding: 0px;
 width: 926px;
 height: 12px;
 background: url(images/content-bottom.png) top center no-repeat;
}
table#footer {
 margin: 0px;
 margin-right: 15px;
 padding: 0px;
 width: 916px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
div#whats-new-index{
  border:solid 1px #000000; background-color: #f4f2b5; width:89%;
  padding:2px 0.5%;
}
ul.left, ul.left li, ol.left,ol.left li{text-align:left;}
