html, body { width: 100%; height: 100%; background-color: #333333; margin: 0px; }
html, body { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; }
div, span, ol, ul, li, table, tr, th, td, p { font-size: inherit; }
a img {	border: 0px; }
.alignleft { clear: left; display: inline; float: left; padding-right: 10px; }
.alignright { clear: right; display: inline; float: right; padding-left: 10px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.textcenter { text-align: center; }
a {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: #a53333;
    text-decoration: none;
}
a:focus { 
    outline: none;
}
div { display: block; }
.clearfix { display: block; }
.clear { clear: both; }
.vtop { vertical-align: top; }

span.plus1 { font-size: 120%; }
span.plus2 { font-size: 140%; }
span.plus3 { font-size: 160%; }
span.plus4 { font-size: 180%; }
span.plus5 { font-size: 200%; }

div #wrapper { width: 100%; height: 100%; margin: 0px; }

div #container { width: 980px; background-color: #fff; background-image: url(./assets/images/backgroundnew.gif); background-repeat: repeat-y; 
	margin: 0 auto;
	-moz-box-shadow: 0px 6px 8px rgba(0,0,0,.99);
	-webkit-box-shadow: 0px 6px 8px rgba(0,0,0,.99);
	box-shadow: 0px 6px 8px rgba(0,0,0,.99); }

div #header {
	padding: 10px; clear: both;
}

div #main {
	padding: 10px;	
	clear: both;
	overflow: hidden;
}



div #sidebar-left {
	float: left;
    width: 170px;
	padding-left: 0px;
	margin: 0;
}

div #sidebar-left img {
	height: 38px;
	width: 146px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

div #content {
    float: left;
    width: 770px;
	min-height: 750px;
	padding: 10px;
}
div #header-logo {
    margin: 0;
    float: left;
	vertical-align: top;
}
div #header-banner {
    margin: 0;
    float: left;
	vertical-align: top;
}
