/* CSS Document */

* {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
background-color: #3D1208;   /* deep brown */
}

#frame {
width:756px;
margin:0 auto;
}

#header {
height: 130px;
width:756px;
background-color:#ff6600;
}

#navigation {
height:20px;
background-color: #C43141;    /* sean's shirt */
margin-top:2px solid #b30000;
border: 1px #CC0033 solid;
}

#navigation ul {
list-style:none;
margin:0;
padding:0;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom:1px solid #b30000;
text-align: center;
display:block;
}

#navigation li {
display:inline;
}

#navigation a:link, #navigation a:visited {
margin-right:2px;
padding: 3px 5px 2px 5px;       /* top right bottom left */
color: #ffffff;
text-decoration:none;
font-weight:bold;
}

#navigation a:hover {
margin-right:2px;
padding: 3px 5px 2px 5px;       /* top right bottom left */
color:#FFFFCC;
}


#maincolumn {
float:right;
width:556px;
background-color:#FFFFFF;     /*#e8b869 light yellow */
}

#maincolumn h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.4em;
font-weight:bold;
color:#3D1208;
padding: 20px 3px 0px 15px;    /* top right bottom left */
}

#maincolumn h2 {
font-family:"Times New Roman", Times, serif;
font-size:1.1em;
font-weight:bold;
font-style:italic;
color:#C43141;
padding: 5px 3px 0px 15px;    /* top right bottom left */
}

#maincolumn p {
font-family: Arial, Helvetica, sans-serif;
font-size:.8em;
font-weight:normal;
font-style:normal;
line-height:1.2em;
color:#000000;
padding: 0px 15px 12px 15px;    /* top right bottom left */
}

#maincolumn a {
font-family: Arial, Helvetica, sans-serif;
text-decoration:underline;
line-height:1.2em;
color: #BC5D14;
padding: 0px 10px 12px 10px;    /* top right bottom left */
}

#maincolumn img.left {
margin-right:10px;
margin-bottom:10px;
}


#leftcolumn {
float: left;
width: 200px;
background-color:#BC5D14;   /* pumpkin */
}

#leftcolumn h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.4em;
font-weight:bold;
color:#5B0E00;
padding: 20px 3px 0px 15px;    /* top right bottom left */
}


#leftcolumn h2 {
font-family:"Times New Roman", Times, serif;
font-size:1.1em;
font-weight:bold;
font-style:italic;
color:#BC5D14;
padding: 5px 3px 0px 15px;    /* top right bottom left */
}

#leftcolumn h2.quote {
font-family:"Times New Roman", Times, serif;
font-size:1.1em;
font-weight:bold;
font-style:italic;
color:#E8B869;
padding: 5px 3px 0px 15px;    /* top right bottom left */
}

#leftcolumn p {
font-family: Arial, Helvetica, sans-serif;
font-size:.8em;
font-weight:normal;
font-style:normal;
line-height:1.2em;
color:#000000;
padding: 0px 15px 12px 15px;    /* top right bottom left */
}

#footer {
clear: both;
width: 756px;
background-color: #5B0E00;     /* darker reddish */
}

#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size:.8em;
font-weight:normal;
font-style:normal;
line-height:1.2em;
color:#E8b869;
padding: 10px 10px 12px 10px;    /* top right bottom left */
text-align:center;
}

