* { padding: 0; margin: 0; }

body {
 background: black;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 16px;
}

/* paragraphs */
p{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 22px;
 color: black;
 background: transparent;
 white-space: normal;
}

/* stand-out paragraph */
h3{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 22px;
 color: #522d24;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 background: transparent;
 white-space: normal;
}

/* quote paragraph */
h4{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 24px;
 color: #c7b37f;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 background: transparent;
 white-space: normal;
}

/* emphasised text */
.emph{
 color: #522d24;
 font-weight: bold;
 font-style: italic;
}

/* image float left */
img.floatleft{
 float: left;
 margin-top: 4px;
 margin-bottom: 4px;
 margin-left: 4px;
 margin-right: 20px;
}

/* image float right */
img.floatright{
 float: right;
 margin-top: 4px;
 margin-bottom: 4px;
 margin-left: 15px;
 margin-right: 4px;
}

/* headings */
h1{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 13px;
 line-height: 25px;
 color: #c7b37f;
 background: transparent;
 white-space: normal;
 text-decoration: none;
 letter-spacing: 2.5px;
 border-color: #522d24;
 border-width: 0px 0px .5px 0px;
 border-style: solid;
 margin-bottom: 12px;
}

h2{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 22px;
 color: #90986b;
 background: transparent;
 white-space: normal;
 text-decoration: none;
 letter-spacing: .5px;
}


/* navigation links */
div#navigation a:link{
 color: white;
 text-decoration: none;
}

div#navigation a:visited{
 color: white;
 text-decoration: none;
}

div#navigation a:focus{
 color: #90986b;
 text-decoration: none;
}

div#navigation a:hover{
 color: #90986b;
 text-decoration: none;
}

div#navigation a:active{
 color: white;
 text-decoration: none;
}

/* left column links */
div#leftcolumn a:link{
 color: #522d24;
 text-decoration: underline;
}

div#leftcolumn a:visited{
 color: #522d24;
 text-decoration: underline;
}

div#leftcolumn a:focus{
 color: #c7b37f;
 text-decoration: underline;
}

div#leftcolumn a:hover{
 color: #c7b37f;
 text-decoration: underline;
}

div#leftcolumn a:active{
 color: #522d24;
 text-decoration: underline;
}


/* right column links */
div#rightcolumn a:link{
 color: #522d24;
 text-decoration: underline;
}

div#rightcolumn a:visited{
 color: #522d24;
 text-decoration: underline;
}

div#rightcolumn a:focus{
 color: #c7b37f;
 text-decoration: underline;
}

div#rightcolumn a:hover{
 color: #c7b37f;
 text-decoration: underline;
}

div#rightcolumn a:active{
 color: #522d24;
 text-decoration: underline;
}

/* footer links */
div#footer a:link{
 color: white;
 text-decoration: none;
}

div#footer a:visited{
 color: white;
 text-decoration: none;
}

div#footer a:focus{
 color: #90986b;
 text-decoration: none;
}

div#footer a:hover{
 color: #90986b;
 text-decoration: none;
}

div#footer a:active{
 color: white;
 text-decoration: none;
}

/* navigation list divider */
.navdiv{
 color: #c7b37f;
 font-weight: bold;
 word-spacing: 15px;
}

/* container div */
#container { 
 margin: auto;
 width: 800px;
 border: none;
 background-color: white;
}

/* header div */
#header {
 color: white;
 width: 800px;
 clear: both;
 padding: 0;
 border: none;
 height: 400px;
 margin: 0;
 background: black;
 background-image: url(images/masthead.jpg);
}

/* navigation bar div */
#navigation {
 clear: both;
 width: 780px;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 11px;
 line-height: 20px;
 color: white;
 letter-spacing: 1.25px;
 padding: 10px;
 border: none;
 margin: auto;
 background-color: black;
 text-align:center;
 text-decoration: none;
}


/* left column main text div */
#leftcolumn { 
 color: #002147;
 border: none;
 background: white;
 margin: auto;
 padding-top: 30px;
 padding-bottom: 5px;
 padding-left: 30px;
 padding-right: 30px;
 width: 470px;
 float: left;
 clear: left;
 display: inline;
}


/* right column div */
#rightcolumn { 
 float: right;
 clear: right;
 color: #002147;
 border: none;
 background: white;
 margin: auto;
 padding: 30px;
 width: 210px;
 display: inline;
}


/* wave footer */
#wavefooter {
 clear: both;
 width: 800px;
 height: 105px;
 color: white;
 padding: none;
 border: none;
 margin: auto;
 background-color: white;
 background-image: url(images/bottom-waves.gif);
}

/* footer navigation div */
#footer { 
 width: 800px;
 height: 30px;
 clear: both;
 color: white;
 border: none;
 background: black;
 margin: auto;
 padding: 0;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 9px;
 line-height: 30px;
 color: white;
 text-align:center;
 letter-spacing: 1px;
}

/* sponsor strip */
#sponsorstrip {
 width: 800px;
 height: 50px;
 clear: both;
 color: white;
 border: none;
 background: white;
 margin: auto;
 padding: 0;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 9px;
 line-height: 30px;
 color: white;
 text-align:center;
 letter-spacing: 1px;
 background-image: url(images/sponsors.jpg);
}