body {
   background-color: #333333;
   background-image: url('pagebackground.png');
   font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
   font-size: 14px;
   margin-top: 20px;
 }

#header { 
   width: 975px;
   height: 381px;
   margin: 0;
   padding: 0;
}

#header h1 {
   font-family: "Comic Sans MS","Trebuchet MS",Arial,Helvetica,sans-serif; 
   font-size: 175%;
   text-align: center;
   color: white;
} 

#logo {
   width: 220px;
   height: 330px;
   background: #3699E4;
   background-image: url(DavidsonLogo_sm.jpg);
   background-repeat: no-repeat;
   margin: 0;
   padding: 0;
   float: left;
}

#menu {
   height: 40px;
   width: 745px;
   float: right;
   padding-top: 290px;
   background: #3699E4;
   background-image: url(onfloor.png);
   background-repeat: no-repeat;
}

#menu ul {
   background: #AD1011;
   border-left: 2px solid white;
   border-right: 2px solid white;
   height: 40px;
   line-style-image: none;
   line-style-position: outside;
   line-style-type: none;
   margin: 0;
   padding: 0;
   width: 741px;
}

#menu li {
   width: 66px;
   height: 40px;
   display: inline;
}

#menu a {
   border-left: 3px solid white;
   display: block;
   float: left;
   font-size: 125%;
   font-weight: bold;
   height: 40px;
   text-decoration: none;
   text-transform: lowercase;
   color: white;
   padding-top: 8px; 
   padding-left: 20px;
   padding-bottom: 0;
   padding-right: 19px;
}

#menu a.active {
  color: #3699E4;
} 

#page {
   width: 975px;
   margin-top: 0;
   padding-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
}

#content {
   width: 735px;
   float: right;
   background-color: white;
   color: #333333;
   border-left: 5px solid white;
   border-right: 5px solid white;
}

#content a {
  text-decoration: none;
  color: #3699E4;
}

#sidebar {
   width: 220px;
   float: left;
   padding-top: 10px;
   color: #888888;
   background: black;
   margin-bottom: 10px;
}

.boxed .location {
   width: 110px;
   float: left; 
   clear: left;
   margin-bottom: 5px;
}

.boxed .time {
   width: 110px;
   float: right;
   clear: right; 
}

.boxed .title {
   background: black url(rounded.png);
   color: white;
   font-size: 16px;
   font-weight: bold;
   height: 30px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
}

form {
   width: 700px;
}

label {
   display: block;
   float: left;
   width: 200px;
   margin-right: 15px;
   text-align: right;
   clear: both;
}

input.submit {
   float: right;
   clear: both;
   margin-right: 50px;
}

.field {
   float: left;
   width: 300px;
   margin-top: 2px;
   margin-bottom: 2px;
}

fieldset {
   width: 95%;
   margin-top: 10px;
   margin-bottom: 15px;
   margin-right: auto;
   margin-left: auto;
}

#schedule {
   
}

#schedule h1 {
   font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
   font-size: 125%;
} 

img.portrait1 {
   float: left;
   margin: 5px;
}

img.portrait2 {
   float: right;
   margin: 5px;
}

img.landscape {
   margin-left: 65px;
}

#schedule .city {
   float: left;
   clear: both;
   width: 200px;
   margin-right: 15px;
   text-align: right;
}

#schedule .day {
   float: left;
   width: 200px;
   margin-right: 15px;
   text-align: right;
}

#schedule .location {
   float: right;
   text-align: left;
   width: 500px;
}

#schedule .time {
   float: right;
   text-align: left;
   width: 500px;
}

h2 {color: #df6e20;}

h1 {color: #36505f;}
