body, html {
	margin: 0; padding: 0;
	text-align: center;
	font-family: "Helvetica", "Verdana", sans-serif;
	background-color: #efefef;
	font-size: 85%;
}
div {
	margin: 0; padding: 0;
}
.hide {
	display: none;
}
.error {
	color: red;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #B62923;
}
a:hover {
	text-decoration: none;
	color: #27709F;
}
#wrap1 {
	width: 700px;
	background-color: #fff;
	margin: 10px auto;
	text-align: center;
}
#wrap2 {
	border: 1px solid #B62923;
	text-align: left;
}
#header {
	height: 200px;
	background-image: url(../images/layout/greatwave.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}

#webDesigner, #webDesigner a {
	color: #efefef;
}
#content {
	border-top: 1px solid #B62923;
	padding: 10px;
}
p {
	font-size: 11px;
	line-height: 16px;
}
h1, h2 {
	color: #B62923;
	text-transform: capitalize;
}
