/*Sets the dimensions for the body element*/	
	body {
		text-align:center;
		margin: 0 auto;
		}

/*Sets the dimensions of the frame */		
	#frame {
		text-align:left;
		width:1100px;
		margin: 0 auto;
		}

/*Sets the dimensions of the banner*/		
	#banner {
		width:800px;
		height:105px;
		}
		
/*Sets dimensions of the left menu*/	
	#menu {
		width:168px;
		float:left;
		border-width: 6px;
		}		

/*Sets the dimensions of all menu links*/
				
	#nav-links,
	#nav-links a:link,
	#nav-links a:hover,
	#nav-links a:visited  {
		float:left;
		display: block;
		border-bottom-width: 2px;
		width:168px;
		}

/*Sets the dimensions of the Panther logo sub-item*/
	#logo {
		width:168px;
		height:262px;
		float:left;
		}		

/*Sets the dimensions of the content container*/	
	#content {
		width:560px;
		padding:20px;
		border-width:10px;
		float:left;
		}

/*Sets the dimensions of the stylebox sub-item*/	
	#stylebox {
		width:148px;
		padding:10px;
		float:left;
		}

/*Sets the dimensions of the news sub-item*/			
	#news {
		width:148px;
		padding:10px;
		float:left;
		}
		
/*Sets the dimensions of the footer*/
	#footer {
		width:620px;
		float:right;
		border-top-width: 3px;
		}
