/*
-----------------------------------------------
Creator: Che Douglas, Beyond The Pixels Pty Ltd
----------------------------------------------- */

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}

#sidebar {
	position: absolute;
	left: 0px;
	width: 250px;
	padding: 0;
}

#content {
	position: relative;
	left: 250px;
	width: 460px;
	padding: 20px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 250px;
	padding: 0;
}

#footer {
	position: relative;
	left: 0px;
	width: 750px;
	padding: 20px;
	margin-top: 60px;
	background: url(../images/3mlogo.gif) bottom right no-repeat;
}

#contentnoimage {
	position: relative;
	top: 105px;
	left: 250px;
	width: 460px;
	padding: 20px;
}