html, body {
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
	}

* html #central {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
	
#page {
	border-left:dotted #ccc 1px;
	border-right:dotted #ccc 1px;
	margin:0 auto;
	text-align:left;
	width:850px
	}

#title{
	background: url('imgs/top.jpg') no-repeat;
	height:200px;
	text-align:right
	}
	
#menubar {
	background: url("imgs/menubar.jpg") no-repeat;
	height:100px
	}

#content {
	float:left;
	margin-left:10px; 	
	min-height:50%;
	text-align:justify;
	padding: 0 10px 30px 10;
	width:400px
	}

#content h1{
	font: bold 28px tahoma, helvetica, sans-aerif;	
	text-align:center;
}

#content h2{
	border-bottom:dotted #ccc 1px;
	color:#ccc;
	font: 20px tahoma, helvetica, sans-aerif;	
	text-align:left
}		

#menubar{
padding: 10px;
text-align:right
}

img { 
border:0px;
}

#menu{
	float:left;
	width:200px
	}

#menu h1{background:#FFF url('imgs/menu_top.jpg') no-repeat; color:#fff; font: 14px Tahoma; height:25px; margin:0; text-align:center; width:160px
}

#menu h2{background:#FFF url('imgs/menu_bot.jpg') no-repeat; color:#fff; height:25px; margin:0; text-align:center; width:160px
}

.menu  {
margin:0px;
padding:0 0 0 10px;
}

.menu a, .menu a:visited {  
font: bold 12px tahoma, helvetica, sans-aerif;	
padding:0px;
text-decoration: none;
text-align:center;	
color:#fff;
background: #FFF url('imgs/btn1.gif') no-repeat 
center center;	
width:160px;  
height:20px;	
display:block	
}

.menu a:hover { 
background: #FFF url('imgs/btn2.gif') no-repeat;
center center;
color:#FFF
}


.none a, .none a:visited {  
text-decoration: none;
text-align:center;	
color:#fff;
}

.none a:hover { 
center center;
color:#FFF
}

#right{
	float:left;
	padding:0;
	margin:0;
	width:170px
	}
	
#bot{
 	background: #fff url("imgs/bot.gif") no-repeat;
	clear:both;
	color:#FFF;
	font:italic 12px tahoma;
	height:50px;
	padding-top:15px;
	text-align:center;
	width:850px
	}	

#bot a, #bottom a:visited {  
	padding:0px;
	text-decoration: none;
	color:#fff;
}

#bot a:hover { 
	center center;
	color:#CCC
}