@charset "UTF-8";

/* ======================================== */
/* ====== Koniag Education Foundation ===== */
/* ======================================== */
/* = Layout CSS Document  ================= */
/* = Author: Greg Whitworth =============== */
/* = Company: Marketing Solutions ========= */
/* = Contact: 907.569.7070 ================ */
/* ======================================== */

@import url(fonts.css);
@import url(nav.css);

html, body {
	padding: 0;
	margin: 0 0 5px 0;}
	
html {}
	
	#logo {}
		
	#mainContainer {}
			
		#leftContainer {
			border-right: 1px solid #615d4e;
			padding: 35px 0 0 0;
			width: 204px
			float: left;
			display: none;}
			 
		#rightContainer {
			margin: 0 0 0 224px;
			width: 512px;}
		
			#mainImage {
				width: 510px;
				height: 137px;				
				border: 1px solid black;}
				
			#rightContent {
				width: 512px;
				min-height: 402px;
				background: url(../images/bodyBack.jpg) top right no-repeat #d7c9ad;
				margin: 0 0 0 0;}
				
				#content {
					width: 490px;
					margin: 0 auto;
					padding: 25px 10px 5px 10px;}
				
		#copyContainer {
			background: url(../images/copyrightBack.jpg) repeat-x bottom left #407081;
			border-top: 1px solid black;
			text-align: center;
			padding: 5px;}
			
		.printLogo {
			display: block;
			margin-bottom: 20px;}