/* THIS KILLS EXTRA WHITE SPACE AROUND STUFF */

html, form, fieldset, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address
{
    border: 0;
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;

 
}

/* THIS KILLS EXTRA WHITE SPACE AROUND THE BODY, SETS THE FONT
   STYLE, AND DRAWS THE BACKGROUND */

body
{
   
   background-image:url(http://deepmedia.ca/new/dmbackground.png);
   background-repeat:repeat-x;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 0;
   border: 0;
   padding: 0;
   text-align: center;
   font-size: 12px;  
   font-size-adjust: 0.58;  

   color: #ffffff;

}

/* THIS KILLS THE BORDER AROUND IMAGES */

img
{
   border: 0;

}

/* THIS KILLS UNDERLINES UNDER LINKS */

a:link { 
	color: #6699FF;
        text-decoration: none;
	}
a:visited { 
	color: #6699FF;
        text-decoration: none;
	}
a:hover { 
	color: #6699FF;
	}
a:active { 
	color: #6699FF;
	}

/* SOME NICE STYLES FOR, YOU KNOW, STYLING */

.entry-body
{
	line-height:150%;
}


/* SECTIONS OF THE PAGE FOR LAYOUT PURPOSES
   ----------------------------------------*/

/* THIS IS THE MAIN CONTAINER WHICH HOLDS EVERYTHING  */

#everything

{
   width: 1000px;
   text-align: center; 
   margin: auto;

}
#middle

{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 0;

   
    
}
#header

{

   text-align: left; 
   
    
}

#menu


{
   display: inline;
   text-align: right;
   width: 1000;
   padding: 0 50px 0 300px;  

   
}
/* THIS IS THE MAIN POST COLUMN */

#main


{

   display: inline;
   position: relative;
   float: left;
   text-align: left;
   width: 523px;
   height: 610px;
   margin: 0 0 0 86px;
   border: 0;
   padding: 30px 0 0 30px;  
   background: url(http://deepmedia.ca/new/mainpostbackground.png);

   
}



/* THIS IS THE TEXT POST COLUMN */

#text


{
   display: inline;
   position: relative;
   float: left;
   text-align: left;
   width: 240px;
   height: 610px;
   margin: 0;
   border: 0;
   padding: 30px 20px 0 0px;
   background: url(http://deepmedia.ca/new/textpostbackground.png)

}



/* THIS IS THE FOOTER */


#footer

{  
   float: left;
   margin: 0;
   border: 0;
   padding: 0;
    


}

