/* CSS Document */
body				{ background-image:url(../images/backgrounds/lightblue-bg.jpg); 
						background-repeat: reapeat; 
						font-family: Arial, Helvetica, sans-serif; 
						}
p, h1, h2, h3			{ font-family: Arial, Helvetica, sans-serif;	
                      }
#wrapper			{ width: 900px; margin: 10px auto; 
						background-color:#fff; 
						padding: 0 40px;  
						}
#top				{	}
#logo				{ float:left; margin: 20px 0;	}
#topnav				{ clear:both;	}	
#topnav ul			{ padding: 15px 0; margin: 0;
						border-top: 1px #000 dotted; 
						}
#topnav ul li 		{ display:inline; list-style-type: none;
						margin: 0 40px 0 0; 
						} 		
#topnav	 a:link			{ font-weight: bold; text-decoration: underline; text-transform: uppercase; color:#000;	}
#topnav a:visited		{ font-weight: bold; text-decoration: underline; text-transform: uppercase; color:#000;	}
#topnav a:active		{ font-weight: bold; text-decoration: underline; text-transform: uppercase; color:#000;	}
#topnav a:hover		{ font-weight: bold; text-decoration: underline; text-transform: uppercase; color:#000;	}
#topnav a:focus		{ font-weight: bold; text-decoration: underline; text-transform: uppercase; color:#000; 
                       }				
#content			{float: left; width: 900px;font-size: 14px;
                       }
#content h2		{ color:#006; }
#content p			{line-height: 180%; font-size: 14px;
                       }
 #box1				{ width: 265px; float:left; margin-right: 95px;   }
#box2				{ width: 265px; float:left;   }							
#box3				{ width: 230px; float:left; }
#box4				{ width: 200px; float:right; margin-right: 190px; }
#box5				{ width: 265px; float:right; }
#box6				{ width: 265px; float:right; margin-right: 115px;}
#box7				{ width: 230px; float:right; }
#box8				{ width: 230px; float:right; margin-right: 120px; }
#box9				{ width: 265px; float:right; margin-right: 30px; }
#box10				{ width: 265px; float:right; margin-right: 80px; }
#box11				{ width: 265px; float:right; margin-right: 100px; }
#box12				{ width: 265px; float:right; margin-right: 100px; }
#box13				{ width: 280px; float:right; margin-right: 160px; }
#box14				{ width: 400px; float:left; margin-right: 0px; }
#box15            { width: 400px; float:right; margin-right: 0px; }	
                       
#footer				{ clear: both; padding: 10px 0; border-top: 1px #000 dotted; 
                       }
#footer p			{ text-align: center; font-size: 13px; font-weight: bold; } 
		
