div.rounded-box {
width: 100%;
position:relative;
margin: 5px;
}
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; overflow:hidden;}
div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside 
{position:relative; font-size:150px; font-family:arial; line-height: 40px;}
div.top-left-corner { top:0px; left:0px}
div.bottom-left-corner {bottom:-1px; left:0px}
div.top-right-corner {top:0px; right:-1px}
div.bottom-right-corner {bottom: -1px; right:-1px}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17.5px;}
div.top-right-inside {left:-26px;}
div.bottom-right-inside {left:-26px; top:-17.5px;}

div.top-left-cornerTIGHT, div.bottom-left-cornerTIGHT, div.top-right-cornerTIGHT, div.bottom-right-cornerTIGHT
{position:absolute; width:8px; height:8px; overflow:hidden;}
div.top-left-insideTIGHT, div.bottom-left-insideTIGHT, div.top-right-insideTIGHT, div.bottom-right-insideTIGHT 
{position:relative; font-size:80px; font-family:arial; line-height: 16px;}
div.top-left-cornerTIGHT { top:0px; left:0px}
div.bottom-left-cornerTIGHT {bottom:-1px; left:0px}
div.top-right-cornerTIGHT {top:0px; right:-1px}
div.bottom-right-cornerTIGHT {bottom: -1px; right:-1px}
div.top-left-insideTIGHT {left:-4px; top:2px}
div.bottom-left-insideTIGHT {left:-4px; top:-9px;}
div.top-right-insideTIGHT {left:-17px; top:2px}
div.bottom-right-insideTIGHT {left:-17px; top:-9px;}

div.home-content {
position: relative; padding: 15px; color:#333333;
}
.newsBar {
	color: #ffffff;
	margin: 5px 20px 5px 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bolder;
	font-stretch: ultra-condensed;
	text-transform: uppercase;
	text-align: right;
}
.textPad {
	padding: 20px;
}
.contentPad {
	margin: 20px;
}
.picCell {
	text-align: center;
}
.picBorder {
	padding: 2px;
	border-color: #774F4F;
	border-style: solid;
	border-width: thin;
}