/* CSS Document */

body{
background-image:url(images/background_tile.jpg);
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.main_table{
width:800px;
height:auto;
background-image:url(images/table-background.gif);
}
.top_boarder{
height:15px;
}
.header{
width:800px;
}
.home_content{
height:400px;
background-image:url(images/box_back.png);
padding-left:90px;
padding-top:5px;
padding-right:82px;
padding-bottom:35px;
background-repeat:no-repeat;
}
.about_content{
height:400px;
overflow:auto;
display:block;
padding:20px;
width:760px;
font-size:14px;
}
.about_header{
font-size:20px;
}
.team_content{
height:400px;
overflow:auto;
display:block;
padding:20px;
width:760px;
font-size:16px;
}
#footer { 
position: fixed; 
clear: both; 
width: 100%; 
height: 120px; 
bottom: 0; 
border: 0; 
padding: 10px 23px 10px 10px; 
text-align: right; 
color: #ffffff; 
background-color: none; 
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-right:20px;
} 