﻿body, html {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(/_img/mainbkgr_overflow.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 100%;
}

#Container {
	width: 100%;
	background-image: url(/_img/mainbkgr.gif);
	background-repeat: no-repeat;
	background-position: 750px 0px;
}

#Page {
	width: 750px;
	min-height: 1000px;
	background-color: White;
}

#Header {
	width: 750px;
	height: 198px;
	background-image: url(/_img/home_header.jpg);
	background-repeat: no-repeat;
}

#Menu {
	width: 750px;
	height: 70px;
	background-image: url(/_img/menubkgr.gif);
	background-repeat: no-repeat;
}

.OuterContent {
	width: 670px;
	padding: 25px 0px 20px 35px;
}

#Footer {
	width: 100%;
	min-height: 200px;
	background-color: #cac3cf;
}

/* IE6&7 display-inline fix */
.column {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}