* { padding: 0; margin: 0; }

body {
 font-family: Britannic Bold, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-image:url('iceb.jpg');
 background-repeat:repeat;
 color: #000;
}

#wrapper { 
 margin: 0 auto;
 width: 1024px;
}

#header {
 width: 1000px;
 color: #333;
 padding-top:0px;
 padding-bottom:0px;
 padding-right:10px;
 padding-left:10px;
 height: 140px;
 margin: 0px 0px 0px 0px;
 background-image:url('bicbk1b.jpg');
 background-repeat:repeat;
}

#navigation {
 font-size: 25px;
 width: 1000px;
 height: 25;
 color: #fff;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #000;
}

ul#navlist {
margin-left: 0;
padding-left: 120px;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover {
color: #c80114;
background-color: #000;
text-decoration: none;
}

#content { 
 width: 1000px;
 color: #c80114;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 30px 10px 40px 10px;
 height: 100%;
 font-size: 18px;
 text-align: center;
}

#footer { 
 width: 1000px;
 color: #333;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 0px 10px;
 background-image:url('bicbk1b.jpg');
 background-repeat:repeat;
 font-size:70%
}

hr {
 border: 1;
 width: 90%;
 margin-left:auto;
 margin-right:auto;
 color: #c80114
}

#contactHR {
 width: 50%;
}

#tshirts {
 text-align: left;
 position:relative;
 left:305px;
}

#menuboard {
background: #fdffac;
border:15px solid;
border-color:#000;
}

#list1, #list2, #list3, #list4, #list5, #list6, #list7, #list8 {
width:49%;
padding: 10px;
}

#list1, #list3, #list5, #list7, #list9 {
align: left;
}

#list2, #list4, #list6, #list8 {
position: absolute;
right: 150px;
}

h3{
 text-decoration:underline;
}


#list2 {
top: 232px;
}

#list4 {
top: 495px;
}

#list6 {
top: 682px;
}

#list8 {
top: 890px;
}

#list9 {
width:100%;
padding: 10px;
}

ul {
list-style-type: none;
}

a:link, a:visited {color:#000;}
a:hover, a:active {color:#c80114;}