body {
	background: #ffffff url(../images/bg.php) no-repeat 0 0;
	font: 15px/1.3em Georgia, Times, Times New-Roman, serif;
	color: #5e4632;
}

#header {
	background: transparent url(../images/mariano-rivas.png) no-repeat;
	width: 940px;
	height: 300px;
}

#navi {
	margin-top: 125px;
	text-align: right;
	text-transform: lowercase;
}

#navi ul {
	background-color: #5e4632;
	padding: 30px 30px 30px 0;
	width: 280px;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 0;
}

#navi ul.specials {
	background-color: #5e4632;
	padding: 0 30px 30px 0;
	width: 280px;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}

#navi ul a, #navi ul a:active, #navi ul a:visited {
	text-decoration: none;
	color: #ffffff;
}
#navi a:hover, #navi a.rex-current {
	text-decoration: none;
	font-style: italic;
}

#navi p.lang {
	padding-right: 30px;
	width: 280px;
}
#navi p.lang a, #navi p.lang a:active, #navi p.lang a:visited {
	color: #5e4632;
	text-decoration: none;
}

#content-wrapper {
	background-color: #e7e3e0;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0;
	width: 640px;
	min-height: 400px;
}

#content a, #content a:active, #content a:visited {
	color: #5e4632;
}

h1, h2, h3 {
	font-size: 30px;
	color: #8541da;
	text-transform: lowercase;
	font-weight: normal;
	margin-bottom: 50px;
}

a:focus {
	outline: 1px dotted;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.download {
    float: left;
    margin-right: 15px;
}


