@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: #38a8da;
	position: relative;
}




#container {
	text-align: left;
	margin: auto;
	width: 961px;
	position: relative;
}
#header {
	width: 961px;
	height: 405px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header_photo {
	position: absolute;
	left: 156px;
	top: 26px;
}
#btn_clickhere {
	position: absolute;
	left: 682px;
	top: 322px;
}
.content_text {
	padding-left: 260px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-bottom: 32px;
}
#header_order {
	position: absolute;
	left: 44px;
	top: 344px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.content_text h1 {
	font-size: 26px;
	color: #0074BC;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 0px;
}

.content_text h2 {
	font-size: 18px;
	color: #FF6633;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.content_text p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}




#content {
	width: 961px;
	height: 290px;
	position: relative;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}



#footer {
	width: 961px;
	height: 233px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.place_holder {
	position: absolute;
	top: 30px;
	left: 42px;
}
