#wrapper {
	width:760px;
	/* border:solid 1px #00FF00; */
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#dfd1e6;
	background-image:url(../templateImages/bGrd.jpg);
	background-repeat:no-repeat;
}

#header {
	position:relative;
	width:760px;
	/* border:solid 1px #ff0000; */
	height:200px;
	text-align:right;
}

#leftCol {
	width:180px;
	height:auto;
	float:left;
	display:inline;
	position:relative;
}

html>body #leftCol{
	width:180px;
	height:auto;
	/* border:solid 1px #ff0000; */
}

#rightCol {
	width:200px;
	height:auto;
	float:right;
	display:block;
	position:relative;
}

html>body #rightCol{
	width:200px;
	height:auto;
	/* border:solid 1px #ff0000; */
}

#mainCol {
	width:364px;
	height:auto;
	float:left;
	display:inline;
	position:relative;
	padding-left:10px;
	margin-bottom:20px;
}

html>body #mainCol{
	width:364px;
	height:auto;
	/* border:solid 1px #ff0000; */
}
#footer {
	/* border:solid 1px #ff0000; */
	height:50px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	background-color:#FFFFFF;
}

html>body #footer {
	height:50px;
	width:760px;

}

#footerToBottom {
	height:1px;
	width:760px;
	clear:both;
	position:relative;
	background-color:#fff;
	/* border:solid 1px #ff0000; */
}
html>body #footerToBottom {
	height:1px;
	width:760px;
	/* border:solid 1px #ff0000; */
}