p{
	color:#656547;
	font-family: Verdana;
	margin-bottom:5px;
}

a{
	color:#656547;
	text-decoration: none;
}

a:hover{
	color:black;
}


.container{
	
	outline:1px #DDDDDD solid;
	width:1000px;
	margin:auto;
}


.header{
	background-color:rgb(220, 220, 194);
	padding:1.25em 1em 1.25em 14em;
	background-image: url(/images/art.jpg);
	background-position: left top;
	background-size:auto 100%;
	background-repeat: no-repeat;
}


.header .top{
padding-bottom:0.75em;
}


.header .top:after{
	content:"";
	display: block;
	clear:both;
}


.header .top .logo{
float:left;
}


.header .top p{
	margin-bottom:5px;
}


.header .top .right{
	float:right;
}


.header .top .right img{
margin-top:-0.4em;
}

.header .top iframe{
	padding-left:0.5em;
}


.header .bottom p{
	font-size: 0.65em;
}


.header .bottom p:nth-child(2){
	margin-bottom:0;
}




.main{
	padding-top:4em;
	padding-bottom:3em;
	padding-left:0.5em;
	padding-right:0.5em;

}


.main:after{

content:"";
display: block;
clear:both;

}


.main p{
	line-height: 140%;
	margin-bottom:1em;
	font-size:0.9em;
}



.main .column{
	width:33.33%;
	float:left;
	text-align: center;
}


.main .column:nth-child(2) p{
	color:#538135;
}


.main .column img{
	height:288px;
	width:206px;
