
	
#background_repeat {
    position: relative;
    float: left;
	background-image: url("/sites/templates/images/background_repeat.png");
    background-repeat:repeat-y;
    /*top:356px;*/
    left: 0px;
/*height: 800px;*/
    width: 920px;
	}
	
#content_panel {
    position: relative;
    top:10px;
    left:10px;
    width: 900px;
    float: left;
	}
	
#content_content {
    position: relative;
    background-image:none;
 /*border:1px solid red;*/
    left: 0px;
    width:900px;
    float: left;
    padding-left:0px;
    }  
    
#content_content_content {
    background-color: white;
    width: 900px;
    padding: 0px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#333333;
    }    
    
       			
	

	

