@charset "UTF-8";


/****************************/
/* general layout structure */

html { 
    height: 100%;
}

body	{
	height: 99%;
	margin:0;
	background-color:#666;
}

#container {
	min-height:99%;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;  /*needed to prevent footer from content overlap */
	position:relative;
	text-align:left;
	border-left:thin solid #999999;
	border-right:thin solid #999999;
	background-color:#fff;
}

#content	{
	text-align:left;
	margin: 45px 40px 80px 40px;
	clear:both;
	min-height: 100%;
}

#content #sidebar	{
	width: 350px;
	float:right;
	border-left:thin dotted #CCCCCC;
	margin:20px 0 20px 14px;
	padding:0 0 0 30px;

}

img	{
	border:none;
}

#footer {
	position: absolute;
	clear:both;
	width:1024px;
	bottom: -3px; /* fixes bottom footer  IE bug */
	height:50px;
	width: 100%;
	text-align:right;
	background: url(../images/nav_menubar.jpg) repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}