@charset "utf-8";
/* CSS Document */

body {
background: #fff;
font-family:'Open Sans', sans-serif;
}

h1,h2, h3, .link {text-align:center;}
#wrap {
	background: #fff;
	width:880px;
	padding-top: 20px;
	text-align:center;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#wrap2 {
	background: #fff;
	width:700px;
	text-align:left;
	padding-top: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.clearfloat {

  line-height:1px;
  height:1px;
  clear:both;

}
#ftr {
color:#fff;
margin-top:-22px;
text-align:center;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background:none repeat scroll 0 0 #000;
padding:5px
}

#ftr a {
color:#fff;
text-decoration:none
}

#ftr a:hover {
text-decoration:underline
}

#ftr h3 {
  text-align:left;
  color:#fff;
  font-size:12px;
  line-height:13px;

} 