/**
  Blackberry Productions Style Sheet

  border: thin dotted #00FF00;
*/


body {
    
    background-image: url(../images/bgpattern.gif);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.bold {
	font-weight: bold;
	font-style: italic;
}

h1 {
    font-size: 22px;
    margin: 0px 0px 5px 0px;
    padding-top: 20px;
    color: #fad352;
}

h2 {
    font-size: 18px;
    margin-bottom: 0px;
}

#header {
    width: 950px;
    height: 150px;
    background: transparent url(../images/header.jpg) no-repeat;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#content {
    background: transparent url(../images/bg.jpg);
    width: 950px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#facebookbox {
    background-color: #fff;
    width: 270px;
    height: 587px;
    margin-left: 20px;
    margin-bottom: 20px;
    
}

/*******************************************************
*
*  Footer information
*
********************************************************/
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .7em;
    width: 950px;
    background: #b04a3e;
    color: #eef0a7;
    clear: both;
    text-align: center;
}

#footer a {
    color: #eef0a7;
}

#footer ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#footer li {
    display: inline;
}

#footer p {
    margin: 0;
    padding: 0;
}

/*******************************************************
*
*  Winners Promo information
*
********************************************************/

#promo {
    
    margin: 0 auto;
    width: 720px;
    
    
    background-image: url(../images/yallvsus.jpg);
    background-color: #000;
    background-repeat: no-repeat;

}

#promo input {
    border: 0;
    font-family: "Lucida Grande", "arial", "sans-serif";
    font-size: 1.3em;
    padding: 5px;
    background-color: #cbc8d9;
  
    
}

#promotext {
    padding: 700px 0px 30px 30px;
    color: #ffffff;

}

.errormessage {
    color: #b9c4cc;
    font-weight: normal;
    font-size: .9em;

}

#promo a:link, a:visited {
    color: #9a978c;

}


#promo a:hover, a:active {
    color: #fad352;

}

#promo p {
    font-size: .8em;
}

