body {
  background-image: url(images/fsimg_fill.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  margin-top:20;
}
#topspace{
	height:15;
	display: block;
	clear: right;
}
#container{
  height:470px;
  width:698px;
  margin-left:auto;
  margin-right:auto;
}

#banner{
	height:404px;
	background-color:#333333;
	width:190px;
	float:left;
	background-image: url(images/fsimg_banner.gif);
}  
#navigation{
  height:31px;
  margin-left:190px;
}

#content{
	background-color:#F8F8F8;
	height:404px;
	width:508px;
	overflow:auto;
	float:left;
	background-image: url(images/fsimg_content.gif);
}

#content_left{
	height:384px;
	width:280px;
    margin-left:10px;
    margin-top:10px; 
	float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
}

#content_right{
	height:384px;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #FCFFB9;
}

#bannerfoot{
	background-color:#333333;
	width:190px;
	height:23;
	float:left;
	background-image: url(images/fsimg_bannerfoot.gif);
}

#contentfoot{
	background-color:#333333;
	width:508px;
	height:23;
	float:left;
}

#navcompany
{
  background-image: url(images/fsbtn_company.gif);
  width: 101px;
  height: 31px;
  float:left;
  display: block;
}

a#navcompany:hover
{
  background-image: url(images/fsbtn_company_over.gif);
  width: 101px;
  height: 31px;
}

#navsoftware
{
  background-image: url(images/fsbtn_software.gif);
  width: 101px;
  height: 31px;
  float:left;
  display: block;
}

a#navsoftware:hover
{
  background-image: url(images/fsbtn_software_over.gif);
  width: 101px;
  height: 31px;
}

#navdevelopment
{
  background-image: url(images/fsbtn_development.gif);
  width: 101px;
  height: 31px;
  float:left;
  display: block;
}

a#navdevelopment:hover
{
  background-image: url(images/fsbtn_development_over.gif);
  width: 101px;
  height: 31px;
}

#navwebsite
{
  background-image: url(images/fsbtn_websites.gif);
  width: 101px;
  height: 31px;
  float:left;
  display: block;
}

a#navwebsite:hover
{
  background-image: url(images/fsbtn_websites_over.gif);
  width: 101px;
  height: 31px;
}

#navdeveloper
{
  background-image: url(images/fsbtn_developer.gif);
  width: 101px;
  height: 31px;
  float:left;
  display: block;
}
a#navdeveloper:hover
{
  background-image: url(images/fsbtn_developer_over.gif);
  width: 101px;
  height: 31px;
  clear:right;
}
