/* CSS Document */


	.page_holder
	{
		width:970px;
		text-align:left;
		background-color:white;
		background-image:url(../images/background/background_withbuilding.png);
		
		border:3px solid white;
		

	}
	
		.page_header
		{
			height:115px;
			width:970px;
			background-image:url(../images/background/header_background.png);
			background-repeat:no-repeat;

			
		}
		
			.page_header_logo
			{
				float:right;
				margin-top:15px;
				margin-right:10px;
								
			}
			
			.page_header_contacts
			{
				float:left;
				margin-top:90px;
				margin-left:14px;
				color:white;
				font-size:1.3em;
				font-weight:bold;
								
			}

		.page_headerdivider
		{
			height:20px;
			width:970px;
			background-color:#09357b;
			border-top:3px solid white;
			border-bottom:3px solid white;

			
		}

		.page_main
		{

			width:970px;

 			background-image:url(../images/background/navigation_left.png);
			background-repeat:repeat-y;
		}
		
			.page_main_nav
			{
				float:left;
				width:180px;
				padding:10px;
				padding-top:40px;
				}
			.page_main_content
			{
				float:left;
				width:730px;
				padding:15px;
				padding-bottom:3px;
			
			}

	.page_holder_footer
	{
		width:100%;
		background-image:url(../images/background/footer_divide.png);
		background-repeat:repeat-x;
		
		
	}
	
		.page_footer
		{

			width:970px;
			height:60px;
 			background-image:url(../images/background/navigation_left.png);
			background-repeat:repeat-y;
			text-align:right;
			padding-top:4px;
			
		}
		
	.page_footerdivider
		{
			height:20px;
			width:970px;
			background-color:#09357b;
			border:3px solid white;
			border-top:none;
			
		}

	.page_holder_copyright_line
	{
		width:970px;
		text-align:right;
		color:#999999;
		font-size:0.85em;
		margin-top:10px;
	}	
	
	.page_holder_copyright_line a
	{
		color:#999999;
	}
