body {
	background-color: #f6f7f5;
	margin: 0 auto;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: #565656;
}

h1 {
	color: #586c55;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
}

.order_detail {
	background-color: #586c55;
	color: white;
	padding: 10px;
	width: 250px;
}

.order_detail a, .order_detail a:visited {
	color: white;
}

a, a:visited {
	color: #565656;
}

a img, img a {
	border-style: none;
	border-width: 0px;
}

.order_item {
	width: 170px;
	margin-right: 45px;
	float: left;
}

.order_item img {
	margin-bottom: 10px;
}

.order_item h1 {
	color: #586c55;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.portfolio_description {
	position: relative;
	margin-left: 20px;
	width: 800px;
	top: -10px;
}

#container {
	margin: 0 auto;
	margin-top: 35px;
	width: 900px;
	text-align: left;
}

#logo {
	
}

.left_arrow, .right_arrow {
	float: left;
	padding-top: 50px;
}

.portfolio_holder {
	width: 780px;
	overflow: hidden;
	height: 150px;
	float: left;
}

#portfolio1 {
	position: relative;

}

.portfolio_items img {	
	position: relative;
	float: left;
	margin-right: 15px;

}

.portfolio_items {
	position: relative;
	width: 1000000px;
	left: 0px;
}

#navigation {
	width: 900px;
	text-align: right;
	margin-top: 10px;
}

#navigation img {
	position: relative;
}

#content {
	background-color: #f0f0ef;
	margin-top: 8px;
	background-image: url(../images/content_background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 30px;
	padding-bottom: 80px;
	margin-bottom: 8px;
}

.clear {
	position: relative;
	clear: both;
}

#footer {
	color: #a3a3a3;
	font-size: 10px;
}

#footer a, #footer a:hover {
	color: #a3a3a3;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}