@import "css/reset.css";

body {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #a95f30;
text-align: center;
}



body #outside {
width: 1003px;
height: 511px;
border: 2px solid black;
background-color: #9b4114;
clear: both;
padding-bottom: 2px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/* start contents of the left box */
#left {
display: inline;
width: 700px;
}

h1 {
position: relative;
top: 2px;
font-size: 64px;
padding-left: 20px;
margin: 0;
letter-spacing: 0.05em;
font-weight: normal;
width: 400px;
}

ul#whatido
{
float: right;
list-style-type: none;
padding: 2px 15px 0 0;
margin: 0;
font-weight: bold;
color: #999;
}

ul#whatido li {
line-height: 1.5em;
letter-spacing: 0.1em;
}

#left #main {
font-size: 12px;
}

p.regcol {
width: 360px;
float: left; 
line-height: 1.5em;
}

p.donatepara {
margin: 0 15px;
clear: left; 
line-height: 1.5em;
width: 680px;
}

p.label {
font-size: 12px;
color: #999;
}

img#bigfront {
padding: 3px;
}

div#biocontent {
position: relative;
left: 300px;
width: 405px;
height: 405px;
overflow-y:auto;
scrollbar-base-color: #9b4114;
}

div#biocontent p {
width: 380px;
}

#biocontent p.ind {
text-indent: 2em;
}

#biocontent p.qte {
font-style: italic;
padding-left: 20px;
width: 365px;
}

#contactinfo {
position: relative;
left: 300px;
width: 405px;
height: 405px;
overflow-y:auto;
}

#contactinfo a {
color: #bd6336;
}

#contactinfo ul {
list-style-type:square;
line-height: 2em;
}

/*  start right column styles */

#right {
display: inline;
float: right;
height: 512px;
width: 290px;
list-style-type: none;
border-left: 1px solid black;
padding: 3px 3px 0 3px;
}

#right #schedule {
border: 1px solid black;
width:280px;
height: 319px;
background-repeat:no-repeat;
background-image:url(../img/dan-javelin.jpg);
background-position: right top;
margin: 7px 0 0 5px;
padding: 0;
}

#right #mailinglist {
width:280px;
margin: 6px 0 0 5px;
padding: 0;
}

#right p, #right table {
width: 280px;
line-height: 1.5em;
font-size: 12px;
}

#right table {
margin-left: 5px;
}

#right table td {
padding: 5px 0;
}

#right table td a {
color: #bd6336;
}

#right table td.botrow {
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #792002;
}

#right p.label {
text-align: center;
font-size: 16px;
color: #999;
}



/*  end right column style */

/*    start main navigation    */
#navlist
{
margin: 0;
padding: 5px 0 15px 27px;
width: 680px;
height: 5px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#navlist ul, #navlist li
{
margin: 0;
display: inline;
list-style-type: none;
}

#navlist a {
padding: 0 40px;
letter-spacing: .1em;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 0px 10px;
text-decoration: none;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

#navlist a#homeact, #navlist a#musicact, #navlist a#videoact, #navlist a#contactact, #navlist a#bioact, #navlist a#extrasact {
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

/*    end navlist      */

#footer {
width: 707px;
height: 15px;
padding-top: 5px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 12px;
}

