html, body {
	margin: 0;
	padding: 0;
	font-family: arial, arial, serif;
	font-size: 12px;
	background-color: #b892a0;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
	background-color: orange;
	color: white;	
}

.title {
	background: navy url(img/php_outsourcing_header.jpg) top center no-repeat;
	color: white;
	text-align: center;
	height: 159px;
	margin: 0;
}

.title h1 {
	padding-top: 120px;
	font-size: 16px;
	margin: 0;
}

.columns h1 {
	margin-top: 5px;
	display: block;
	height: 37px;
	font-size: 14px;
}

.columns a {
	display: block;
}

.container {
	text-align: center;
}

.main {
	background: url(img/col_cont.jpg) center center repeat-y;
}

.columns {
	background: url(img/columns_background.jpg) top center no-repeat;
}

.columns table {
	width: 557px;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}

.columns table td {
	width: 33.3%;
	padding: 0;
	padding-bottom: 6px;						
}

.c1 {
	padding-left: 5px;
	padding-right: 16px;
}

.c2 {
	padding-left: 8px;
	padding-right: 12px;				
}

.c3 {
	padding-left: 11px;
	padding-right: 10px;				
}

.detail {
	width: 557px;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.detail h1 {
	font-size: 18px;
	background-color: orange;
	display: inline;
	color: #ffffff;
}

.detail h2 {
	font-size: 16px;
}

.detail em {
	font-weight: bold;
	font-style: normal;
}

.det_col_1 {
	width: 320px;
}

.form_table {
	font-size: 13px;
	width: 310px;
}

.form_table td {
	padding-bottom: 8px;
}
