@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/* 
body.ribbon {
	background-image: url(images/bg-ribbon.png);
}

body.rings {
	background-image: url(images/bg-rings.png);
}
body.chain {
	background-image: url(images/bg-chain.png);
}

body.stars {
	background-image: url(images/bg-stars.png);
} */


 #container {
	background: #FFFFFF;
	margin: 10px auto;

/
	border: 1px solid #000000;
	text-align: left;
	width: 940px;
} 
 #sidebar1 {
	float: left;
	padding: 10px;
	margin:10px;
}
	
#sidebar2 {
	float: right;
	padding: 10px;
	margin:0px;

}
.threecolumn #mainContent {
	margin: 0 200px;
	padding: 8px;
}

.twocolumn #mainContent  {
	margin: 0 0 0 200px;
	padding: 8px;
}
 #mainContent a {
	color: #333;
	text-decoration: underline;
} 

#mainContent li {
	font-size:0.8em;
	padding-bottom: 0.5em;
	}
	
 #mainContent table { font-size:.8em;
 }
   #mainContent th {
	background-color: #eee;
 }
   #mainContent td {padding:4px;
   margin:0;
   border:#efefef solid 1px;
 }
  
 .fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*---- Press Page---- */

.image-box {
width:220px;
float:left;
}

.headline-box {margin-left:230px;
}

.presspanel {
border-bottom:#CCCCCC solid 1px;
padding: 10px 0;
}

.pressname-box {
	margin-left:230px;
	color: #333333;
	font-size: 1.2em;
}
.pressquote-box {margin-left:230px;
}
.pressdate-box {margin-left:230px;
}

