@IMPORT url("master.css");
.box {width: 475px; }
.box2 {width: 472px; }
#boxContent {
	background: #fff; 
	position: relative; 
	left: -5px; 
	top: -5px;
	padding: 2px;
}

#boxContainer { 
 background: #ccc; 
 margin: 20px 20px 20px 0px; 
 filter:alpha(opacity=50); 
 -moz-opacity: 0.5; 
 opacity: 0.5;
}

#leftContent {
float:right;
width:300px;
margin:  30px 5px 0px 5px;
}

#rightContent {
float:right;
margin:  30px 0px 0px 0px;
}

.headerImage{
position: relative; 
left: -5px; 
top: -5px;
padding: 2px;
}

.padBox
{
	margin:  15px 15px;
}