@charset "utf-8";

/* Container ID's */
#container { width: 800px; margin: 3px auto 3px auto; text-align: center; }
#content { padding: 0 10px 10px 10px; }
#content a:link, #content a:visited { color: #630; font-weight: bold; text-decoration: none; }
#content a:hover, #content a:active { color: #000; font-weight: bold; text-decoration: underline; }
#footer { padding: 5px; text-align: center; background-image: url("../images/footer_bg.jpg"); background-repeat: repeat-x; background-position: left bottom; }
#footer a:link, #footer a:visited { color: #630; font-weight: bold; text-decoration: none; }
#footer a:hover, #footer a:active { color: #000; font-weight: bold; text-decoration: underline; }
#header { margin-bottom: 5px; padding-bottom: 5px; height: 187px; background-image: url("../images/dancejam_logo_v06.jpg"); background-repeat: no-repeat; background-position: top center; vertical-align: bottom; }
#header h1 { display: none; }
#header h2 { margin: 0; padding: 0; font-size: 16px; }
#main_table { width: 800px; text-align: left; border: 5px solid #000; background-color: #cc9; }

/* Class Selectors */
.bold { font-weight: bold; }
.picture_right { padding-right: 10px; }
.small { font-size: 12px; }

/* Tag Selectors */
body { font-family: Arial, Helvetica, sans-serif; background-color: #600; margin: 0; padding: 0; background-attachment: fixed; background-image: url("../images/hardwood_bg.jpg"); background-repeat: repeat; background-position: left top; }
a:link, a:visited { color: #fc0; font-weight: bold; text-decoration: none; }
a:hover, a:active { color: #ff0; font-weight: bold; text-decoration: underline; }
h1 { background-color: #c6993c; font-size: 20px; margin: 5px 0; padding: 0; text-align: center; }
p { margin-top: 0; }