div,iframe,ul,li,a,h2,img {
	margin : 0;
	padding : 0;
}

body {
	text-align : center;
	background : url(./img/body_bg.jpg) no-repeat;
}

#wrapper:after {
	content : url(./img/space.gif);
	display : block;
	height : 0;
	clear : both;
}

#wrapper {
	margin : 0 auto;
	padding : 0 20px 20px;
	width : 740px;
	text-align : left;
	border-left : 1px solid #dff3fc;
	border-right : 1px solid #dff3fc;
	background-color : #ffffff;
}
img {
	border : 0;
}
li {
	list-style : none;
}

h2 {
	padding : 20px 0;
}
p {
	line-height : 140%;
}
.img-left img,.img-right img {
	margin-bottom : 5px;
}
.img-left {
	float : left;
	margin : 0 10px 10px 0;
	font-size : 12px;
	text-align : center;
}
.img-right {
	float : right;
	margin : 0 0 10px 10px;
	font-size : 12px;
	text-align : center;
}
.margin-right0 {
	margin-right : 0;
}
.clear {
	clear : both;
}