
img {
    border: 0px ; 
}


h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 12px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #336600;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 13px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #339933;
    margin-top: 3px;
    margin-bottom: 6px;
}

h3 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    color: #339933;
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    color: #99ff33;
    font-size: 10px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 11px;
    font-stretch: normal;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;	
}

a:hover {
    color: #99ff33;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    background: #336600;
    line-height: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
    color: #336600;
    background: #000 url(pics/ui/background_new.jpg);
    background-attachment: fixed;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 1em;
}

#mainContainer {
    background-color: transparent ;
    top: 5px ;
    bottom: 250px ; 
    width: 800px ;
    position: relative ;
    margin: auto ;
}

#containerHeader {
    background-color: transparent ;
    background: url(pics/ui/border/top.gif) ;
    width: 800px ;
    height: 50px ;
    clear: none ; 
}

#containerFooter {
    background-color: transparent ;
    background: url(pics/ui/border/bottom.gif) ;
    width: 800px ;
    height: 50px ; 
    clear: both ; 
}

#wrapper {
    overflow: hidden ;
}

#leftSpacer {
    width: 50px ;
    background-color: red ;
    background: url(pics/ui/border/left.gif) repeat-y ;
    float: left ; 
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#content {
    background-color: black ;
    width: 700px ;
    float: left ;
  /*  height: 100% ; */
}

#rightSpacer {
    width: 50px ;
    background-color: yellow ;
    background: url(pics/ui/border/right.gif) repeat-y ;
    float: left ;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}


#contentHeader {
    padding-left: 25px ;
    padding-top: 15px ;
    padding-bottom: 10px ; 
}

#contentLeftCol {
    width: 300px ;
    background-color: black ;
    float: left ;
    padding-left: 25px ;
    padding-right: 25px ;
    /* padding-bottom: 25px ;  */
    padding-bottom: 32767px;
    margin-bottom: -32727px;
}

#contentRightCol {
	background: black ;
    width: 300px ;

    float: left ;
    padding-left: 25px ;
    padding-right: 25px ;
    /*/ padding-bottom: 25px ; */
    padding-bottom: 32767px;
    margin-bottom: -32727px;
}


.gifTitle {
    padding-bottom: 5px ; 
}

.itemBlock {
    padding-left: 4px ;     
}

#teaserItemPic {
    height: 105px ;
    width: 105px ;
    background-color: transparent ;
    padding-right: 3px ;
    float:left ; 
}

#teaserItemText {
    background-color: red ; 
}

#pxpLabel {
    position: absolute ;
    left: 0px;
    top: 100px;
}

#showInfo {
    margin-left: 20px ;
    margin-bottom: 3px ; 
}

