/* Subpages layout */
#content{
margin-right:250px;
width: 585px;
}

.content_body{
position: relative;
padding: 15px;
z-index:100;
}
.side_content_body{
position: relative;
padding: 15px;
z-index:100;
margin-top:-50px;
}


.content_top_frame{
position: absolute;
height:50px;
top: 0px;
width: 585px;
	background-image: url(content_frame.png);
	background-repeat: no-repeat;
z-index:0;
}

.content_bottom_frame{
position: relative;
height:50px;
width: 585px;
top:-40px;
	background-image: url(content_frame_bottom.png);
	background-repeat: no-repeat;
background-position: bottom;
z-index:0;
}

.side_content_grouper{
width: 240px;
float: right;
}

#side_content{
width: 240px;

}

.side_content_top_frame{
height:50px;
width: 240px;
	background-image: url(content_side_frame.png);
	background-repeat: no-repeat;
z-index:0;
}

.side_content_bottom_frame{
position: relative;
height:30px;
width: 240px;
top:-30px;
	background-image: url(content_side_frame_bottom.png);
	background-repeat: no-repeat;
background-position: bottom;
z-index:0;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

