@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(images/bgtile.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	}

#container { 
	width: 1000px;
	background: none;
	margin: 0 auto; 
	text-align: left;
} 

  #header { 
	background: url(images/header.gif) no-repeat; 
	width: 1000px;
	height: 78px;
	margin-top: 10px;
	padding: 80px 10px 0 20px; 
} 
  #header h1 {
	margin: 0; 
	padding: 10px 0;
}


#menu {
height: 60px;
width: 550px;
margin: 0px  0px 0px  430px ;
}

#menu ul {
	margin-top: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 13px;
	padding: 0px 10px;
	background: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

#menu a:hover, .active a {
	color: #afdf08;
}

  #sidebar1 {
	background: none;
	float: right;
	width: 440px;
	height: 500px;
	margin: 0;
	color: #fff;

}	
 
 #sidebar1 h2{
	 font-size: 12px;
	 color:#000}
table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 320px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border: 1px solid #ccc;
	background: #333;
	color: #fff;
	}
	
tr.rowcolor {
background: #333;
color:#fff}

td {
	border: 1px solid #CCC;
	padding: 0px;	}

td.width {
	width: 190px;
	}

td.adjacent {
	border: 1px solid #CCC;
	text-align: center;
	}
	
	
  #mainContent { 
	margin: 0;
	text-align: justify;
	width: 500px;
	padding: 0 20px; 
} 

#currentseries {
	background: url(images/whatsnew.gif) no-repeat;
width: 450px; /* 432 */
padding: 30px 0px 0px 15px;
	height: 400px; /* 250 */
}
	
#tweet {
	margin: 20px 20px 20px 20px;
	width: 410px;
	height: 100px;
}	

.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; }
  
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #afdf08; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even {
      background-color: #e5ff8c; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
	
  #footer { 
  margin-top: 50px;
	padding: 0 10px 0 20px;
	background: none;
} 
  #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 9px;
	color: #8f8f8f;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}