#container {
    margin: 20px auto;
    
}

#left {
  
   margin-top: -40px;
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #ddddd;
    width: 99%;

   

   

}
#right {
    width: 100%;
    padding: 60px;
    margin-left: -40px;
    overflow: auto;
}


#navigation {
 width: 100%;
font:30px arial,sans-serif; 
line-height:100%;
text-transform:uppercase;
text-align: center; 

}
#navigation a, #navigation a:visited {
    color: #000;
    text-decoration: none;
}
#navigation a:hover {
    color: #999;
    text-decoration: none;
}

#navigation td, #navigation th {
  
font-size: 1em;
 border: 0px solid black;
   text-align: left;
    padding-left:100px;
    padding-right: 78px;
    padding-top: 10px;
    padding-bottom: 2px;


}

#navigation tr {
     float:left;

}   



p.sanserif {
font:40px arial,sans-serif;
margin-top:0px;
margin-left: 20px;

}

p.bodytype {
width: 97%;
font:26px arial, sans-serif;
line-height: 140%;
margin-left: 20px;
margin-top:-30px;
text-align: justify;




}

#pagination {
    font: 14px/140% arial,sans-serif;
    font-size: 2em;
    list-style-type: none;
    margin-top:10px;
    overflow: hidden;
    padding: 2px 0;
    text-transform: uppercase;
}
#pagination li {
    display: inline;
}
#pagination a, #pagination a:visited {
    color: #999;
    text-decoration: none;
}
#pagination a:hover {
    color: #000;
    text-decoration: none;
}
 #pagination .pagination-prev a { 
 background : url(previous_30x30.gif) no-repeat left center; 
 float : left; 
 padding-left : 40px 
 } 
 
  #pagination .pagination-next a { 
 background : url(next_30x30.gif) no-repeat right center; 
   position: relative;
   float : right;
 padding-right : 40px; 
 text-align : right 
 }
 
#pagination2 {
    font: 14px/140% arial,sans-serif;
    font-size: 2em;
    list-style-type: none;
    margin-top:10px;
    overflow: hidden;
    padding: 2px 0;
    text-transform: uppercase;
}
#pagination2 li {
    display: inline;
}
#pagination2 a, #pagination2 a:visited {
    color: #999;
    text-decoration: none;
}
#pagination2 a:hover {
    color: #000;
    text-decoration: none;
}
 #pagination2 .pagination-prev a { 
 background : url(previous_30x30.gif) no-repeat left center; 
 float : left; 
 padding-left : 40px 
 } 
 
 #pagination2 .pagination-next a { 
 background : url(next_30x30.gif) no-repeat right center; 
   position: relative;
   float : right;
 padding-right : 40px; 
 text-align : right 
 }

.page{
	height: 1269px;
	position: relative;
	width: 1000px;
}
{margin:40px 0px 20px 40px}

.page img{
	position: absolute;
	left: 2px;
	
    -webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all 5s ease;
	
    opacity:0.0;
    filter:alpha(opacity=0);
}

.page img:hover{
	opacity:1.0;
    filter:alpha(opacity=100);/*position where      
    enlarged image should offset horizontally */
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

