/*** Header ***/

div#header{
    padding: 20px 0 251px 0;
    background: url(images/bg-collage.jpg) no-repeat bottom center;
}

/*** Left Sidebar ***/

div#content div#sidebar-left{
	float: left;
	display: inline;
	width: 210px;
	margin: 36px 0 0 5px;
	padding: 0;
	background: none;
}
div#content div#sidebar-left ul{
   list-style-type: none;
}

/* Left Sidebar News */

div#content div#sidebar-left div#sbl-news{
	margin: 0 0 10px 0;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item{
	border-bottom: 1px dotted #918d83;
	padding: 10px 0 10px 10px;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item h2{
	color: #0047dd;
	font-family: "Myriad Pro";
	font-weight: normal;
	border-bottom: 1px dotted #918d83;
	padding: 0 0 2px 10px;
}

div#content div#sidebar-left div#sbl-news div.sbl-news-item h3{
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item h3 a,
div#content div#sidebar-left div#sbl-news div.sbl-news-item p a{
	color: #0047dd;
	text-decoration: underline;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item h3 a:hover{
	text-decoration: underline;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item p{
	font-size: 90%;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item p.sbl-date{
	color: #403c35;
}

/*** Main Content ***/

div#content div#main-content{
   float: left;
   display: inline;
   width: 350px;
   margin: 30px 41px 0 41px;
   padding: 0;
}
div#content div#main-content h2{
  color: #0047dd;
  font-family: "Myriad Pro";
  font-size: 200%;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dotted #918d83;
}
div#content div#main-content h3{
  font-weight: normal;
  color: #832d5e;
  font-size: 100%;
}
div#content div#main-content a{
   color: #a73a6b;
}
div#content div#main-content a:hover{
   text-decoration: underline;
}
div#content div#main-content p{
   margin: 0 0 12px 0;
}
div#content div#main-content ul{
   margin: 10px 0 10px 40px;
}
div#content div#main-content ul li{
   margin: 0 0 2px 0;
}

/* Left Sidebar News */

div#content div#sidebar-left div#sbl-news{
	margin: 0 0 10px 0;
}
div#content div#sidebar-left div#sbl-news div.sbl-news-item{
	border-bottom: 1px dotted #918d83;
	padding: 10px 0 10px 10px;
}
div#content div#sidebar-left div#sbl-news h3{
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
}
div#content div#sidebar-left div#sbl-news h3 a{
	text-decoration: none;
	color: #403c35;
}
div#content div#sidebar-left div#sbl-news p.sbl-date{
	color: #0047dd;
}

/*** Right Sidebar ***/

div#content div#sidebar-right{
	float: left;
	width: 214px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	background: url(images/bg-sb-right-top.jpg) no-repeat top left #c5d6fa;
}
div#content div#sidebar-right div#sbr-items{
	background: url(images/bg-sb-right-btm.jpg) no-repeat bottom left;
	padding-bottom: 20px;
	clear: both;
}
div#content div#sidebar-right div#sbr-items div{
	margin: 0 auto 20px auto;
}
div#content div#sidebar-right div#sbr-pics{
	height: 200px;
	width: 168px;
}
div#content div#sidebar-right div#sbr-items img{
	display: block;
	margin: 0 auto;
}
div#content div#sidebar-right div#sbr-items h2{
	display: none;
}