/* CSS Document */
*{margin:0; padding:0;}
body{ font-family:Arial, Helvetica, sans-serif; font-size:12pt; background-color:#f0FFf0; }
#container{ width:100%; height:auto; max-width:1280px; background-color:#f0FFf0; border:#aaccaa 1px solid; }
#header{ width: 100%; background-image:url(images/header.jpg); height:180px; clear:both; background-repeat:repeat-x;}
#photos{ width:15%; float:left; margin:0 20pt 0 0; background-color:#CCF0CC;}
#toDo{ width:20%; float:right; background-color:#CCF0CC; margin:0 0 0 20pt; text-align:center;}
#main{ margin:0 23% 0 20%;}
#photoTable td{ border:#aaccaa 1px solid; }
#toDo img{ margin:5pt; border:#aaccaa 1px solid; }
#header h1{ padding:50px 10px 10px 10px; font-size:46px; color:#CCFFCC; text-align:center; margin:0;}
#header h2{ padding:0 10px 0 10px; font-size:28px; color:#CCFFCC; text-align:center; margin:0;}

h1, h2, h3, h4{ font-family:Georgia, "Times New Roman", Times, serif;}
h1{ font-size:15pt; margin:10pt 0 20pt 0;}
h2{ font-size:14pt; margin-bottom:0;}
h3{ font-size:13pt;}
h4{ font-size:12pt;}
a{ color:#003366;}
p{margin:0 0 10pt 0;}
ul{ margin:10pt 0 0 20pt;}
#reserForm{text-align:center;}
#reservationsForm{ text-align:left;}
