body {
    padding: 0;
    margin: 0;
    font-size: 62.5%;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #35393C;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
    color: #356CAB;
    text-transform: capitalize;
}

h2 {
    font-size: 1.4em;
    color: #000;
}

a {
    color: #EA372A;
}

#page {
    width: 940px;
    margin: 20px auto;
}

#header {
    width: 940px;
    height: 145px;
}

#menu {
    width: 940px;
    height: 35px;
    background: #fff url(images/fill_menu.jpg) repeat-x;
}

#splash {
    width: 940px;
    height: 288px;
    text-align: center;
    border: 1px solid white; 
}

#content {
    font-size: 1.2em;
    line-height: 160%;
}

#footer {
    width: 940px;
    padding: 5px 0;
    margin: 80px 0;
    text-align: center;
    background: #A8C0DC url(images/fill_footer.jpg) repeat-x;
}

#footer p {
    font-size: 1.1em;
    color: #35393C;
}

.sep {
    width: 940px;
    height: 5px;
    background-color: #4679B2;
    clear: both;
}

.clear {
    clear: both;
}


/* Navigation
**/

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { 
	float: left;
    margin: 0 10px;
}

#nav li ul { 
	position: absolute;
	background: #fff;
	width: 15em;
	left: -999em;
    border-left: 1px solid #9DB7D1;
    border-right: 1px solid #9DB7D1;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
    top: 200px;
}

#nav li li { 
	margin: 0;
}

#nav li a {
	display: block;
    padding: 12px 10px;
    font-size: 1.4em;
    text-transform: lowercase;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

#nav li a:hover {
    color: #4679B2;
}

#nav li li a {
    width: 10em;
    padding: 5px 0px 5px 10px;
    font-size: 1.4em;
    border-bottom: 1px solid #9DB7D1;
}

#nav li li a:hover {
    color: #4679B2;
}

/* Errors & Notices
**/

.error ul, .notice ul {
    padding: 5px;
    margin: 5px;
    list-style-type: none;
}

.error {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #fe9494;
}

.notice {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #b7cfba;
}

/* Photo Gallery 
**/

#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li {
    float: left;
    padding: 20px 20px 0 0;
    text-align: center;
}

#gallery ul li .thumb {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #000;
    text-align: center;
}

#gallery ul li .title {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #78715e;
    text-align: center;
    margin: 3px 0;
}

#gallery ul li .thumb a {
    color: #333;
}

/* Diverse
**/

#contact-table {
    width: 60%;
}

