/* layout --> */
body {
	background-color: rgb(255,255,255);
	margin-top: 10px;	
	margin-bottom: 10px;	
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
  font-family: Verdana;
}

div#wrapper {
  width: 900px;
  height: 850px;
  text-align: left;
  position: relative;
	margin: 0px auto;
  border: 19px solid rgb(236,0,140);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
}

div#content {
  margin: 10px;
  font-family: Verdana;
  font-size: 12px;
  color: rgb(0,0,0);
}

div.container {
  clear: both;
  margin-bottom: 15px;
  margin-top: -10px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: rgb(0,174,239);
  line-height: 10px;
}

div.image {
  float: left;
  width: 200px;
  text-align: center;
}

div.txt {
  float: left;
  width: 660px;
}

a {
  color: rgb(236,0,140);
}

/* <-- layout */


