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

body {
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-color: #fff;
text-align: justify;
background-image: url(images/ColorBars.png);
} 

p {
margin-top: 0;
padding-top: 0;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #333;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

h2 {
font-size: 18px;
color: #404040;
text-align: left;
padding: 0;
margin: 0;
}

#wrapper {
width: 840px;
margin-right: auto;
margin-left: auto;
}

#header {
width: 840px;
height: 500px;
background-image:url(images/header.png);
}

#middle {
width: 840px;
background-image:url(images/middle.png);
}

#left {
width: 325px;
float: left;
}

#right {
width: 400px;
float: right;
margin-left: 20px;
margin-right: 50px;
margin-bottom: 10px;
}

#popcorn {
height: 190px;
width: 325px;
margin: 0 auto 0 auto;
background-image: url(images/popcorn.png);
margin-left: 40px;
margin-bottom: 25px;
}

#left_quote {
width: 305px;
margin: 0 auto 0 auto;
margin-left: 60px;
margin-bottom: 5px;
font-size: 16pt;
text-align: left;
color: #333333;
}

#blob {
background-image: url(images/blob.png);
font-size: 18px;
font-weight: bold;
font-color: #fff;
width: 500px;
height: 43px;
margin: 0 auto 0 auto;
padding-top: 20px;
padding-left: 50px;
clear: both;
}

#blob a:link, #blob a:visited, #blob a:active {
font-weight: bold;
text-decoration: none;
color: #000;
}

#blob a:hover {
font-weight: bold;
text-decoration: none;
color: #fff;
}

#legal {
text-align: center;
width: 760px;
font-size: 8pt;
margin: 0 auto 0 auto;
}

#bottom {
width: 840px;
height: 50px;
background-image:url(images/bottom.png);
}
