#pages {
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 828px;
    min-height: 100%;
    height: auto !important;
	
}

    #pages .pagesHeader {
        display: block;
        /*float: left;*/
        position: relative;
        width: 828px;
        height: 59px;
        text-indent: -9999px;
    }

    #pages #pagesAbout {
        background: transparent url("../images/pages-aboutKoldcast.png") top left no-repeat;
    }
    
    #pages #pagesNewsroom {
        background: transparent url("../images/pages-newsroom.png") top left no-repeat;
    }
    
    #pages #pagesBlog {
        background: transparent url("../images/pages-blog.png") top left no-repeat;
    }
    
    #pages #pagesContact {
        background: transparent url("../images/pages-contactkoldcast.png") top left no-repeat;
    }
    
    #pages #pagesCopyright {
        background: transparent url("../images/pages-copyright.png") top left no-repeat;
    }
    
    #pages #pagesTOU {
        background: transparent url("../images/pages-tou.png") top left no-repeat;
    }
    
    #pages #pagesPrivacy {
        background: transparent url("../images/pages-privacy.png") top left no-repeat;
    }

	#pages #pagesCenterstage {
		background: transparent url("../images/pages-centerstageguidelines.png") top left no-repeat;
	}
    
    ul#twoCol {
        display: block;
        float: left;
        list-style: none;
        position: relative;
        width: 828px;
        background: transparent url("../images/pages-contentbg.png") top left repeat-y;
    }
    
        ul#twoCol li#one {
            display: block;
            float: left;
            width: 178px;
        }
        
            ul#pagesMenu {
                display: block;
                list-style: none;
                width: 178px;
            }
            
                ul#pagesMenu li {
                    display: block;
                    clear: both;
                    width: 178px;
                    height: 53px;
                }
                
                ul#pagesMenu li a {
                    display: block;
                    width: 178px;
                    height: 53px;
                    background: transparent url("../images/pages-menu-bg.gif") top right no-repeat;
                    line-height: 53px;
                    color: #fff;
                    font-size: 1.1em;
                    text-decoration: none;
                    text-indent: 29px;
                }
                
                ul#pagesMenu li a:hover {
                    background-position: 100% 100%;
                }
                
                ul#pagesMenu li a.on {
                    background: transparent url("../images/pages-menu-on.gif") top right no-repeat;
                }
        
        ul#twoCol li#two {
            display: block;
            float: left;
            width: 650px;
            height: auto;
        }
        
            ul#twoCol li#two .content {
                display: block;
                width: 650px;
                margin-top: 20px;
                height: auto;
                color: #fff;
            }
            
            ul#twoCol li#two .content p {
                display: block;
                clear: both;
                width: 610px;
                padding: 0 20px;
                line-height: 15px;
                margin-bottom: 10px;
                color: #fff;
            }
            
            ul#twoCol li#two .content h1 {
                display: block;
                clear: both;
                width: 610px;
                padding: 0 20px 10px;
                font-size: 1.9em;
                font-weight: 100;
                color: #fff;
            }
            
            ul#twoCol li#two .content h2 {
                display: block;
                clear: both;
                width: 610px;
                padding: 0 20px 10px;
                font-size: 1.5em;
                font-weight: 100;
                color: #286374;
            }
            
            ul#twoCol li#two .content ol {
                margin: 35px;
            }
            
            ul#twoCol li#two .content a {
                color: #286374;
                text-decoration: none;
            }
            
            ul#twoCol li#two .content a:hover {
                text-decoration: underline;
            }
            
            ul#twoCol li#two .content .subheader {
                padding: 0 20px 10px;
                font-size: 1.3em;
                font-color: #333;
            }
            
            ul#twoCol li#two .content .paginate {
                margin-bottom: 15px;
            }
            
            ul#twoCol li#two .content .pagecount {
                padding: 0 20px 10px;
                font-color: #333;
            }
    
    #pages #pagesEnd {
        display: block;
        float: left;
        position: relative;
        width: 828px;
        height: 23px;
        background: transparent url("../images/pages-bottom.png") top left no-repeat;
    }
    

#footerWrapper {
    position: relative;
    clear: both;
}

.clearBig {
    display: block !important;
    height: 40px !important;
    float: left;
}

/* blog styling */
.paragraph {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 610px;
}

.posted {
    margin-bottom: 60px;
    padding: 0 20px 60px;
    width: 605px;
    font-size: 0.8em;
    border-bottom: 1px solid #999;
}

    .content li {
        padding: 0 20px;
        width: 500px;
        list-style: disc;
        margin-left: 50px;
    }


#BottomLeader728x90 {
	margin: 0 0 0 224px;
}


