﻿@charset "utf-8";
/* CSS Document */

#maincontainer{
width: 920px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
min-height: 100%;
}


#contentwrapper{
	width: 100%;
	height: 100%;
	clear: both;
}

#contentcolumn{
	margin-right: 230px;
	width: 690px;
	float: left;
	/*height: 800px;*/
	/*background: url(../images/main_column_fade.png) 0% 0% no-repeat;*/
	
	background: #fff;
	background-image: none;
}

#leftcolumn{
	float: left;
	width: 375px; /*Width of left column in pixel*/
	margin-left: -605px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	background: #C8FC98;
	min-height: 100%;
}

#rightcolumn{
	float: left;
	width: 230px; /*Width of right column in pixels*/
	margin-left: -230px;
	background: #9aa6b2;
	
}


#innertube{
	margin: 0 auto;
	width: 690px;
	height: 100%;
	background: transparent url(/Axis/Images/v2_main_column_fade.gif) repeat-x left top;
	position: relative;
	
	
}
.innertube2{
	/*width:230px;*/
	background-color: #9aa6b2;
	height: 100%;
	position: relative;
	width: 230px;
	
}

#sidebar_links {
width: 230px;
/*position:relative;*/

}

#sidebar_links ul {
list-style:none;
margin:0px 5px 0px 5px;

}

	#sidebar_links ul li {
	padding:15px;
	color:#53626C;
	border-bottom:1px dotted #ccc;
	}

	#sidebar_links ul li.last {
	border-bottom:none !important;
	}
	
	#sidebar_links ul li a{
	color: #fff;
	
	}
	
	#sidebar_links ul li a:hover{
	color: #CC3333;
	
	
	}
