*{font-family:tahoma, verdana;}
/*
A:link {text-decoration: none; color:#666666;}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#666666;}
A:hover {text-decoration: none; color:#666666;}
*/
body
{
  background-color: #000;
  margin: 0;
  padding: 0;  
}

div#cms 
{
  width : 690px;
  background-color: white;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 12px;
  font-family: verdana, sans-serif;

}

#site_name
{
  width: 200px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Trebuchet MS', arial, sans-serif;
  margin:0 20px 20px 0;
}

#mainNavigation
{
  float: right;
}

#mainNavigation ul.site_navigation li
{
  display: inline;
  padding-left: 10px;
}

#cms h2
{
  font-size: 18px;
  font-family: 'Trebuchet MS', arial, sans-serif;
  margin: 10px 0;
  border-bottom: solid 1px lightgrey;
}

#cms .cms_head
{
  font-weight: bold;
  margin: 10px 0;
}

#cms .cms_related, #cms .cms_references, #cms .cms_about
{
  margin: 10px 0;
}

#cms .cms_presentation 
{
  margin-right: 290px;
}

#cms .cms_updates 
{
  width: 270px;
  float: right;
}

#cms .cms_about 
{
  clear: right;
}

#cms ul#breadcrumb_trail li
{
  display: inline;
  list-style: none;
  padding-right: 16px;
  background: url(../images/tab_right.png) right no-repeat;
}

#cms ul#breadcrumb_trail li.last
{
  background: none;
}