@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);
@import url(socialMedia.css);

html, body {
	padding: 0;
	margin: 0 0 5px 0;}
	
html {
	background: url(../images/background.jpg) left 2px no-repeat #181801;}
	
	#logo {
		background: url(../images/logo.jpg) top left no-repeat;
		width: 352px;
		height: 210px;
		margin: 2px 0 0 0;
		position: absolute;
		z-index: 1;}
		
	#mainContainer {
			padding: 186px 0 0 0;}
			
		#leftContainer {
			border-right: 1px solid #615d4e;
			padding: 35px 0 0 0;
			width: 204px;
			float: left;}
			
			#contacts ul {
				list-style-type: none;
				margin: 30px 10px 0 0;
				padding: 0;}
			
			#contacts ul li {
				margin: 10px 0;
				border: none;
				font-size: .8em;}
				
			#pckClkGive {
				margin: 15px auto;
				width: 100px;}
				
				#pckClkGive img, .pckClkGive {
						border: 1px solid #c3c49d;}
			
		#rightContainer {
			margin: 0 0 0 224px;
			width: 512px;}
		
			#mainImage {
				width: 510px;
				height: 137px;				
				border: 1px solid black;}
				
			#rightContent {
				width: 511px;
				min-height: 406px;
				background: url(../images/bodyBack.jpg) top right no-repeat #e0d0b3;
				margin: 0 0 0 0;
				}
				
				#content {
					width: 490px;
					margin: 0 auto;
					padding: 25px 10px 25px 10px;}
				
		#copyContainer {
			background: url(../images/copyrightBack.jpg) repeat-x bottom left #407081;
			border-top: 1px solid black;
			text-align: center;
			padding: 5px;}
			
		.printLogo {
			display: none;}