/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color:#999999;
}
#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:995px;
	margin-bottom: -16px;
	background-image:url(Assets/gradient_a.jpg);
	background-repeat:repeat-y;
	}
#header {
	width: 928px;
	float: left;
	height: 100px;
	padding-left:60px;
	padding-top:15px;
	margin-bottom:50px;
	margin-left:7px;
}
#titlelogo {
	width: 945px;
	height: 100px;
}
#spacer1{
	width:945px;
	height:50px;
	background-color:#99CC66;
}
#content {
	width:;
	height:auto;
	margin-left:50px;
	
}
/*#menu {
	position:absolute;
	left:325px;
	top:117px;
	width: 686px;
	height: 120px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fae788;
	z-index:15;
}*/
#leftcolumn {
	display:block;
	position:relative;
	height: auto;
	width: 220px;
	float: left;
}
#left-menu {
	width:220px;
	height:auto;
	padding-top:10px;
	padding-bottom:-15px;
	float:left;
	background-color:#006699;
	text-align:center;
	visibility: visible;
}
#rightcolumn { 
	width: 224px;
	height: auto;
	display: inline;
	float: left;
	margin-left:50px;
}
#footer {
	height:16px;
	width:895px;
	background-color:#006699;
	line-height:16px;
	text-align:right;
	padding-right:50px;
	margin-left:50px;
	margin-top:;
}
#push {
	height: 16px;
	clear: both;
}

