@import url("menu.css");
@import url("main.css");
@import url("footer.css");
@import url("cms.css");

body{
	margin:0; 
	padding: 10px; 
   
	min-width:800px;
	
	font-size: 100.01%;
	font-family:  "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
   
	background: url(../img/body_bg.png) repeat #ffaf00;;
}

#body-t{
	/*background: url(../img/body_t.png) repeat-x;*/
}

#container{
	max-width:780px;
	min-width:780px;
	width:780px;
	margin:auto;
	padding:0;

	border:0;
	border-bottom:0;
   
	background: #ffc819;  
}

#cont-tl{
	background: url(../img/cont-tl.png) 0 0 no-repeat;
}

#cont-tr{
	background: url(../img/cont-tr.png) 100% 0 no-repeat;
	
}

#cont-bl{
	background: url(../img/cont-bl.png) 0 100% no-repeat;
	
}

#cont-br{
	background: url(../img/cont-br.png) 100% 100% no-repeat;
	padding: 25px 0 0 0;
}




#top {
	max-width:780px;
	min-width:780px;
	width:780px;
  
	min-height:150px;
	max-height:150px;
	height:150px;
  
	margin: auto;
	
	border:2px solid #B32000;
	border-left:0;
	border-right:0;
    
	background: url(../img/top.png) no-repeat 0px 0px #000000;
}
