html{ 
height: 100%;
}

body{ 
	 font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	 background-color: #fff; 
	 color: #333;
	 padding: 0px;
	 margin: 0px;
	 font-size: .68em;
}

#header{ 
	background: #FFF url(images/header.png) no-repeat;
	width: 780px;
	height: 136px;
	position: relative;
	top: 20px;
	margin: auto;
	text-align: left;
}

#header h1{ 
	margin: 0px;
	padding: 75px 0px 0px 30px;
	font-size: 150%;
	letter-spacing: .2em;
	background: transparent;
	color: #EA8916;
	text-shadow: rgba(0, 0, 0, 0.5) 0 7px 7px; 
	-webkit-box-reflect: below 10px
	-webkit-gradient(linear, left top, left bottom, 
	from(transparent), to(rgba(255, 255, 255, 0.25)));
}

#main{ 
	background: #FFF url(images/bg-container.png) repeat-y;
	position: relative;
	width: 780px;
	min-height: 600px;
	top: 9px;
	margin: auto;
}

#menu
{ background: #FFF url(images/menu.png) repeat-x;
  position: relative;
  top: 0px;
  width: 720px;
  height:32px;
  margin: auto;
}

#menu li
{ background: transparent url(images/menu.png) repeat-x;
  float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ background: #FFF url(images/menu.png) repeat-x;
  display: block; 
  float: left; 
  color: #DBD7D1;
  text-decoration: none; 
  font-weight: bold;
  height:23px;
  margin:1px;
  padding: 5px 62px 0px 62px;
  text-transform: capitalize;
    text-shadow: rgba(0, 0, 0, 0.5) 0 7px 7px; 

} 
#menu li a:hover, #menu li a.selected:hover
{ background: #fff url(images/orange_menu.png) repeat-x;
  color: #70695A;
    text-shadow: rgba(0, 0, 0, 0.5) 0 7px 7px; 

}

#menu li a.selected
{ background: #FFF url(images/menu.png);
  color: #FC9E24;
	text-shadow: rgba(0, 0, 0, 0.5) 0 7px 7px; 
}

#pagina
{ background: #FFF;
  position: relative;
  max-width: 680px;
  width: 680px;
  margin: auto;
  
}

#pagina h1{ 
	padding: 6px 0px 4px 0px; 
	margin: 15px 0px 12px 0px; 
	border-bottom: 1px solid #CAAE90;
	font-size: 150%;
	font-weight: bold;
	text-transform: capitalize;
	font-weight: normal;
	background: transparent;
	color: #EA8916;
	text-shadow: rgba(0, 0, 0, 0.5) 0 7px 7px; 
	}

#adminmenu { 
    text-align: right;
    padding: 5px 60px 0px 0;
}

#footer
{ background: #FFF url(images/bg-footer.png) no-repeat;
  width: 780px;
  height: 100px;
  position: relative;
  top: -2px;
  margin: auto;
  text-align: center;
}

#footer li, li {list-style: none; }
#footer a, a { color: #08c; }
#footer a:link, #footer a:visited, #footer a:active, a:link, a:visited, a:active { text-decoration: none; }
#footer a:hover, a:hover { text-decoration: underline; }

img
{	border: 0px;}

hr{ 
	color: #CAAE90;
	background-color: #CAAE90;
	border: 0px;
	height: 1px;}


