@charset "UTF-8";
/* CSS Document */

body {
background:url(../images/bg.png) repeat-y;
}

#container {
width:700px;
margin:auto;
}

#top {
background: url(../images/top.png) no-repeat bottom;
width:700px;
height:124px;
padding:0;
}

#top2 {
background: url(../images/top2.png) no-repeat bottom;
width:700px;
height:140px;
padding:0;
}

#top3 {
background: url(../images/top3.png)  no-repeat bottom;
width:700px;
height:136px;
padding:0;
}

#mid {
background:url(../images/mid.png) repeat-y;
width:700px;
padding:0;
}

#content {
width:640px;
margin:auto;
padding-top:2px;
padding-bottom:2px;
}

#top_optin
{width:512px;
height:23px;
background-repeat:no-repeat;
background-image:url(../images/topoptin.jpg);
}

#mid_optin
{width:512px;
background-repeat:repeat-y;
background-image:url(../images/midoptin.jpg);
}
#bot_optin
{width:512px;
height:20px;
background-repeat:no-repeat;
background-image:url(../images/bottomoptin.jpg);
}

#division {
background: url(../images/division.png) no-repeat;
width:700px;
height:24px;
padding:0;
}

#footer {
background: url(../images/footer.png) no-repeat top;
width:700px;
height:33px;
padding:0;
}

h2 {
font-family:Tahoma;
font-size:18px;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;
}

ul li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#333333;
list-style:outside square;
margin-bottom:10px;
}

a {
color:#0000FF;
}

a:hover {
color:#000033;
text-decoration:none;
}

.red {
color:#FF0000;
}

.highlight {
background-color:#FFFF00;
}

/*Ticket Section*/

#ticket-table {
width:700px;
margin:auto;
padding-top:2px;
padding-bootom:2px;
}

.division {
width:700px;
margin:auto;
border-top:1px dotted #333333;
}

/*Footer Info*/

#footer-info {
width:680px;
margin:auto;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
text-align:center;
}

#footer-info a {
color:#333333;
}

#footer-info a:hover {
text-decoration:none;
}




