#page {
   min-height: 520px;
   margin: 1px auto;
   width: 1000px; 
   background-image:url(images/big-logo.jpg); 
   background-repeat: no-repeat;
}

h2 {
   margin-top: 0px;
   margin-bottom: 0px;
   color: white;
   padding-left: 10px;
}

h2 a{ 
   background-color: #9999CC; 
   color: white; 
   margin-left: 8px;
   margin-right: 9px;
}

h2 .left {
   padding-left: 5px;
   background: #9999CC url(images/left-corner.gif) no-repeat top left;
}

h2 .right {
   padding-right: 5px;
   background: url(images/right-corner.gif) no-repeat top right;
}

.inner {
   border: 1px solid #9999CC;
   border-bottom: 3px solid #9999CC;
   border-right: 3px solid #9999CC;
   height: 300px;
}

#content_full {
   margin-top: 130px;
}

#mod {
   width: 50%;
   float: right;
}

#blog {
   width: 50%; 
   margin-bottom: 5px;
   float: right; 
}

#blog .inner {
   height: 215px;
   overflow: auto;
   padding-left: 1em;
   padding-right: 1em;
}

#blog .inner h3 {
   margin-top:0px;
}

#forum {
   width: 50%;
   float: left;
}

#forum p {
   padding-left: 1em;
   padding-right: 1em;
}

#freebies {
   width: 25%;
   margin-left: 1px;
   float: left;
}

#freebies p {
   padding-left: 1em;
   padding-right: 1em;
}


#poll {
   width: 24%; 
   float: right; 
}


#shop {
   margin-top: 5px;
   width: 100%; 
   float:left;
}

#shop .inner {
   height: 250px;
}

.p1 {
   margin: 0px;
   background-color: #99FFFF;
   color: #000000;
}

.p2 {
   margin: 0px;
   background-color: #CCCCFF;
   color: #000000;
}
   

