﻿/* Copyright © 2006 Openkast Limited. All Rights Reserved.*/
.fp-container{
  width:790px; 
  
  }

.container{
  width:780px;
  
 }

.header{
 width:100%;
 height:123px;
}

.header-bar{
 height:20px;
 width:100%;
 background-color:#000000;
 padding-top:5px;
}



.menu-links{padding:10px;}

.content{
 width:620px;
 padding-left:20px;
 margin-bottom:100px; 
 xborder:1px solid #ff0000;
 float:left;
}

.fp_content{
 width:780px; 
 display:table-cell;
}

.footer{
 width:100%;
 height:50px;
 border-top:1px solid #999999;
 padding-top:5px;
}

a.menutext:link {color:#222222; font-weight:bold; text-decoration:none;}
a.menutext:visited {color: #222222; font-weight:bold; text-decoration:none}
a.menutext:active {color: #222222; font-weight:bold; text-decoration:none}
a.menutext:hover { color:#c0c0c0; font-weight:bold; text-decoration:none}

.menuhighlight{
 font-weight:bold;
 text-decoration:none;
 color:#ffffff;
}




