/* ========== nudibranch items ========== */

textarea 
{
   width:500px;
}

#pagewidth
{ 
   width:960px; 
   height: 800px;
   text-align:left;  
   margin-left:auto; 
   margin-right:auto;
   background: #F6F4F3 url(../images/layout/contentbg.jpg) left top repeat-y; 
}

#header
{
   position:relative; 
   background:#95ceff url(../images/layout/header.jpg); 
   background-repeat:no-repeat;
   height:187px;
   width:960px;
}

#content
{
   width: 580px;
   height: 613px;
   position: absolute;
   margin-left: 220px;
   float: left;
   z-index:0;
   font-size: 12px;
}

#rightcol
{
   float: right;
   width: 147px;
   height: 613px;
   position: absolute;
   margin-left: 810px;
}

#rightcol p
{
   font-family: Verdana;
   font-size: 10px;
}

#about
{
   float: right; 
   text-align: right;
   padding-right: 7px;
   position: relative; 
   /* line-height: 1; */
   background: #fff url(../images/layout/about.jpg) right top;
   background-repeat: no-repeat;
   width: 160px;
   height: 15px;;
   top: 35px; 
}

#about a
{
   margin-top: 2px;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
   text-align: right;
   text-transform: uppercase;
   font-size: 10px;
}

#lan
{
   float: right; 
   position: relative; 
   width: 150px;
   top: 113px;
   left: 252px;
}

#koraal
{
   padding-bottom: 0;
   margin-bottom: 0;
   position:relative;
   bottom: 0;
   background: #001e55 url(../images/layout/koraal.jpg) bottom no-repeat;
   width:211px;
   height: 613px;
}

#homenews
{
   /*text-align: center;*/
}

#homenews h1
{
   padding-top: 5px;
   font-size: 14px;
   font-weight: bold;
}

#newstable
{
   width: 100%;
   align: center;
   text-align: center;
}

h1
{
   font-size: 14px;
   font-weight: bold;
}








