body {
	background-image: url("../img/gris.jpg");
	background-repeat:repeat;
	font-family:arial;
	color:#999;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
.bar {
	width:100%;
	position:absolute;
	z-index:50;
	background:#333;
	height:24px;
}
#container {
	width:700px;
	margin:0 auto;
	overflow:hidden;
}
#sidebar {
	box-shadow: 1px 1px 5pc #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	-moz-box-shadow: 1px 1px 5px #333;
	height:485px;
	width:203px;
	background:#CC0000;
	color:#fff;
	margin:0 15px 0 0;
	padding:0;
	font-size:12px;
	text-align:center;
	float:left;
	z-index:100;
	position:relative;
}
#sidebar a, #sidebar a:visited {
	color:#fff;
}
#sidebar a:hover {
	color:#F26C6B;
}
#logo img {
	width:110px;
	height:68px;
	text-align:center;
	margin-top:37px;
}
#picture {
	height:158px;
	width:158px;
	border:1px solid #D94040;
	text-align:center;
	display:block;
	margin:37px 0 0 20px;
}
#picture img {
	margin-top:11px;

}
#contacta {
	height:156px;
	width:158px;
	margin:8px 0 0 20px;
}
.links {
	overflow:hidden;
	height:26px;
}
.links img {float:left;}
.links a {
	float:left;
	line-height:29px;
	margin-left:7px;
}
#main {
	float:left;
	margin:0;
	padding:0;
	width:480px;
}
#menu {
	width:203px;
	height:24px;
	background:#CC0000;
	color:#F26C6B;
	margin:0 0 0 277px;
	padding:0;
	overflow:hidden;
	box-shadow: 0.5px -2px 3pc #000;
	-webkit-box-shadow: 0.5px -2px 3px #000;
	-moz-box-shadow: 0.5px -2px 3px #000;
	position:relative;
	z-index:100;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	display:block;
	float:left;
	list-style:none;
	font-size:12px;
	margin:6px 5px 0 17px;
	line-height:12px;
}
ul a, ul a:visited {
	color:#fff;
}
ul a:hover {
	color:#F26C6B;
}
#content {
	border:0 0.5px 0 0.5px #BDBDBD;
	box-shadow: 0.5px 0px 3pc #BDBDBD;
	-webkit-box-shadow: 0.5px 0px 3px #BDBDBD;
	-moz-box-shadow: 0.5px 0px 3px #BDBDBD;
	width:455px;
	margin:0;
	padding:0 0 0 25px;
	height:617px;
	background:#fff;
	color:#333;
	font-size:13px;
	position:relative;
	z-index:25;
}
#content p { width:420px;}
#content a:hover {
	color:#333;
}
#david {
	border-bottom:1px solid #E5E5E5;
	width:430px;
	height:90px;
	background:#fff;
	padding-top:10px;
}
h1 {
	color:#333;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
}
h2 {
	color:#999;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin-top:-10px;
}
h3 {
	color:#D21919;
	font-size:18px;
	font-weight:normal;
	margin-top:24px;
}
#content a {
	color:#999999;
	text-decoration:none;
}
#footer {
	margin:0 auto;
	padding:0;
	height:24px;
	width:700px;
	position:relative;
	z-index:100;
}
#footer p {
	font-size:11px;
	line-height:11px;
	color:#666;
	text-align:right;
	margin-top:7px;
}
.bar2 {
	width:100%;
	position:absolute;
	bottom:0;
	z-index:-1;
	background:#333;
	height:24px;
	z-index:50;
}
