html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	margin: 0;
	background-color: #0D1518;
}

#footerwrapper-old {
	width:100%;
	background:#2A353B;
	position:absolute;
	bottom:0;
	align: center;
}

#footerwrapper {
	width: 100%;
	background: #2A353B;
	position: relative;
	align: center;
	margin-top: -46px; /* negative value of footer height */
	height: 46px;
	clear: both;
}

#footer {
	width:900px;
	height:36px;
	border:0px dotted #ff6600;
	text-align:right;
	padding-top:10px;
}

#topnavwrapper {
	width:100%;
	background: url(../images/bg.gif) repeat-x top #0d1518;
	border: 0;
	align: center;
}

#topnav {
	width:900px;
	border: 0;
	height:40px;
	text-align: center;
	
}

#logowrapper {
	width:100%;
	align: center;
	border: 0;
	height: 80px;
	z-index: 100;
}

#logo {
	width:900px;
	align: center;
	border: 0px dotted yellow;
	z-index: 110;
}

#mainwrapper {
	width:980px;
	border:0px dotted #ff0000;
	align: center;
	padding-bottom: 80px;
	min-height: 400px;
}

#mainwrapper-index {
	width:980px;
	border:0px dotted #ff0000;
	align: center;
	padding-bottom: 80px;
	min-height: 600px;
}

#main {
	width:900px;
	border:0px dotted #ff6600;
	text-align: left;
	background: url(../images/bg_cont.jpg) no-repeat;
}

#main2 {
	width:900px;
	border:0px dotted #ff6600;
	text-align: left;
}

#main3 {
	border:0px dotted #ff6600;
	text-align: left;
	background: url(../images/bg_cont.jpg) no-repeat 40px 10px;
}

#leftcolumn {
	width:430px;
	border: 0;
	text-align: left;
	padding-right: 20px;
	border: 0px dotted yellow;
}

#leftcolumn2 {
	width:430px;
	border: 0;
	text-align: left;
	padding-right: 20px;
	position: relative;
	bottom: 20px;
}

#rightcolumnwrapper {
	position:absolute;
	top:100px;
}

#rightcolumn {
	width:430px;
	position:relative;
	top:0px;
	left:450px;
	text-align: left;
	padding-left: 20px;
	border: 0px dotted yellow;
}

#rightcolumnwrapper2 {
	position:absolute;
	top:120px;
}

#lefttablecolumn {
	width:50%;
	padding-left:38px;
	color:#FFFFFF;
	padding-right:20px;
}

#righttablecolumn {
	width:50%;
	padding-left:20px;
	color:#FFFFFF;
	padding-right:20px;
	padding-top: 0px;
}

#searchbox {
	border:0px dotted #FFFFFF;
	background:#0D1518;
	text-align:right;
}