@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body {
background-color:#030000;
text-align: center;
}

#container
{
width: 700px;
margin:auto;
}


#header {
margin-top: -5px;
margin-bottom: 0px;
}

#navigation {
height: 24px;
}

#navigation ul li{
display:inline;
}

#navigation ul li a {
font-family:Helvetica, sans-serif;
font-size:13px;
font-weight:800;
text-decoration: none;
color: #660000;
padding: 7px;
padding-left: 32px;
padding-right: 32px;
background-image:url(../images/steel.jpg);
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#navigation ul li a:hover {
background-image: none;
background-color:#009999;
color: #CCCCCC;
}

#text {
width: 700px;
padding: 0px 20px 20px 20px;
margin: 20px 0px;
}

#eventtext {
width: 700px;
padding: 0px 20px 20px 20px;
margin: 20px 0px;
text-align:center;
}

#events {
width: 660px;
padding: 0px 20px 20px 20px;
margin: 20px 0px;
}

#sidebar {
float: right;
width: 220px;
padding: 10px 10px;
border: 1px solid #660000;
margin:10px;
}

#sidebar h1 {
margin-bottom: 4px;
font-size:18px;
}

#sidebar h2 {
color: #009999;
font-size:14px;
margin-top: 5px;
}

#content {
width: 700px;
min-height: 300px;
background-image:url(../images/windup_WEB5bottom.jpg);
background-repeat:no-repeat;
background-position:top center;
margin-top: 0px;
margin-bottom: 5px;
text-align: left;
font-family:Helvetica, sans-serif;
border: 2px solid #CCCCCC;
padding: 10px;
}

hr {
color: #CCCCCC;
border:1px solid;
}

h1 {
color: #009999;
font-size:20px;

}

h1.annc {
font-size:34px;
text-align:center;
}

h2 {
color: #009999;
font-size:16px;
}

#eventtext ul {
color: #CCCCCC;
margin-left: 20px;
font-size: 13px;
}

#events h2 {
color:#ffffff;
border-bottom: 1px solid #009999;
padding-top: 5px;
margin-top: 20px;
font-size:14px;
padding-bottom: 5px;
margin-bottom: 5px;
}

#events h3 {
color: #009999;
font-size:16px;
}

#events h4 {
color: #CCCCCC;
font-size:13px;
}

.eventpara {
padding-top: 4px;
}

#calendar img {
float:right;
margin-left: 10px;
margin-bottom: 10px;
}

#calendar h2 {
clear:both;
}

p {
color: #CCCCCC;
font-size:13px;
margin-bottom: 8px;
line-height:140%;
}

#text a, #sidebar a, #events a, #eventtext a {
color: #009999;
text-decoration:none;
}

#text a:hover, #sidebar a:hover, #events a:hover, #eventtext a:hover {
text-decoration:underline;
}

.leftimage {
float: left;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 3px;
}

#footer {
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
color: #CCCCCC;
margin-bottom: 20px;
clear:both;
}

#stylized {
color: #CCCCCC;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:110px;
float:left;
margin-right:10px;



<!--[if IE 7]>
<!--
#navigation {margin-bottom: -9px; padding: 10px; margin-top: -19px;}

-->
<![endif]-->
