html, body {
	height: 100%; /* Required */
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #60604b;	
	font-family: Tahoma;
	font-size:11px;
	text-align: left;
	line-height: 1.3em;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #F78F1E;
}

h2{ margin-bottom: 1px;}
h4{ font-size: 11px; margin: 10px 0 10px 3px;color: #BFBFB3;}

.w_line{
	border-bottom: 1px solid #DFE0DB;
	padding-bottom: 3px;
}

#container-page {
	width: 800px;
}

#header{
	width: 800px;
	height: 227px;
}

#content{
	width: 800px;
	clear: both;
	overflow: hidden;
}

#content-left{
	float: left;
	width: 253px;
}

#contact{
	font-size: 10px;
	margin-left: 80px;
	margin-top: 50px;
}

#content-right{
	float: left;
	width: 514px;
	margin-left: 13px;
}

.holder{
	width: 514px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #DFE0DB;
	margin-bottom: 20px;
}

.image-content{
	width: 512px;
	height: 205px;
	overflow: hidden;
	border: 1px solid #deded9;
	/*margin-top: 5px;*/
}

.image-content img{
	border: none;
}

.holder h2{
	display: inline;
}

.iter{
	display: inline;
	margin-left: 8px;
}

#footer{
	background-color: #f78f1e;
	width: 780px;
	height: 85px;
}

#foot{
	color: #ffffff;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 267px;
}

#foot1{
	float: left;
	width: 190px;
}

#foot2{
	float: left;
	margin-left: 20px;
	width: 160px;
}