/***************************************************************************************
******* MIDDLE STYLES
***************************************************************************************/
#middle #primaryContent {
	background: transparent url(/elements/images/home/primaryContentBG.png) 0 0 no-repeat;
	height: 350px;
	width: 605px;
}
#middle .sidebar #featuredDrawings {
	background: transparent url(/elements/images/sidebars/featuredDrawingsBG.png) 0 0 no-repeat;
	height: 264px;
	margin: 0;
	padding: 55px 25px 0;
}
	#middle .sidebar #featuredDrawings li {
		display: block;
		margin: 0 0 15px;
	}
		#middle .sidebar #featuredDrawings li * {
			color: #3e1787;
			font: bold 12px/15px Arial, Helvetica, sans-serif;
			margin: 0;
		}
		#middle .sidebar #featuredDrawings .entry h3 {color: #522417;}
		#middle .sidebar #featuredDrawings .entry a {
			background: transparent url(/elements/images/global/lightGoldButtonBG.png) 0 0 repeat-x;
			border: 1px solid #ffffff;
			color: #330066;
			display: block;
			height: 17px;
			line-height: 17px;
			margin: 10px 0 0;
			text-align: center;
			text-transform: uppercase;
		}
		#middle .sidebar #featuredDrawings .entry a:hover {background-position: 0 -17px;}
	#middle .sidebar #featuredDrawings .more {margin: 0;}
		#middle .sidebar #featuredDrawings .more a {
			display: block;
			text-align: center;
			text-decoration: underline;
		}
		#middle .sidebar #featuredDrawings .more a:hover {color: #330066;}
