/* CSS Document */
html,body {

}
body {
	font: 80%/107% Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: #283739;
	background-image: url(../Images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#header {
	position:relative
}

#container {
	position:relative;
	text-align:left;
	float: left;
}

#navigation {
	background:url(../Images/sculpsteel-back.jpg) no-repeat left top;
	text-align: right;
}
#extra {
}
#footer {
	color: #FFF;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
#container {
	width:900px;
	margin:0 auto
}
#page {
	float:right;
	width:559px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navigation {
	float:left;
	width:341px
}
#extra {
	clear:both;
	width:100%
}
