/* CSS Document */

body { background-image: url(images/topbk.jpg);
		background-repeat: repeat-x;
		background-color:#eeeeee;
		}
h1.img
{
position:absolute;
left:100px;
top:5px
}
h2.img
{
position:absolute;
right:150px;
top:2px
}
p.content
{
position:absolute;
left:150px;
top:200px
 }


.topleftbody {
width:800px;
}

.toprightbody {
position:absolute;
left:550px;
top:200px;
width:350px;
}

.bottomcenterbody {
position:absolute;
left:150px;
top:175px;
width:800px;
height:350px
}

.bodybox {
	background: url(images/roundedcornr_213517_tl.png) no-repeat top left;
}
.bodybox_top {
	background: url(images/roundedcornr_213517_tr.png) no-repeat top right;
}
.bodybox_bottom {
	background: url(images/roundedcornr_213517_bl.png) no-repeat bottom left;
}
.bodybox_bottom div {
	background: url(images/roundedcornr_213517_br.png) no-repeat bottom right;
}
.bodybox_content {
	background: url(images/roundedcornr_213517_r.png) top right repeat-y;
}

.bodybox_top div, .bodybox_top,
.bodybox_bottom div, .bodybox_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.bodybox_content, .bodybox_bottom {
	margin-top: -19px;
}
.bodybox_content { padding: 0 10px; }
