﻿/* CSS layout */
body{ background-color: #ececee;
      margin-top:0px;
      
}

#wrapper{
	 width :1023px;
	  background-color:white;
	   margin-left: auto;
    margin-right: auto; 
    /*margin-top:1px;*/
   
	
}
#masthead { background-image:url('../images/fivest_newsite.png');
height: 225px;
background-repeat:no-repeat;
}

#top_nav { background-image:url('../images/top_group_bg.gif');
           background-repeat:repeat-x;
           padding-left:4px;
}

#container {
	position: relative;
	width: 100%;
    top: 0px;
    left: 0px;
    margin-bottom: 40px;
     padding-bottom:12px; 
   
}

#page_content {
	
	
	
	
}
#subcontainer{
 /*background-image:url('../images/spacer1.gif');
	background-position :right;
	background-repeat : repeat-y;*/
	margin-right:300px;
	 border-right-color:Silver;
	   border-right-width:1px;
	    border-right-style:solid;  
	  
}

#right_col {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;    
	  border-left-color:Silver;
	   border-left-width:1px;
	    border-left-style:solid;    
	   
}

#footer 
{
      margin-top :4px; 
	background-image:url('../images/silver_smpl.png');
}

.style1 {
font-family: "Arial Narrow";
margin-top :25px;
padding-left:10px;
    width: 650px;
}
.style2{
font-family: "Arial";
 font-size:  medium;
 width: 608px;
  padding-left:50px;
  padding-top :40px;
  
}
.pwidth{

}
#pcBG
{
	
   background-image:url('../images/book.png');
   background-repeat:no-repeat;
   background-position:center; 
   height:192px;
   
}
.menu { padding:4px;
		text-decoration: none;
		color:white;
		font-family:Tahoma;
		font-size: 8pt;
		font-weight:bold;	
		
}
.menu:hover{
/*background-image:url('../images/gradient_LtBlue.jpg');*/

	text-decoration:none;
	color:black;
}
.release{
 font-family:Tahoma;
  font-size:10pt;
   padding-left:14px;    
}
#div.thumbnail1
	{
		float: left;
		/*width: 538px;*/
		margin: 0 10px 10px 0;
		padding-bottom: 10px;
		border: 1px solid #777;
		/*background-color: white;*/
		
	}
	
	div.thumbnail1 img
	{
		float: left;
		/*border: 1px solid #777;*/
		margin: 10px 10px 0 10px;
    width: 156px;
}
	
	div.thumbnail1 p
	{
		margin: 0;
		padding: 10px;
		background-color:white;
		 font-family :Tahoma;
		 font-size:small;    
	}