@charset "utf-8";
/* CSS Document */

html { min-height: 101%; }

body { margin: 0px; 
	   text-align: left; 
	   font: 16px georgia, Georgia, "Times New Roman", Times, serif; 
	   background: url(img/bgswirl.png) no-repeat top left fixed; }

#header { background: #713d7c; 
		  margin-bottom: 10px; 
		  box-shadow: 0 0 15px #999;
		  padding: 15px;
		  border-bottom: 5px solid #96c; }
		  
#nav { position: absolute; 
	   left: 450px;
	   top: 15px; 
	   border: 5px solid #96c; 
       background: #fff; 
	   width: 675px;
	   height: 50px; 
	   border-top-left-radius: 25px;
	   border-bottom-right-radius: 25px;
	   box-shadow: 5px 5px 2px #333;  }
	   
	  
#nav li { padding-right: 10px; 
		  display: inline; 
		  list-style-type: none; } 
		 
#nav li a { text-decoration: none; 
			color: #999; }
		  
#nav li a:hover { border-top: 2px solid #96c; 
				  border-bottom: 2px solid #96c; }

#container { margin: 0 auto; 
			 text-align: center;
			 width: 955px; }
			 
#maincontent { text-align: left; }

#news { background: #713d7c; 
		color: #fff; 
		border-top-left-radius: 25px; 
		border-bottom-right-radius: 25px;
		box-shadow: 5px 5px 2px #999; 
		border: 5px solid #96C; 
		padding: 10px; 
		margin-bottom: 25px; 
		margin-left: 300px; 
		width: 600px; }
		
#news img { margin-left: 75px; }

#news ul { margin-left: 150px; 
		   list-style-type: none; }
		   
#news a { color: #ccc; 
		  text-decoration: none; }

#news a:hover { border-top: 2px solid #96c; 
			    border-bottom: 2px solid #96c; }
		
#footer { background: #713d7c; 
		  height: 150px;
		  box-shadow: 0 -5px 5px #999; 
		  border-top: 5px solid #96c; 
		  text-align: center; 
		  font: #fff;
		  font-size: 11px;
		  color: #fff; 
		  padding-top: 25px;  }
		  
#footer li { display: inline; 
			 list-style-type: none;
			 padding: 5px; }
			 
#footer p { padding-top: 15px; 
			line-height: 21px; }
			
#footer a { color: #ccc; 
		  text-decoration: none; }

#footer a:hover { border-top: 2px solid #96c; 
			    border-bottom: 2px solid #96c; }
