/* css Zen Garden Design for the WWW 
Tip: You can use Google Fonts with the @import rule
*/



body { background-color: #C5D1B4;
		padding: 0 0 20px 0;
}

.intro {
	position:relative;
	padding-bottom:14px;
	height:auto;
	}
	
header {
  margin-bottom: 4rem;
  padding: 2em;
  background:url(home.gif) no-repeat center;
  color: #fff;
  text-align: center;
	}
	
h3 {
	color:#fff;
	text-align: center; }
		
		.preamble h3 {
			border-style: solid;}
	

.main p {
	font-size: 12px;
	color: #403460;
}
	
.main h3 {
	border-style: solid; }
		
.main a:link {
	color: #6768ae; }
.main a:hover {
	color: #fff
}


.summary {
	text-align:justify;
	position: absolute;
	top: 170px;
	left:342px;
	right: 350px;
	font-size: 12px;
}
			.summary a:hover {
				color:#000;
				border:none; }
			.summary a:link {
				color: #6768ae; }



.preamble {	
	width:430px;
	text-align: justify;
	margin-left: 345px;
	}
	
		.preamble p {
		font-style: italic;
		color: #403460;
		font-size: 15px;
		}
	
		
.supporting {
	width:430px;
	text-align: justify;
	margin-left: 345px;
	}
	
footer {
	display:inline;
	float:right;
	padding-left:18px;
	margin-bottom:-26px;
	}
	
.extra1 {
	position:relative;
	left:50%;
	width:781px;
	height:42px;
	}
	
	
/* Sidebar From https://csszengarden.com/196/ - edited */

					.sidebar {
						width:230px;
						position:absolute;
						top:250px;
						right:350px;
						background-color: #6768ae;
						}

					.sidebar ul {
						margin:5px 0 20px 23px;
						color:#fff;
						}

					.sidebar ul li {
						margin-bottom:8px;
						}
					.sidebar ul a {
						color:#fff;
						font-size:12px;
						}
					.sidebar ul a:hover {
						color:#000;
						border:none;
						}
					.sidebar .design-selection ul {
						margin:5px 0 20px 23px;
						color:#fff;
						}
					.sidebar .design-selection ul a {
						display:block;
						color:#fff;
						}
					.sidebar .design-selection ul a.designer-name {
						display:inline;
						font-size:11px;
						color:#fff;
						letter-spacing:0;
						}
						
					.sidebar .design-selection ul a:hover {
						color:#000;
						border:none;
						}
					.sidebar .design-archives ul,
					.sidebar .zen-resources ul {
						margin:10px 0 20px 24px;
					}
					

	


