img, div { behavior: url(scripts/iepngfix.htc) }

body {
    background-color:#282828;
    background-image:url(gfx/backdrop.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    color:#aaa;
    font-family:Calibri,tahoma;
    font-size:11px;        
}
a {
    color:#d0e733;
}
p {
    margin:0px;
}
img {
    border:none;
}
h1 {
    color:#FFF;
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:0px;
}
h2 {
    color:#C8C8C8;
    font-size:12px;
    font-weight:normal;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:0px;
}
h3 {
    color:#C8C8C8;
    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:10px;
}
.spotcolor {
    color:#d0e733;
}

#pagetitle {
    position:absolute;
    left:160px;
    top:100px;
}
#pagetitle a 
{
    text-decoration:none;
    color:#fff;
}

#strip_container {
    width:100%;
    height:350px;
    position:absolute;
    left:0px;
    top:180px;
    overflow:hidden;
    z-index:2;
}
#strip {
    position:absolute;
    left:160px;
    top:0px;
    width:6000px;
}
.item {
    float:left;
    width:220px;
    height:300px;
    xbackground-color:green;
    margin-right:10px;
    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;
    color:#787878;
}
.item img {
    margin-bottom:5px;
}
.item a 
{
    text-decoration:none;
    text-transform:none;
    color:#666;
}
#gradLeft {
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
#gradRight {
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}
#arrowLeft {
    position:absolute;
    top:60px;
    left:10px;
    cursor:pointer;
}
#arrowRight {
    position:absolute;
    top:60px;
    right:10px;
    cursor:pointer;
}

#menu 
{
    font-family:Calibri,tahoma;
    font-size:11px;
    position:absolute;
    right:160px;
    top:102px;
    color:#888;
}
#menu a 
{
    color:#ccc;
    text-decoration:none;
}

.textitem {
    float:left;
    width:190px;
    height:300px;
    margin-right:40px;
    font-size:11px;
    font-weight:normal;
    color:#999;
}
.textitem p 
{
    margin-top:8px;   
}
.textitem strong 
{
    color:#ccc;
}

ul,li 
{
    margin:0px;
    padding:0px;    
}
li 
{
    list-style-type:square;
    margin-left:20px;
    margin-bottom:6px;   
}
ul 
{
    margin-top:20px;   
}


#cancerlogo 
{
    position:absolute;
    right:160px;
    bottom:60px;
    z-index:1;
}