﻿/*
Styles for a page layout with the related content column on the
the right and the main content column on the left.
*/

/*
#left {
	float: left;
	width: 66%;
	margin: 15px 0 0 0;
}


#right {
	float: left;
	width: 32%;
	background-color: #ebf9ee; 
	background-image: url(/Images/Backgrounds/sideBarGradient.gif); 
	background-repeat: repeat-y; 
	border: #ade9b8 1px solid;
	margin-right: 1%;
	margin-top: -1px;
}*/

#relatedContentPanel {
		float:left;
		width:27%;
        background-color: #ebf9ee;
        background-image: url(/Images/Backgrounds/relatedContentGradientRight.gif);
        background-repeat: repeat-y;
        background-position: right;
        border: #ade9b8 1px solid;
        background-color: #ebf9ee;
        padding: 10px 15px 10px 15px;
        margin-left: 5px;
	}
	#mainContentPanel {
		float:right;
		width:65%;
		padding: 0;
	}