﻿div.bodypanel, div#bodypanel
{
	padding-top			:1em;
	padding-bottom		:2em;
	
    border-bottom-width		:2px;
	border-style		:solid;
	border-color		:#101010;
	
	height				:auto;
}

/*
    specify dimensions in the container so we dont have ffox-ie issues with boxes
*/
div#xleftcontent
{
	width					:550px;
}

div#leftcontent
{
	height					:auto;
}

div#xrightcontent
{
	width					:450px;
}

div#rightcontent
{
	height					:auto;	
}

