body {
background-color: #54b4d5;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #2B8CAC;
}
#main{
position: absolute;
top: 55px;
left: 50%;
width: 870px;
margin-left: -435px;
}
#thumbs, #footer {
width: 870px;
float: left;
}
#image-container, #contact-info {
margin-bottom: 20px;
}
#image-container {
float:left;
margin-right: 5px;
}
#image-container img{
border: 15px solid #fff;
}
#menu {
position: relative;
top: 0;
left:0;
width: 160px;
height: 210px;
float: left;
padding: 15px;
margin-left: 0px;
margin-top: 0px;
background-color: #fff;
display: block;
}
#contact-info {
position: relative;
top: 0;
left:0;
width: 160px;
height: 184px;
float: left;
padding: 15px;
margin-left: 0px;
margin-top: 5px;
color: #666;
background-color: #fff;
display: block;
}
#contact-info  p {
text-align: left;
padding: 0px;
margin-top: 10px;
font-size: 11px;
line-height:1.4em;
color: #666;
background: inherit;
}
#contact-info h2{
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
font-size: 13px;
font-weight: bold;
color: #54b4d5;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#menu ul li {
margin-bottom: 10px;
padding: 0px;
}
img#logo{
float: left;
margin-bottom: 20px;
}

a {
text-decoration: none;
color: #666;
background: inherit;
}		
#footer p a {
color: #2B8CAC;
background: inherit;
text-decoration: none;
}		
a:hover, #footer p a:hover {
color: #f90;
text-decoration: underline;
}
a img, a:hover img {
border: 0;
}

p {
text-align: justify;
padding: 0 5px 0 0;
color: #fff;
margin: 15px 0px 0px 0px;
}
h1, h2{
margin: 0 0 20px 0;
padding: 0;
font-size: 24px;
font-weight: normal;
color: #fff;
line-height: 12px;
}
h2 {
font-size: 16px;
text-align: left;
margin-bottom: 0px;
margin-top: 15px;
font-weight: bold;
}
ul.fac {
display: block;
float: left;
color: #fff;
background: inherit;
margin-left: 0px;
margin-top: 15px;
padding: 0px;
margin-bottom: 0px;
}
ul.fac li{
margin-left: 20px;
list-style-type: disc;
}
ul.fac2 {
display: block;
float: left;
color: #fff;
background: inherit;
margin-left: 60px;
margin-top: 15px;
margin-bottom: 0px;
padding: 0px;
}
ul.fac2 li{
margin-left: 20px;
list-style-type: disc;
}
div#thumbs {
margin-top: 15px;
}
a.thumb {
float: left;
width: 70px;
height: 70px;
margin: 0 20px 0 0;
border: solid 5px #fff;
}
a.thumb:hover {
border: solid 5px #f90;
}


form {
width: 674px;
margin: 0;
background: #32A2C7;
color: #fff;
margin-top: 25px;
}
					
form table {
margin: 20px 50px;
}
						
form table th,
form table td {
padding: 3px;
}
							
form table th {
text-align: right;
font-weight: normal;
}
							
form input,
form select,
form textarea {
font-size: 12px;
}
							
form .button {
padding: 5px;
background: #eaeaea;
border-top: solid 1px #FFF;
border-left: solid 1px #FFF;
border-bottom: solid 1px #000;
border-right: solid 1px #000;
cursor: pointer;
}

#footer p {
margin-top: 5px;
margin-bottom: 5px;
font-size: 10px;
}
hr {
margin-top: 15px;
height: 1px;
color: #2B8CAC;
}
