#container {
	background-color: #2A3142;
	width: auto;
}

#header {
	background-image: url(../images/mockup%20portfolio/horizborder.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: auto;
	background-position: left bottom;
	background-color: #CCCCCC;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
#navigation {
	float: left;
	width: 262px;
	padding-top: 20px;
	background-color: #2A3142;
	padding-bottom: 10px;
	height: auto;
}
#body {
	float: left;
	width: auto;
	padding-top: 10px;
	padding-left: 40px;
	background-image: url(../images/mockup%20portfolio/refinebody.jpg);
	height: 612px;
	background-repeat: repeat-y;
	background-position: left top;
}
body {
	margin: 0px;
	background-color: #2A3142;
}
#footer {
	width: 999px;
	clear: both;
}
