 .clear {
        clear: both;
 }

 body {
        background-color:#CDD8E4;
        padding:2%;
        font-family: 'Arial Black',Arial;
 }

 #page_wrapper {
        margin-left:auto;
        margin-right:auto;
        width:850px;
	height:100%;
	margin-top:0px;
 }

 .top_text {
        width:250px;
        margin-left:10px;
        margin-top:40px;
        float:left;
        text-align:justify;
 }
 

 .text {
	width:350px;
	margin-left:30px;
	margin-top:40px;
	float:left;
	text-align:justify;
 }

 .bar {
	width:100%;
	background-image: url('/images/omniweb_bg.gif');
	height:10px;
 }

 .d1 {
	float:left;
	margin-top:20px;
	margin-bottom:10px;
 }

.d2 {
	float:right;
	margin-top:8px;  
        margin-bottom:10px;
	text-align:center;
 }
