body{
	font-family: Tahoma, Helvetica, Arial,  sans-serif; 
	font-size: 100%; 
   color: #333;
    background-color: #fff;
}
 A:link {
  	text-decoration: none;
   color: #333;
  }
 A:visited {
   text-decoration: none;
   color: #333;
   }
 A:hover {
   text-decoration: none;
   color: #993300;
  }
#outer_container{
width:100%;
height: 100%; 
text-align:center;
}
#inner{
	background-repeat: no-repeat;
    width: 1000px;
    height: 800px;
    min-height: 700px;
    margin:auto auto;
    text-align:left;
}

#topsection{
    width: 895px;
    height:100px;
    margin: 0px;
	padding: 59px 0px 0px 105px;
    line-height: 2.5em;
	font-size: 0.7em; 
   color: #993300;
	font-weight: 300;

}
#submenu {
    clear:both;
    width: 700px;
    margin: 10px 0px 0px 60px;
    padding: 0px;
	font-size: 1.0em;
    line-height: 2.0em; 

}
#submenu_vertical {
    width: 300px;
    margin: 0px 0px 0px 140px;
    padding: 10px;
	color: #333; 
	font-size: 0.9em;
    line-height: 2.5em; 
    border: 0px solid green;

}

#thumbnails {
   float: left;
    width: auto;
    text-align: left;
    margin: 0px 0px 0px 60px;
    padding: 20px;
    border:1px solid  #eee;
}
#thumbnails img{
   text-align: center;
   width:75px;
   height:55px;
    padding: 2px;
}
.right_text{
    float: left;
    width: 325px;
    margin: 95px 10px 0px 40px;
    padding: 5px;
   text-align: left;
    line-height: 1.3em;
	font-size: 0.8em; 
     color: #333;
}
#left_text{
    line-height: 1.5em;
	font-size: 0.8em; 

}
#footer{
    width: 900px;
clear: both;
color: #333;
    line-height: 2.5em;
text-align: justify;
padding: 50px;
	font-size: 0.65em; 
}
.small{
clear: both;
color: #333;
    line-height: 1.5em;
	font-size: 0.75em; 
text-align: center;
padding: 5px;

}