@import url("masterlayout.css");
@import url("editor.css");
@import url("ie6.css");
body {
             
             background-color: #120f0a;
             background-image: url("../images/bp8.jpg"); 
	     background-attachment: fixed;
	     background-repeat: no-repeat;
	     background-color: white;
             padding:0;
             margin:0 ;
             cellspacing:0 ;
             border=0 ;
             cellpadding:0;  		
}

#content {
	     width: 65%;
	     margin-left: 80px;
             color: #040404;
	         	
}
#contentfull {
		width: 80%;
		margin-left: 80px;
		color: #040404;
		}

#sidehold {
             float: right;
	     margin-right: 103px;
             width: 150px;
             	     
}

#sidebar {
	     padding-top: 20px;
             background-image:url("../images/side2.png");
             width: 180px;
            
}

#teaser {
             
             background-image:url("../images/sidedown.png");
             width: 180px;
            
}

#teaser2 {
            
           background-image:url("../images/side2.png");
             width: 180px;
           
            
}
