* {
	margin: 0;
	padding: 0;
}


body {
	font-family:			verdana;		
	color:					#000;
	padding:				0;
	margin:					0;
	background:				#D2E0FC url(images/bg.jpg) repeat-x;		
}

#wrap {
	margin:					0 auto;
	width:					890px;
	position:				relative;
	background-color:		#fff;
	border:					#4A72C8 solid 5px;
	border-top:				0;
	border-bottom:			0;
	background-image:		url(images/wrap-bg.jpg);
}

#foot {
	border-bottom:			#4A72C8 solid 5px;
	background:				url(images/foot-bg.jpg) no-repeat bottom;
	background-position:	bottom center;
}

#foot p {
	align:					center;
	text-align:				center;
	font-size:				10px;
	padding-bottom:			5px;
}

#head {
	border-top:				#4A72C8 solid 5px;
	background:				url(images/head-bg.jpg) no-repeat bottom;
	background-position:	top center;
	padding:				20px;
	text-align:				center;
}

#head h1 {
	color:					#4A72C8;
}

#body {
	padding:				0px;
	color:					#1E459A;
	font-size:				14px;
}

#body p{
	padding:				20px;
}

#body h1 {
	font-size:				18px;
	font-weight:			bold;
	text-align:				center;
}

#body h2 {
	font-size:				16px;
	text-align:				center;
}

img {
	border:					0;
}