@charset "utf-8";
/* CSS Document */

body { padding: 0; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; background: #14A1BF; }

* { outline: none; }

#PageWrapper { padding: 0; margin: 0 auto; }
#PageContainer { background: url(/images/BG.jpg) repeat-y; margin: 0 auto;}

#Header { width: 768px; height: 142px; background: url(/images/page_01.jpg) no-repeat; }

#Logo { width: 306px; height: 155px; background: url(/images/page_04.jpg) no-repeat; }

#Title { width: 462px; height: 40px; background: url(/images/page_05.jpg) no-repeat; text-align: center; }
#Title  h1 { color: #fff; margin: 0; padding: 0; }

#NavContainer { background: url(/images/page_07.jpg); width: 306px; height: 340px; }
#Nav { width: 160px; margin: 0 0 0 105px; font-size: x-small; text-align: right; }
#Nav ul { margin: 0; padding: 0; list-style: none; }
#Nav ul li { margin: .5em 0 0 .5em; padding: 0; border-bottom: solid 1px #000; }
#Nav a { color: #0055a5; text-decoration: none; display: block; font-weight: bold; margin: 0 2em 0 0; }
#Nav a:hover { color: #606c74; }

#Shade { float: right; }

#ContentWrapper { vertical-align: top; }
#ContentContainer { min-height: 455px; width: 462px; background: url(/images/page_06.jpg) repeat-y; }
#Content { min-height: 455px; width: 430px; margin: 1em auto; }
#Content a { color: #0379bf; }
#Content h1 { color: #11c071; font-size: 1.75em; }
#Content h2 { color: #215c93; font-size: 1.5em; }
#Content h3 { color: #7f5fd1; font-size: 1.25em; }
#Content ul { }
#Content ul li { margin: 1em 0; }

#Right { background: url(/images/page_02.jpg) #1a79b3 no-repeat; width: 204px; height: 581px; text-align: center; }
#Right img { margin: .25em auto; }
#BottomRight { background: url(/images/page_08.jpg); width: 204px; height: 56px; }
#FarRight { width: 23px; height: 637px; background: url(/images/page_03.jpg) no-repeat; }

#FooterContainer { width: 995px; height: 26px; background: url(/images/page_09.jpg) no-repeat;}
#Footer { font-size: x-small; margin: 0 auto; width: 360px; }

#PhotosTable { width: 100%; }
#PhotosTable td { text-align: center; }
#PhotosTable img { margin: 1em; border: none; }

/*Classes*/

.VTop { vertical-align: top; }