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

body {
background-color: #999999;
margin:0;
}

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

#top {
background:url(../images/top.jpg) no-repeat bottom;
width:840px;
height:140px;
padding:0;
}

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

#footer {
background:url(../images/footer.jpg) no-repeat top;
width:840px;
height:51px;
padding:0;
}

#content {
width:710px;
margin:auto;
padding:5px 0 5px 0;
}

h1 {
font-family: Verdana, "Courier New", Arial, Sans-Serif;
font-size:22pt;
text-align: center;
line-height: 110%;
}

h3 {
font-family: Verdana, "Courier New", Arial, Sans-Serif;
font-size:18pt;
text-align: center;
line-height: 110%;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
}

ul li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
list-style:square outside;
margin-bottom:8px;
}

.red {
color:#aa0000;
}

.highlight_bold {
background-color:#FFFF00;
font-weight:bold;
}


/*Video Placeholder*/

#video_container {
width:360px;
float:left;
margin-right:10px;
margin-bottom:10px;
}

#video_container p {
font-family: Verdana, "Courier New", Arial, Sans-Serif;
font-size:10px;
line-height:14px;
}

/*Optin*/

#optin_container {
background:url(../images/optin_bg.jpg) no-repeat;
width:584px;
height:200px;
margin:auto;
padding:0;
}

#optin_box {
width:470px;
margin:auto;
margin-top:15px;
}

form {
margin:0;
padding:0;
}

/*Button*/

#button {
width:350px; 
margin:auto;
margin-top:40px;
margin-bottom:20px;
clear:both;
}

#button a {
background: url(../images/button.jpg); 
background-repeat:no-repeat; 
width:350px; 
height:45px;
font-family:Trebuchet MS; 
color:#000000; 
font-size:18px; 
font-weight:800; 
text-decoration:none; 
display:block; 
text-align:center; 
padding-top:12px;
letter-spacing:2px;
}

#button a:hover {
background: url(../images/button_hover.jpg); 
background-repeat:no-repeat; 
width:350px; 
height:45px; 
font-family:Trebuchet MS; 
color:#000000; 
font-size:18px; 
text-decoration:none;
}