﻿/********************************************/
/*         Written by: Lars Astrom          */
/*         2007 - A3 IT Solutions           */
/********************************************/

body, html{
  width:100%;
  text-align:left; 
  background:#ffffff;
  margin:0 0 0 0;
}

#container{
  width:100%;
  float:left;
  background:url(/images/background.jpg) repeat-y top left;
}

#header{
  width:100%;
  background:#a89480; 
}

#topNav{
  width:99.9%;
  background:#a89480; 
}

#topNavTable{
  margin:1px 0 0 1px; 
}

#topNavTable td{
  background:#666666; 
  border-right:1px solid #a89480;
}

.leftNav{
  width:211px;
  margin:0 0 0 1px;
  padding:0 0 10px 0;
}

.content{
  padding:11px 5px 20px 11px; 
  font-family:Verdana, Arial, Sans-Serif;
  font-size:11px;
  color:#000000;
  line-height:15px;
}

#footer{
  width:100%-1px;
  clear:both;
  padding:5px 0 5px 0;
  border-left:1px solid #ffffff;
  border-top:1px solid #ffffff;
  background:#666666;
  text-align:center;
}

#gallery{
  width:525px;
  overflow:hidden;
}

.floatRight{
  float:right;
  margin:0 0 10px 10px;
}