/*your custom style goes in this file*/
@import url('../../default.css');
/* over ride to 2 box format */
/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em 0em 0em 0em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 0em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}
