@charset "UTF-8";

#shopsevents {
		float: left;
		width: 535px;
}

#shoplist {
		float: left;
		width: 265px;
}

#shoplistright {
		float: left;
		width: 265px;
}

#shopsevents h1 {
		color: #AD6C4D;
}

#shopsevents h4 {
		color: #FFFFFF;
		font-size: .9em;
}

#shopsevents h5 {
		color: #AD6C4D;
}

#shopsevents p {
		color: #cdccc3;
		font-size: 0.9em;
}

#shopsevents a {
		border-bottom: thin dotted #cdccc3;
		font-weight: normal;
		color: #cdccc3;
}

#shopsevents a:visited {
		color: #CDCCC3;
		border-bottom: thin dotted #AD6C4D;
		text-decoration: none;
}

#shopsevents a:hover {
		color: #231A1C;
		border-bottom: thin dotted #231A1C;
}
/* CSS Document */

#sidebarshop {
		margin-right: 0px;
		margin-left: 0px;
		float: left;
		width: 500px;
		margin-top: 0px;
		margin-bottom: 20px;
		background-color: #d3dacf;
		padding: 15px;
		border: 1px solid #9EB5A0;
}

#sidebarshop h4 {
		color: #514C47;
}

#sidebarshop p {
		color: #514C47;
		margin-bottom: 1em;
}

#organizations {
		float: left;
		border: 1px solid #d3dacf;
		width: 243px;
		padding: 15px;
		margin: 0 0 20px 15px;
		background-color: #D3DACF;
}

#organizations a {
		color: #514C47;
		border-bottom: 1px dotted #514c47;
}

#organizations a:hover {
		color: #231A1C;
		border-bottom: thin dotted #231A1C;
}

#organizations h1 {
		color: #AD6C4D;
}

#organizations h4 {
		color: #514C47;
		font-size: 0.9em;
		line-height: 2em;
}

#organizations p {
		color: #514C47;
		margin-bottom: .9em;
}

