/* File Name: hw2/style.css
Author: Caroline Sun
Date: Sept 18, 2008
*/

a, a:visited {
 color: #6d1326;
 text-decoration: none;
}

a img {
 border: none;
}

a:hover {
 color: #6d1326;
 border-bottom: 1px #6d1326 dashed;
 text-decoration: none;
}

body {
 font: 12px arial, verdana;
 background: #feebf3 url(http://www.geocities.com/silverassassinangel/images/background.jpg) repeat-x;
}

#top {
 height: 115px;
 width: 800px;
 margin-top: 75px;
 margin-left: auto;
 margin-right: auto;
}

#top h2 {
 color: #feebf3;
 font-size: 35px;
}

#content {
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 margin-top: -45px;
}

#text {
 width: 370px;
 float: left;
 background: #FFF;
 padding: 0 10px;
 border: 1px #efeeee solid;
}

#schedule {
 float: right;
 margin-right: 200px;
 margin-top: -10px;
}

#schedule ul {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 border-left: 5px #6d1326 solid;
}

#schedule a {
 display: block;
 padding: 3px;
 margin-bottom: 2px;
 width: 190px;
 color: #9b3f64;
 background: #feebf3;
 border: none;
}

#schedule a:link, #list a:visited {
 color: #feebf3;
 background: #9b3f64;
}
#schedule a:link.active, #list a:visited.active {
 color: #feebf3;
 background: #d586a6;
}

#schedule a:hover, #schedule a:hover.active {
 color: #9b3f64;
 background: #feebf3;
}

img.left {
 float: left;
 margin: 0 3px 3px 0;
 border: 1px #6d1326 solid;
}