body { 
	/* customize_body */ font: normal normal 14px Arial; /* customize_body */
	/* customize_body */ color: #000000; /* customize_body */
	line-height:18px;
	background: url("http://www.nutechitsolutions.com/visualedgedesign.ca/themes/custom/images/background.jpg") no-repeat center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/* TinyMCE specific rules */
body.mceContentBody {
    background-image: none;
    background: #ffffff;
    color: #000000;
}
.mceContentBody a {
    /*text-decoration: none !important;  FF requires a important here */
    /*color: #f7b527 !important;  FF requires a important here */
}

hr {
    clear: both;
}
img {border: 0px}
a,a:visited,a:active {
	/* customize_link */ color: #66aa33; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color: #66CC00; /* customize_link_hover */
} 

h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:0px }
h1{ font: normal normal 21px Arial; }
h2{ font-size:18px; color: #0000ff; }
h3{ font-size:16px; }
h4{ font-size:14px; }
h5{ font-size:13px; }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }

ul {margin-top: 0;}

/* selectable styles */

.imglt {
    float: left;
    margin-right: 10px;
}
.imgrt {
    float: right;
    margin-left: 10px;
}