/* Body and Background */
body.custom {
background: #330000 none scroll right top;
background-image:url(http://niapromotions.com/blog/wp-content/uploads/2009/09/landing_bg.png);
background-repeat:repeat-x;
}

/* Content Container */
.custom #container {
margin-top: 1em;
margin-bottom: 1em;
padding: 0.6em;
background: #fff;
border: .4em solid #330000;
}

/* Heading Styles */
h1 {
margin-top:10;
margin-bottom: 10;
}

/* Client Profile Landing Page */
.clientprofile #header { padding: 0; border-bottom: 0em; }
.clientprofile #footer { padding-bottom: 0; border-top: 0em; }
.clientprofile #footer { display: none; }
.clientprofile #sidebars { display: none; border: none; }
.clientprofile #tabs {display:none;}
.clientprofile #content_box { background:none; }
.clientprofile .comments_closed { display: none; }
.clientprofile #header #logo { display: none; }
.clientprofile #header #tagline { display: none; }
.clientprofile #content { margin: 0 auto; float: none; }

/* This code will make the page headline large, bold and centered */
.clientprofile #content h2, .sale #content h1 { font-size:30pt; text-align:center; font-weight:bold; }

/* This will center your content in a nice box */
.clientprofile #container { width:880px; margin-top: 1em; border: 0.2em solid #000; }

/* This will give the yellow background when someone hovers over a link. A very good sales letter effect */
.clientprofile a { color: #111; }
.clientprofile a:hover { color: ; background: #f2e127; }


/* This will put a background color outside your text box, which will make your text stand out more */
.clientprofile #page { background: #ffffff none scroll right top; }
body.clientprofile { background-image:url(http://niapromotions.com/blog/wp-content/uploads/2009/09/landing_bg.png); }