@charset "utf-8";
/* CSS Document */
body
{
height:auto;
width:100%;
padding:0px;
margin:0px;
}

a
{
text-decoration:none;
}

a:link
{
color: #3399ffC; 
}

a:active
{
color: #0066cc; 
}

a:visited 
{
color: #6699cc; 
}

a:hover 
{
color: #99ccff;
}

img
{
border-style:none;
}

th
{
border-color:gray;
}

td
{
border-color:gray;
align:center;
}

#holder
{
position:absolute;
height:auto;
width:100%;
padding:0px;
margin:0px;
top:0px:
bottom:0px;
}

#header
{
position:relative;
top:0px;
height:150px;
width:100%;
background-color:black;
}

#main
{
position:relative;
top:30px;
bottom:0px;
width:640px;
border-style:solid;
border-color:gray;
margin:0px auto;
overflow:hidden:
text-overflow:ellipse;
}

#canadahelps
{
display:block;
position:relative;
bottom:0px;
height:130px;
width:100%;
background-image:url(Canadahelp.gif);
background-position:center;
background-repeat:no-repeat;
}

#concerttable
{
border-collapse:collapse;
border-style:solid;
margin:5px;
}

#tabline
{
position:relative;
top:-28px;
width:100%;
height:28px;
}

#tab1
{
display:block;
position:relative;
float:left;
margin:5px;
}

#tab1:hover
{
color:blue
}

#tab2
{
display:block;
position:relative;
float:left;
margin:5px;
}

#tab2:hover
{
color:blue
}

#footer
{
position:absolute;
bottom:-30px;
height:25px;
width:100%;
background-color:black;
}

#omslogo
{
display:block;
position:relative;
height:150px;
width:450px;
margin:auto;
background-image:url(omsheaderlogo.png);
}

#menu
{
position:relative;
width:100%;
}

.menulink
{
color:gray;
text-decoration:none
}

.menulink:hover
{
color:blue;
text-decoration:none
}

.footerlink
{
color:#cccccc;
text-decoration:none
}

.footerlink:hover
{
color:red;
text-decoration:none
}


