/* base.css */

object {outline:none}
body {
    text-align: center;
    line-height:135%;
    font-family: "Arial";
    font-size: 11px; 
    color: #808080;
}
a {
    color:#EB008B;
}

/* Footer Stick Chunk */
/*
* {
    margin: 0;
}
html, body {
    height: 100%;
}
html {
    overflow:hidden;
}
.wrapper {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -30px;
}
.footer, .push {
    height: 30px;
}
/* End Footer Stick Chunk */




/* Footer Stick Chunk */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
/*  This bit is to give the site a min width and has nothing to do with the sticky footer */
    min-width: 980px;
/*  End min width */
}
.footer, .push {
    height: 30px;
}
/* End Footer Stick Chunk */

.footer img {
    margin:0 auto;
}
.footer {
    background-color:#000;
    color:white;
    line-height:30px;
    text-align:center;
}
.footer ul li {
    display:inline;
}
#header img {
    margin:0 auto;
}
#header {
    height:110px;
    text-align:center;
}
#header ul li {
    display:inline;
}
#content {
    height:100%;
}
p {
     margin: 12px 0;
}
#content.contained {
    margin:0 auto;
    text-align:left;
    width:980px;
}
img { border:0px; }

#newsletter_signup {
display:none;
margin:-29px auto 0;
height:0px;
text-align:left;
width:756px;
z-index:1000;
}
#newsletter_submit {
    padding-left:5px;
    }
table#base {
    height:100%;
}
#email_address {
    height:15px;
    padding:1px;
}
form {
    padding:0pt;
    margin:0pt;
}
.clear, .cleared {
    clear:both;
}
