/*  global style definitions */

#main {
	clear: both;
	margin-left: 34px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.roundbox { }
.rbtop div { background: url(/img/cnr_topleft.gif) no-repeat top left; }
.rbtop { background: url(/img/cnr_topright.gif) no-repeat top right; }
.rbbot div { background: url(/img/cnr_bottomleft.gif) no-repeat bottom left; }
.rbbot { background: url(/img/cnr_bottomright.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.rbcontent  { margin: 0 7px; }
h2{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	font-family:Verdana;
}
/* structural styles */

#container{
	margin-top:18px;
	width:1000px;
}


#maincontent{
	margin:20px 0px;
}

div.pressitem{
	margin:15px 0 20px 0;
}

.snippet{
	margin:4px 0;
	background-color:#f0f0f0;
	width:408px;
}
