/* CSS Document for final porject*/

DIV#wrapper{
            margin: 0 auto;
			border:thin #CCCCCC solid;
			min-height:1000px;
			width: 800px;
			/*overflow:hidden;*/
			}

DIV#header{
           background-image:url(pics/penbg.jpg);
		   background-repeat:no-repeat;
		   height: 130px;
		   width:800px;
          }
		
		DIV#ray {
				 float:left;
				 margin:5px 0px 0px 0px;
				 
				 height:auto;
				 width:auto;
				 padding-left:22px;
				 }
	    DIV#pagetl{
           height:auto;
		   width:auto;
		   float:right;
		   padding-top:95px;
		   padding-right:60px;
		  }

DIV#bodyp{
          height:auto;
          width:800px;
		  }	


		DIV#leftLine{
					 height:835px;
					 width:85px;
					 float:left;
					 overflow:hidden;
					 background-image:url(pics/greenline1.jpg);
					 background-repeat:no-repeat;
					/* border:#00FF00 thin solid;*/
					}
					DIV#leftLine img{
									 border:0px;
									 padding:0px;
									 margin:0px;
									 }
		DIV#flashp{
					width:655px;
					height:150px;
					background-color:#CCFFCC;
					float:left;
				   }
		
		
		DIV#btnline{
					height:70px;
					width:655px;
					float:left;
					margin-top:20px;
		
				   }
	   DIV#content{
					  float:left;
					  height: auto;
					  margin-top: 50px;
					  width:655px;
					/* border: #66CC66 thin dashed;*/
				   }
				   DIV#newLeft{ 
					              float:left;
								  width:160px;
								  }
								  				  
					DIV#newRight{ 
					              float:right;
								  width:490px;
								  }
					DIV#about   {
								  padding: 10px 0 0 0;
								  clear: both;
								}			  
					DIV#contentl{ 
					              float:left;
								  width:300px;
								  padding-top:15px;
								  }
				
					DIV#contentr{
					              float:right;
								  width:300px;
								  padding-top:15px;
								  }
         DIV#footer{
          /* border: #66CC66 thin dashed;*/
		   height:100px;
		   width:655px;
		   }
h4{
   border-bottom:#A8E1C0 thin dotted;
   font-family:"Times New Roman", Times, serif;
   font-size: 16px;
   color:#003300;
   margin-top:0px;
   margin-bottom:0px;
   font-style:normal;
   }
   
h3#newbook {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	color: #FF0000;
	margin-top: -4px;
}

P{
   font:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#333333;
  }
p a {
     text-decoration:none;
	 color:#CC0000;
     }

a {color: #000000;}

center a { 
          text-decoration:none;
		  color:#777777;
		  font-family:Arial, Helvetica, sans-serif;
		  font-size:12px;
		  }
center a:hover {
                background-color:#CCFFCC;
				}
center p {
			font:Arial, Helvetica, sans-serif;
			color:#999999;
			font-size:10px;
			}
			
