body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url('img/Page-BgTexture.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
}
#wrapper {
	width:840px;
	margin:auto;
	border: 1px solid #006600;
	background-color:#FFFFFF;	
}
#header {
	background-image:url(img/header_bg.png);
	background-repeat:no-repeat;
	height:120px;
}
#menu {
	background: #FFFFFF;
	height:20px;
	padding-top:0px;
	text-align:center;
}
#menu a, #footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover, #footer a:hover{
	text-decoration:none;
}
#contenido {
	padding:5px;
}
#footer {
	height:20px;
	padding-top:5px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(img/footer_bg.png);
}
h1 {
	color:#33170D;
	font-size:10px;
	border-bottom:0px solid #FF9900;
	padding-bottom:5px;
}
