html {
	padding:0px;
	margin:0px;
	background: #000000;
}
body {
	padding:0px;
	margin: auto;
	width: 990px;
         font-family: "ITC Avant Garde Gothic", Arial, sans-serif !important;
}

div#header {
	display:block;
         float:left;
         width:100%;
         height:200px;
         background: url("img/BG_header.jpg");
         margin: 5px 0px 0px 0px;
}

div#menu {
	display:block;
         float:left;
/*         height:100%;*/
         width:250px;
         background: url("img/BG_menu.jpg");
}

div#content {
	display:block;
         float:left;
         width:740px;
         padding: 10px 0px 20px 0px;
}

div#content-box {
         width: 720px;
         margin: 0px 10px 0px 10px;
         padding: 0px;
}

div#footer {
	display:block;
         float:left;
         width:100%;
         height:250px;
         background: url("img/BG_footer.jpg") no-repeat;
}



form {margin:0px; padding:0px;}
form, input, select, textarea {
         font-family: "Trebuchet MS", Arial, sans-serif !important;
}