/* CSS Document for WDSP community master portal */
@import url("modules/accesskeys.css");
@import url("tags.css");
@import url("modules/search.css");
@import url("modules/accessnav.css");
@import url("modules/topnav.css");
@import url("modules/standard-fromCM.css");
@import url("modules/rightNav.css");
@import url("modules/leftnav.css");
@import url("modules/meetings.css");
/*@import url("modules/footer.css");*/

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}
.wrap { 
	width:100%;
	clear:left;
}
.wrap.banner {
/*	background-image: url(../graphics/bannerBg.jpg);
	background-repeat: repeat-x;
	background-position: center center;*/
}
	
#bannerarea { 
	width:950px;
	height:235px;
	margin:0 auto 0 auto;
	background-image: url(../graphics/bannerWDSP.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.bannerLeft,
.bannerRight { display:block; float:left; height:235px; }
.bannerLeft { width:197px; padding-left:20px; }
.bannerLeft img { width:197px; height:235px; }
 
.bannerRight { width:733px; }



#headerarea .nav,
#footer,
#badges { 
	width:950px;
	margin:0 auto 0 auto;
}
#mainArea { padding-top:10px; margin:0 auto 0 auto; width:940px; }
#contents { padding-bottom:2em;}


.cogs {width:400px;  }




#footer { 
	background-color:#009900;
	margin-bottom:1em;
	display:block;
	min-height:35px;
}


#headerarea { }
#mainArea { border-right:5px solid #009900; border-left:5px solid #009900; }
#footer {  }
#badges { margin-top:1em;}


