

/*==================boxes====================*/
.box { background:url(images/box-bg.gif) left top repeat-x #08158e; width:100%;}
.box .border-top {background:url(images/border-top.gif) repeat-x top;}
.box .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box .border-left {background:url(images/border-left.gif) repeat-y left; width:100%;}
.box .border-right {background:url(images/border-right.gif) repeat-y right;}
.box .inner { padding:10px 16px 10px 22px;}

.box1 { background:url(images/box-bg.gif) left top repeat-x #08158e; width:100%;}
.box1 .border-top {background:url(images/border-top.gif) repeat-x top;}
.box1 .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box1 .border-left {background:url(images/border-left1.gif) repeat-y left; width:100%;}
.box1 .border-right {background:url(images/border-right.gif) repeat-y right;}
.box1 .inner { padding:10px 16px 10px 22px;}

.box2 { background:url(images/box-bg.gif) left top repeat-x #08158e; width:100%;}
.box2 .border-top {background:url(images/border-top.gif) repeat-x top;}
.box2 .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box2 .border-left {background:url(images/border-left2.gif) repeat-y left; width:100%;}
.box2 .border-right {background:url(images/border-right.gif) repeat-y right;}
.box2 .inner { padding:10px 16px 10px 22px;}

.box3 { background:url(images/box-bg.gif) left top repeat-x #08158e; width:100%;}
.box3 .border-top {background:url(images/border-top3.gif) repeat-x top;}
.box3 .border-bot {background:url(images/border-bot3.gif) repeat-x bottom;}
.box3 .border-left {background:url(images/border-left3.gif) repeat-y left; width:100%;}
.box3 .border-right {background:url(images/border-right3.gif) repeat-y right;}
.box3 .inner { padding:10px 16px 10px 22px;}

.box4 { background:url(images/box-bg.gif); position:relative; margin:20px -18px 0 -26px; color:#888;}
.box4 .inner { padding:10px 16px 10px 22px;}
.box4 h2 { margin-bottom:3px;}

.cont-box { padding:0 215px 0 0; margin:0;}
.cont-box span { float:right;}


