body {
	background: url("images/bg_image.jpg") repeat;
	margin: 0 auto;
}

div#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 24px;
}

div#header {
	width: 960px;
	height: 100px;
	background: url("images/header.jpg") no-repeat;
}

div#container_top {
	width: 960px;
	height: 227px;
	background: url("images/container_top_1.jpg") no-repeat;
}

	div#navigation {
		position: absolute;
		margin-left: 675px;
		margin-top: 50px;
	}
	
	div#navigation img {
		border: none;
	}
	
	div#navigation div.item_3 {
		margin-top: 15px;
	}

div#container_main {
	width: 960px;
	background: url("images/container_main.jpg") repeat-y;	
}

div#container_foot {
	width: 960px;
	height: 54px;
	background: url("images/container_foot.jpg") no-repeat;	
}	

	div#business_man {
		position: absolute;
		background: url("images/guyinsuit_1.png") no-repeat;
		width: 309px;
		height: 564px;
		margin-top: -222px;
		margin-left: 10px;
	}

	div#social_network {
		position: absolute;
		width: 187px;
		height: 107px;
		margin-top: 315px;
		margin-left: 65px;
	}
	
	div#social_network img {
		margin-right: 5px;
	}
	
	div#social_network img, div#social_network a {
		border: none;
	}
	
	div#social_network div#social_contact {
		width: 179px;
		height: 38px;
		margin-top: 10px;
	}
	
	div#content_container {
		position: relative;
		margin-left: 270px;
		font-family: "Times New Roman";
		font-size: 18px;
	}
	
	div#content_container h1 {
		/* RESET H1 */
		vertical-align: baseline;
		font-weight: inherit;
		font-family: inherit;
		font-style: inherit;
		font-size: 100%;
		border: 0 none;
		outline: 0;
		padding: 0;
		margin: 0;
		
		font-size: 28px;
		color: #1a2685;
		border-bottom: 1px solid #136bcb;
	}
	
	div#content_top {
		width: 654px;
		height: 18px;
		background: url("images/content_top.jpg") no-repeat;
	}
	
	div#content_main {
		width: 608px;
		background-color: white;
		padding-left: 23px;
		padding-right: 23px;
	}
	
	div#content_main p {
		vertical-align: baseline;
		font-weight: inherit;
		font-family: inherit;
		font-style: inherit;
		font-size: 100%;
		border: 0 none;
		outline: 0;
		padding: 0;
		margin: 0;
		margin-top: 15px;
	}
	
	div#content_foot {
		width: 654px;
		height: 18px;
		background: url("images/content_foot.jpg") no-repeat;
	}
	
div#footer {
	font-size: 12px;
	color: white;
	text-align: center;
	margin-bottom: 10px;
	padding-top:10px;
}

#footer a {
color:#FFFFFF;

}
