@charset "UTF-8";

body {
	margin:0;
	background-color:#d4d4d4;}
	
#wrapper {
	margin:10px auto;
	width: 786px;}
	
#header {
	margin-bottom: 5px;
	width:786px;
	background-image:url(images/bgheader.png);
	background-position:center;
	background-repeat:no-repeat;}
	
#menu2 {
	background-color:#65293d;
	height:20px;}
	
#content {
	background-image:url(images/content.png);
	background-position:center;
	height:400px;
	margin: 15px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.6em;}
	
#mar {
	margin: 15px 15px 0 15px;}
	
#picture {
	height:280px;
	float:left;
	width: 28%;}
	
#text {
	margin: 12px;
	width: 68%;
	float:left;}

#footer {	
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	color:#65293d;
	margin-top:-5px;
	margin-right:5px;}
	
a {	
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#7D002E;
	font-size:.6em;
	text-decoration:none;}
	
#ander {	
	background-color:#A4CA0C;}