body {
margin:0;
background: #E2E2E2;
font-size: 100%;
}

#text_container {
width: 962px;
height: 280px;
background: #ffffff;
font-size: 100%;
}

#page_title {
padding-left: 0px;
color: #244559;
font-size: 150%;
font-family: verdana,arial,helvetica;
font-weight: bold;
}

#page_content {
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
color: #000000;
font-size: 80%;
font-family: verdana,arial,helvetica;
text-align: justify;
}

#pearlbeachcopyright {
font-size: 70%;
}

#contact-error {
width: 400px;
background: #ff0000;
color: #ffffff;
text-align: center;
}

#contact-success {
width: 400px;
background: #c0c0c0;
color: #000000;
text-align: center;
font-weight: bold;
}

#reservation-error {
width: 400px;
background: #ff0000;
color: #ffffff;
text-align: center;
}

#reservation-success {
width: 400px;
background: #c0c0c0;
color: #000000;
text-align: center;
font-weight: bold;
}

