body {
background-color:#FFF;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
width:100%;
margin:0;
padding:0;
}

html,body {
min-height:100%;
}

a {
color:#FFF;
font-weight:700;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:none;
}

.header1 {
color:#FFF;
font-weight:700;
text-decoration:none;
font-size:14px;
}

#contactpanel {
	position:absolute;
	top:10px;
	left:10px;
	
}

#advert {
	position:absolute;
	top:5px;
	right:5px;
	
}


 /* set background images for corners */
.rbroundbox { background: url(images/bottomback.jpg) repeat; }
.rbtop div  { background: url(images/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(images/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(images/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
}
.rbcontent  { width: 700px; height:100%; margin: 0 14px; }
.rbnavigation  { width: 700px; height:100%; margin: auto;  }
.rbnavigation a  {padding:6px; }
.rbroundbox { width: 700px; height:100%; margin: auto; }

.blankspace { background-color:#FFF; width: 700px; height:20px; margin: auto; }



/*Second style of box*/
 /* set background images for corners */
.rbroundbox2 { background: url(images/bottomback.jpg) repeat; }
.rbtop2 div  { background: url(images/simple_top_left.gif) no-repeat top left; }
.rbtop2      { background: url(images/simple_top_right.gif) no-repeat top right; }
.rbbot2 div  { background: url(images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot2      { background: url(images/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
	width: 100%;
	height: 14px;
}
.rbcontent2  { width: 190px; height:100%; margin: auto; text-align:left;}
.rbroundbox2 { width: 190px; height:100%; margin: 0px; text-align:left;}