/* ------------------------
 * PixyBlog.com				
 *				      		
 * Base banner style sheet for
 * PixyBlog sites
 *		 		
 * Updated:	080925		
 *				      		
 * ------------------------ */

/* ------------------------
 * Layout 
 * ------------------------ */

body {
	color: #35342E;
	background-color:white;
	margin:0px;
	padding:0px;
	font: small/1.5em Arial,Helvetica,Sans-serif;
	font-weight:normal;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	clear: both;
}

/* ------------------------
 * Banner 
 * ------------------------ */

#banner {
	width:996px;
        margin: auto;
}

#bannerLogo {
	float:left;
        margin-top:5px;
        margin-bottom:5px;
}

#bannerRight {
        margin-top:5px;
        float:right;
        font-size:14px;
        height:72px;
        width:185px;
        text-align:right;	
}

#bannerTop {height:44px;}

#bannerTabs {
        text-align:center;
        background-image: url(http://www.pixyblog.com/images/pixy/tab_bar.gif);
        background-repeat: repeat-x;
	height:81px;
        width:996px;
}

#bannerMenu {
        padding-bottom:8px;
        margin-bottom:10px;
}

#footerContainer {
	background-image: url(http://www.pixyblog.com/images/pixy/footerGradient.jpg);
	background-repeat: repeat-x;
	height: 318px;
	display: block;
	padding: 10px;
	clear: both;
	text-align: center;
	width: 976px;
	margin: 10px auto auto auto;
}

#footerContainer a {color: #35342E;text-decoration: underline;}
#footerContainer a:hover {text-decoration: none;}