@charset "UTF-8";
/* CSS Document */

div#mainContainer { background: none; }

div.column1 { background: url(../images/background/border-left.png) repeat-y; }

div.column2 { }
	
div#content2 div.mainContent { }

div#content1 div.mainContent { 	padding: 10px 10px 10px 10px;
								border-right: none; }

div#BG {	background: white;
			padding-right: 0px;
			margin: 0px 20px 0px 25px;}
			
div#bottom1 div.right { 	background:url(../images/background/borderRcorner.png);
							height: 35px; width: 38px;
							float: right;
							margin-right: -8px;}
							
div#bottom1 div.middle {	background: url(../images/background/border-bottom.png) repeat-x;
							height: 35px;
							margin: 0px 30px 0px 36px; }
							
div#bottom2 div.right {	background:url(../images/background/rightRcorner.png) right top no-repeat;
						width: 54px; height: 35px; 
						position: relative; left: 20px;}

div#bottom2 div.middle { 	background:url(../images/background/rightBottom.png) 0px 0px repeat-x;
							height: 35px;
							margin: 0px 34px 0px 52px;}
							
div#bottom2  { background:url(../images/background/rightLcorner.png) 4px 0px no-repeat; }

div#bottom1 {	background: url(../images/background/borderLcorner.png) 2px 0px no-repeat; }

div#rightBorder {	border: 0px solid green; margin-right: -20px;
					background:url(../images/background/rightShadow.png) right top repeat-y;	}
					
div#content2 div.mainContent { border-left: 5px solid black;
							   position: relative; right: 5px;}
							   
div.column2 { border-left: 5px solid black; }




