body {
background-color: #eee;
font-family: Arial, Helvetica, Sans-serif
}

a { color: #33f; }
a:visited { color: #906; }
a:hover { background-color: #eee; }
sup { font-size: 50%; vertical-align: super; }
h1, h2, h3, h4, h5, h5, h6, h7, h7 { font-family: Verdana, Arial, Sans-serif; }
h1 { margin: 0 0 10px 0; font-size: 150%; border-bottom: 1px dashed #ccc; color: #333; }
h2 { margin: 5px 0; font-size: 130%; }
h3 { margin: 5px 0; font-size: 110% }
ul { margin-top: 0; margin-bottom: 20px; }
ol { margin-top: 0; margin-bottom: 20px; }
hr { border: 0; color: #ccc; background-color: #ccc; height: 1px; width: 100%; }
p { text-indent: 1em; }
.standout { font-size: 120%; }

#site {
width: 900px;
margin: 10px auto 0 auto;
background-color: #fff;
background-image: url("../images/site_bg.png");
background-repeat: repeat-y;
}

#header {
position: relative;
background: no-repeat url("../images/header.png");
height: 100px;
}

#menu {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
color: #fff;
width: 780px;
}

#menu a {
font-size: 20px;
font-weight: bold;
color: #fff;
padding: 0 8px 0 8px;
text-decoration: none;
background-repeat: repeat-x;
}

#menu a:hover {
color: #333;
background-color: transparent;
text-decoration: none;
}
#inner_site{
width:780px;
}
#content {
padding: 5px;
width: 500px;
border-left: 1px solid #ccc;
}

#content p {
text-align: justify;
color: #333;
margin: 0;
margin-bottom: 10px;
}

#img_box {
float: right;
width: 248px;
padding: 5px;
}

.clear {
clear: both;
display: block;
}

#contactForm table th {
font-size: 120%;
font-family: Verdana, Arial, Helvetica, Sans-serfi;
text-align: left;
color: #333;
background-color: #eee;
border: 1px solid #ccc;
padding: 2px 5px;
}

#contactForm table#contactTypes td {
border: 1px solid #e0e0e0;
background-color: #f0f0f0;
background-image: url("../images/box_bg.png");
background-repeat: repeat-x;
padding: 2px 5px 5px 5px;
font-weight: bold;
}

#contactForm table#contactTypes td input {
width: 130px;
}

.quote {
background: #fff url("../images/left_quote.png") no-repeat scroll top left; 
color: #999;
width: 420px;
margin: 5px auto;
padding: 5px 0 0 40px;
font-size: 120%;
font-style: italic;
text-align: center;
font-family: Book Antiqua, Times New Roman;
font-weight: bold;
}

.quote2  { 
padding: 0 40px 5px 0;
background: transparent url("../images/right_quote.png") no-repeat scroll bottom right;
}

#footer {
float:left;
text-align:center;
width: 780px;
margin: 0 auto 10px auto;
background-image: url("../images/footer_bg.png");
background-repeat: repeat-x;
color: #fff;
padding: 4px 0;
}

#footer a {
color: #fff;
}

#footer a:hover {
color: #000;
background-color: transparent;
}

#phlogo {
width: 103px;
margin: 10px auto;
}

