#background {
	background: url('../images/about/about_news_bg.png') no-repeat center top;
	}
	
	.bar {
		width: 777px;
		height: 53px;
		background: url('../images/about/about_bar_bg.png') repeat-x top;
		margin-left: 28px;
		}
		
		.bar p {
			padding: 17px 0 0 30px;
			font-size: 13pt;
			}
			
	#news {
		height: 268px;
		*height: 286px;
		width: 777px;
		margin: 0 auto;
		}

		#news .bar {
			margin-left: 0;
			}
		
		#news #news_item {
			height: 123px;
			padding: 25px 150px 50px 75px;
			}
			
			#news #news_item h1 {
				font-size: 20pt;
				margin: 0 0 0 0;
				padding: 0;
				line-height: 20pt;
				}
				
			#news #news_item p {
				font-size: 13pt;
				}
		
		#news a {
			float: right;
			font-size: 11pt;
			margin: 8px 35px 0 0;
			text-decoration: none;
			border-bottom: 2px solid #8dabb5; 
			}
			
			#news #nav_bar {
				height: 30px;
			}
			
				#news #nav_bar a#next {
					float: right;
					margin-right: 35px;
					}
					
				#news #nav_bar a#previous {
					float: left;
					margin-left: 35px;
					}
		
	#about {
		height: 930px;
		background: url('../images/about/about_bg.png') no-repeat center top;
		padding-right: 50px;
		}
		
		#about #about_menu {
			height: 20px;
			padding: 4px 0 0 57px;
			}
		
			#about #about_menu a {
				font-size: 10pt;
				margin-right: 20px;
				}		
				
		#about #pictures {
			float: right;
			margin: 50px 0 0 0;
			width: 279px;
			}
			#about #pictures img {
				margin-bottom: -10px;
				}
				
			#about #pictures p {
				margin: 0;
				font-size: 10pt;
				font-weight: bold;
				padding: 0 0 7px 14px;
				}
				
		#about #content {
			width: 400px;
			margin: 40px 0 0 75px;
			}
			
			#about #content h1 {
				font-size: 28pt;
				font-weight: normal;
				}
				
			#about #content p {
				font-size: 10pt;
				}