*{
	margin:0;
	padding:0;	
}

body{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

p{
	line-heigth:140%;
	margin:12px 0;
}

div#div_wrapper{
	margin:0 auto;
	width:945px;
}

div#div_header{
	position:relative;
	width:945px;
	background:#fff url('../img/div_header.jpg') no-repeat;
}

h1#h1_logo{
	position:relative;
	margin-top:32px;
	margin-left:38px;
	width:312px;
	height:132px;
	text-indent:-2000px;
	overflow:hidden;
	background:#fff url('../img/h1_logo.jpg') no-repeat;
}

h2#h2_ribbon{
	position:relative;
	width:100%;
	height:50px;
	text-indent:-2000px;
	overflow:hidden;
}

div#div_content{
	position:relative;
	float:left;
	margin:22px 100px;
	padding:22px;
	width:690px;
	border-bottom:1px dashed #0569bb;
}

div#div_leftContent{
	float:left;
	positon:relative;
	margin-left:32px;
	width:400px;
}

div#div_rightContent{
	float:left;
	padding-top:8px;
	position:relative;
	width:200px;
	margin-left:48px;
}

h2#h2_welcome{
	text-indent:-2000px;
	overflow:hidden;
	background:#fff url('../img/h2_welcome.jpg') no-repeat;
	heigth:22px;
	margin:12px 0;
}

h2#h2_contact{
	text-indent:-2000px;
	overflow:hidden;
	background:#fff url('../img/h2_contact.jpg') no-repeat;
	height:22px;
	margin:12px 0 8px 0;
}

