body {
background-color: #ffffcc;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;

} 

h1 {
width: 560px;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h1 a:link, a:visited {
color: #333300;
text-decoration: none;
}

h1 a:hover {
color: #666633;
text-decoration: underline;
}

h2 {
width: 560px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ff0000;
}

h2 a:link, a:visited {
color: #333300;
text-decoration: none;
}

h2 a:hover {
color: #666633;
text-decoration: underline;
}

p {
width: 600px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #333333;
}

p a:link, a:visited {
color: #ff0000;
text-decoration: none;
}

p a:hover {
color: #660000;
text-decoration: underline;
}

#header {
position: absolute;
width: 100%;
height: 100px;
left: 0px;
top: 0px;
background: #000000; 
}

/**** Beginning of NavBar Stuff ****/

#navbar {
margin: 0;
padding: 0;
position: absolute;
height: auto;
left: 10px;
top: 120px;
width: 120px;
background: #cccc99;
font-family: Helvetica, Arial, sans-serif;
border:1px solid #000000;
}

#navbar li {
display: block;
padding: 0;
margin: 0;
}
 
#navbar a:link, #navbar a:visited {
color: #000000;
background: #cccc99;
padding: 5px 10px 5px 10px;
float: left;
width: 100px;
border-bottom:1px solid #000000;
text-decoration: none;
font: bold 14px Helvetica, Arial, sans-serif;
}

#navbar a:hover {
color: #666633;
background: #cccc99;
text-decoration: underline;
}

/**** End of NavBar Stuff ****/

#main {
border-style: solid;
border-color: #000000;
border-width: 1px;
position: absolute;
padding: 20px 20px 20px 20px;
width: 640px !important; /*moz width*/
width: 680px; /*IE width*/
min-height: 550px;
height: auto !important;
height: 550px;
left: 160px;
top: 120px;
background: #ffffff;
}

/*#footer {
position: absolute;
width: 100%;
height: 40px;
left: 0px;
top: auto;
bottom: 0px;
background: #000000;
}
*/

/****Beginning of Links Stuff****/

#archives li {
padding: 10;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-color: #999999;
text-decoration: none;
}

#archives a:link, #archives a:visited {
font-size: 14px:
font-weight: bold:
color: #ff0000;
text-decoration: none;
}

#archives a:hover { 
font-size: 14px:
font-weight: bold:
color: #000000; 
text-decoration: underline;
}

/****End of Links Stuff****/

/****Beginning of Form Stuff****/

#label {
width: 4em;
float: top;
text-align: right;
margin-right: 0.5em;
display: block;
color: #990000;
background: #fee3ad;
border: 1px solid #333366
}

.submit input {
margin-left: 4.5em;
color: #ffffff;
background: #990000;
border: 1px outset #000000;
} 

.reset input {
margin-left: 4.5em;
color: #ffffff;
background: #cc3300;
border: 1px outset #000000;
} 

/****End of Form Stuff****/