#wrapper {
	width:760px;
	border-left:solid 1px #3a5da3;
	border-right:solid 1px #3a5da3;
	border-bottom:solid 1px #3a5da3;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

#header {
	position:relative;
	width:760px;
	height:160px;
}

#leftCol {
	width:160px;
	height:341px;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../templateImages/menuBgrd.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
}

html>body #leftCol{
	width:160px;
	height:341px;
}

#menu {
	margin-left:20px;
	margin-top:39px;
}

#rightCol {
	width:180px;
	height:auto;
	float:right;
	display:block;
	position:relative;
}

html>body #rightCol{
	width:180px;
	height:auto;
}

#mainCol {
	width:364px;
	height:auto;
	float:left;
	display:inline;
	position:relative;
	padding-left:10px;
	padding-right:20px;
	border-right:solid 1px #95abd6;
}

html>body #mainCol{
	width:364px;
	height:auto;
}

#footerToBottom {
	height:1px;
	width:760px;
	clear:both;
	position:relative;
	background-color:#fff;
}
html>body #footerToBottom {
	height:1px;
	width:760px;
}

#footer {
	height:20px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
}
html>body #footer {
	height:50px;
	width:760px;

}

#innerFooter {
	margin-left:auto;
	margin-right:auto;
	width:696px;
	height:25px;
	border: solid 1px #95abd6;
	background-image:url(../templateImages/footerBgrd.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
html>body #innerFooter {
	width:696px;
	height:25px;
}