@charset "UTF-8";
/* CSS Document */

body {
background-image:url(background.jpg);
font-family:Georgia, "Times New Roman", Times, serif;
}
#header {
text-align:center;
width:800px;
}
#wrapper {
text-align:center;
margin:0px auto;
width:800px;
}

#header a {
font-size:22px;
color:#380005;
font-weight:bold;
text-decoration:none;
margin: 5px 16px;
}
#header a:hover {
color:#843d42;
}
#contentwrapper {
text-align:center;
width:800px;

background-color:#380005;
padding:4px;
margin:10px 0px;
}

#contentwrapper a {
font-size:22px;
color:#380005;
font-weight:bold;
text-decoration:none;
margin: 5px 2px;
}

#shows {
border: 10px #380005 solid;
background-color:#482124;
padding:5px;
width:778px;
text-align:left;
color:white;
}

#shows h3 {
margin:5px;
}