body {
margin : 0px;
padding : 0;
font : 75% Verdana, Arial, Helvetica, sans-serif;
color : #666;
}
#container {
width : 950px;
border : 1px solid #000000;
margin-left : auto;
margin-right : auto;
padding : 0px;
color : #666;
background : #fff;
	-moz-box-shadow:0px 0px 75px #000;
	-webkit-box-shadow:0px 0px 75px #000;
	box-shadow:0px 0px 75px #000;
}	 
			 
			/*TOP BANNERs*/
#banner {
float : left;
width : 950px;
height : 145px;
padding : 0px;
margin-bottom : 30px !important; margin-bottom : 30px;
color : #666;
background : inherit;
}
#bannerb {
float : left;
width : 200px;
margin : 0 0 15px 10px;
padding : 0px;
color : #666;
background : #ffffff;
}
			/*TOP LEFT CONTENT*/

#contenttopleft {
padding : 0px !important; padding : 0;
width: 600px;
float: left;
min-height: 0px; height:auto !important; height:0px;
margin-left : 15px;
margin-right : 5px;
margin-top : 10px !important; margin-top: 10px;
background:#ffffff;
color : #000000;
}
			/*TOP RIGHT CONTENT*/

#contenttopright {
padding : 0px !important; padding : 0;
width: 280px;
float: left;
min-height: 0px; height:auto !important; height:0px;
margin-left : 20px;
margin-right : 15px;
margin-top : 10px !important; margin-top: 10px;
background:#ffffff;
color : #000000;
}
			/*RIGHT CONTENT*/

#content {
padding : 0px !important; padding : 0;
width: 440px;
float: left;
min-height: 0px; height:auto !important; height:0px;
margin-left : 25px;
margin-right : 10px;
margin-top : 10px !important; margin-top: 10px;
background:#ffffff;
color : #000000;
}


			/*LEFT CONTENT*/
#content2 {
padding : 0px !important; padding : 0;
width: 440px;
float: right;
min-height: 0px; height:auto !important; height:0px;
margin-left : 10px;
margin-right : 25px;
margin-top : 10px !important; margin-top: 10px;
background:#ffffff;
color : #000000;
}
			/*BOTTOM CONTENT*/

#contentbottom {
padding : 0px !important; padding : 0;
width: 880px;
float: left;
min-height: 0px; height:auto !important; height:0px;
margin-left : 25px;
margin-right : 10px;
margin-top : 10px !important; margin-top: 10px;
background:#ffffff;
color : #000000;
}
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 170px;
margin : 0;
padding : 10px;
border-left : 1px solid #999;
background : #f2f2f5;
color : #666;
}
			/*RIGHT SCROLLBAR*/
div.scroll {
overflow : auto;
height : 15em;
width : 140px;
padding : 1ex;
color : #333;
background : #f2f2f5;
border : 1px solid #eee;
margin : 20px 0 25px 10px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px; 
font-weight: bold;

	/* Background color and gradients */
	
	background: #398700;
        background: -moz-linear-gradient(top, #398700, #394700);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#398700), to(#394700));
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;text-align : center;
}

