body {
	font-size: 1em;
	background:#ffce00 url(../images/rollerbg.jpg) repeat-y;
	background-position: center center;
}
h1,h2,h3,h4{
	color: #0197a6;
	display:inline;
}
#headerContainer{
	background-image:url(../images/header1.jpg);
	margin:0px;
	width:960px;
}
#menu{
	margin-top: 265px;
}
#divider{
	background-image:url(../images/divider.jpg);
	background-repeat:no-repeat;
	margin:0px;
	width:960px;
	height:5px;
}
#mainContent{
	margin-top: 15px;
}
#mainContentRight{
	margin: 15px 0px 15px 0px;
	text-align:center;
}
#footer{
	text-align:center;
}
#albumit{
	width: 100%;
	height: 121px;
	background-color:#e7f8fa;
	border: 2px solid #65b5a7;
	clear: both;
	margin-bottom: 15px;
}
#albumthumbit{
	float: left;
	padding: 10px;
}
#albumdecit{
	float: left;
	padding: 10px 10px 10px 0px;
}
.albumittitle{
	color:  #65b5a7;
	font-size: 18px;
	text-decoration: none; 
}
.albumitdate{
	color:  #000;
	font-size: 12px;
	text-decoration: none; 
}

/*- Menu Tabs */

    #tabsI {
      float:left;
      width:100%;
      font-size:17px;
      line-height:normal;
	  
      }
    #tabsI ul {
	margin:0;
	padding:0px 10px 0 10px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:12px 15px 10px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

