body{
   background: #000000 url(../images/background_fill.gif) repeat-x top left;
   padding: 0px;
   margin: 0px;
   font-family: "Century Gothic", verdana, arial, sans-serif;
   font-size: 14px;
   color: #FFFFFF;
}

h1{
   display: none;
}

h2{
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 20px;
}

#container{
   width: 1000px;
   height: 600px;
   background: url(../images/background.gif) no-repeat top left;
}


#header{
   width:530px;
   height: 121px;
   background: url(../images/title.gif) no-repeat top left;
   float: left;
   padding: 0px;
   margin: 0px;
}

#navigation{
   height: 131px;
   width: 470px;
   float: left;
   display: inline;
   color: #FFFFFF;
}

#nav_end{
   width:18px;
   height: 131px;
   display: inline;
   float: right;
}

#nav_home{
   display: block;
   width:57px;
   height: 131px;
   background: url(../images/nav_home.gif) no-repeat top right;
   float: right;

}

#nav_home:hover{
   background: url(../images/nav_home_ovr.gif) no-repeat top right;

}

#nav_about{
   display: block;
   width:120px;
   height: 131px;
   background: url(../images/nav_about.gif) no-repeat top right;
   float: right;
}

#nav_about:hover{
   background: url(../images/nav_about_ovr.gif) no-repeat top right;
 
}

#nav_service{
   display: block;
   width:89px;
   height: 131px;
   background: url(../images/nav_service.gif) no-repeat top right;
   float: right;
}

#nav_service:hover{
   background: url(../images/nav_service_ovr.gif) no-repeat top right;;
}

#nav_gallery{
   display: block;
   width:58px;
   height: 131px;
   background: url(../images/nav_gallery.gif) no-repeat top right;
   float: right;
}

#nav_gallery:hover{
   background: url(../images/nav_gallery_ovr.gif) no-repeat top right;
}

#nav_links{
   display: block;
   width:51px;
   height: 131px;
   background: url(../images/nav_links.gif) no-repeat top right;
   float: right;
}

#nav_links:hover{
   background: url(../images/nav_links_ovr.gif) no-repeat top right;
}
#nav_contact{
   display: block;
   width:77px;
   height: 131px;
   background: url(../images/nav_contact.gif) no-repeat top right;
   float: right;
}

#nav_contact:hover{
   background: url(../images/nav_contact_ovr.gif) no-repeat top right;
}

.navtxt{
   display: none;
}

#contentarea{
  margin-top: 30px;
   width: 626px;
   height: 478px;
   float: left;
   display: inline;
}

#contentarea_home{
   width: 626px;
   height: 478px;
   float: left;
   display: inline;
}


#leftimage{
   width: 361px;
   height: 478px;
   float: left;
   display: inline;
   padding: 0px;
   margin: 0px;
}

#title_home h2{
   display: none;
}

#title_home{
   background: url(../images/txt_samba.jpg) no-repeat top left;
   width: 389px;
   padding-right: 30px;
   height: 229px;
   float: left;
   display: inline;
}

#subtitle_home{
   background: url(../images/txt_elegance2.gif) no-repeat top left;
   width: 204px;
   height: 239px;
   float: left;
   display: inline;
}

#leftcolumn{
   margin-top: 25px;
   width: 389px;
   padding-right: 30px;
   height: 229px;
   float: left;
   display: inline;
}


#rightcolumn{
   margin-top: 25px;
   width: 204px;
   height: 229px;
   float: left;
   display: inline;
}

.yellowtext{
   text-align: right;
   color: #fff100;
}

.largetext{
   font-size: 18px;
   font-weight: bold;
}

a {
   color: yellow;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}