/* ~~~ Undo browser defaults ~~~ */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none }


/* ~~~ General Properties ~~~ */


body   {
	font: 11px Verdana, Arial, sans-serif;
	background: #fff;
	color: #333;
	margin: 0 auto 0;
	text-align: left;
	}


#container   {
	width: 350px;
	height: 290px;
	text-align: left;
	margin: 0 auto 0;
	position: relative;
	}

#container2   {
	width: 455px;
	height: 290px;
	text-align: left;
	margin: 0 auto 0;
	position: relative;
	}

#container2 p {
	margin: 0px 6px 12px 0px;
	font: 11px Verdana, sans-serif;
	line-height: 16px;
	color: #333;
	
}
		
.item  {
  padding: 0px 6px 14px 0px;
  margin: 0px 6px 14px 0px;
  border-bottom: 1px solid #ccc;
	}	

.item-last  {
  padding: 0px 6px 14px 0px;
  margin: 0px 6px 14px 0px;
 	}

.dc-name  {
	font: 11px Verdana, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	}	
		
.dc-location  {
	font: 11px Verdana, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	margin: 0px 0px 8px 0px;
	}		

.dc-copy  {
	font: 11px Verdana, sans-serif;
	line-height: 16px;
	color: #333;
	}		

