#top, #bottom, #left, #right {
	background: #eaeaea;
	
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }


aside {
	position:absolute;
	top: 350px;
	width: 600px;

	position: fixed;
	top: 470px;
	left: 50%;
	margin-top: -100px;
	margin-left: -300px;
	font-family: 'Josefin Slab', serif;
	text-transform: lowercase;
	
}

aside a{
	text-decoration: none;
	line-height: 1.8em;
	color: #5c5c5c;
	font-size: .9em;
	
}


aside span{
	color: #acacac;
	
}

a:hover{
	text-decoration: line-through;
	color: rgb(235, 199, 112) ;
	}


h1{
	color: #242424;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2em;
}


header{
	background-image: url(../art/header.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	
}

div#wrapper {
	height: auto;
	width: auto;

	}

div#title{
	
	color: white;
	padding-top: 30px;
	background-color: rgb(235, 199, 112) ;
	height: 55px;
	text-transform: uppercase;
	
	letter-spacing: 10px;
	font-size: 1.4em;
	font-family: 'raleway', serif;
	font-weight: 200;
	width: 100%;
	text-align: center;
	
	
}

div#colone{
	float: left;
	clear: none;
	margin-right:60px;
	
	width: 160px;
	height: 300px;
/* 	border: red solid 1px; */

	
	
}
div#coltwo{
	float:left;
	clear: none;
/* 	border: red solid 1px; */
	width: 140px;
	height: 300px;

	
}
div#colthree{
	float: right;
	clear: none;
/*

	border: red solid 1px;
*/
	width: 150px;
	height: 300px;
	
}