/* CSS Document */
#wrapper {
	  width: 800px;
  	border: 5px solid #ffffff;
	  margin-left: auto;
  margin-right: auto;
	}
	#wrapper2 {
	  width: 800px;
  	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	  margin-left: auto;
  margin-right: auto;
	}
body {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #006699;
	text-align:center;
}
body {
	background-color: #006666;
}
a {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
}
a:active {
	color: #000000;
}
h1 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-color: #000000;
}
h2 {
	font-size: 12px;
	color: #00CC99;
}
.pic {
	border: 2px solid #ffffff;
}

