/* CSS Document */

body {
	background: #866c4d;

}

body,td,th {
	color: #FFFFFF;
}

.intro_bg {
	background: #4f4f4f;
	border: #000000 thin solid;
	background-repeat: repeat-y;
}

.previous_works_bottom {
	background: url(../images/outline/previous_works_bottom_bg.jpg);
	background-repeat: no-repeat;
}

.previous_works_top {
	background: url(../images/outline/previous_works_top_bg.jpg);
	background-repeat: no-repeat;
}

.news_bg {
	background: url(../images/outline/news_bg.jpg);
	background-repeat: no-repeat;
}

.portfolio_bg {
	background: url(../images/portfolio_outline/portfolio_bg.jpg);
	background-repeat: no-repeat;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formright {
	float: left;
	width: 400px;
	margin: 0 0 5px 0;
}

.formleft {
	float: left;
	width: 180px;
	margin: 0 10px 5px 0;
}

.formleft, formright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	line-height: 160%;
	padding-bottom:5px;
	text-align: left;

}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 0;
	height: 0;
}

