body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	/* background: #EDEDED; */
        background: #681210;
	text-align: center;
	margin: 0 0 30px;
}

#page {
	background: #681210;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
/*	_width: 740px; */
/*	border: 1px solid #ddd;*/
	border: none;
}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	/* background: #3371A3; */
        background-image: url(linajecontreras/masthead.jpg);
        background-color: #f5dbaf;
        color: #930e07;
}

h1 { /* H1 is used for the title of your blog */
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	width: 100%;
        color: #681210;
}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: #681210;
}

h1:hover {
	text-decoration: none;
}

.content {
        background: #f5dbaf;
}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #681210;
	margin: 0;
	padding: 8px; 
}

ul.menu li a:hover {
	background: #681210;
	color: #eee !important;
	text-decoration: none;
}
