
	#logo{
		width: 260px;
		height: 260px;
		margin: -100px auto 0 auto;
		float: left;
		text-align: center;
	}
	
	#homeimages{
		width: 780px;
		margin: 160px auto 0 auto;
	}
	
	
		#homeimages h2{
			margin: 10px 0 0 0;
			font-size: 20px;
		}
		
		#homeimages a {
				color: #fff;
		}
		#homeimages a:hover {
				color: #ccc;
		}
		
		#homeimages .image{
			width: 256px;
			float: left;
			text-align: center;
		}
			#homeimages .imagebox{
				width: 250px;
				height: 250px;
				border: 3px solid #fff;
			}
			#homeimages .imagelink{
				margin: 10 auto;
				text-align: center;
			}

	#home_description{
			width: 400px;
			margin: 60px auto 0 auto;	
			text-align: center;
			font-size: 11px;
	}
			#home_description p{
					line-height: 17px;
					margin: 0 0 10px 0;	
					font-family: Arial, Helvetica, sans-serif;
					color: #eee;
					font-size: 12px;
			}
			#home_description a {
					color: #fff;
					
			}
			#home_description a:hover {
					color: #ccc;
			}



	
	#organizations{
		width: 800px;
		margin: 20px auto 0 auto;	
		text-align: center;
	}

	#flash_info{
		display: none;
		width: 800px;
		margin: 10px auto 0 auto;	
		text-align: center;
		font-size: 11px;
		color: #ccc;
	}
		#flash_info a:link, #flash_info a:visited
		{
			font-size: 11px !important;
			color: #ccc !important;
			text-decoration: none;
		}
		#flash_info a:hover, #flash_info a:active{
			font-size: 11px !important;
			color: #ccc !important;
			text-decoration: underline;
		}

	#sitemap{
		width: 800px;
		margin: 10px auto 0 auto;	
		font-size: 9px;
		text-align: center;
	}		
			#sitemap a {
					color: #fff;
			}
			#sitemap a:hover {
					color: #ccc;
			}		

	#more_description{
			width: 600px;
			margin: 200px auto;
	}
			#more_description p{
				font-family: Arial, Helvetica, sans-serif;
				color: #AAA;
				font-size: 11px;
			}
			#more_description .ktitle { 
				font-weight: bold; 
			}
			#more_description a {
					color: #fff;
			}
			#more_description a:hover {
					color: #ccc;
			}

			
			
/* Navigation */

	#navigation{
		border: thin solid red;
	}
