@charset "iso-8859-1";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#E8E8E8 url(images/bg-header.jpg) top left repeat-x;
	color:#000;
}
#container{
	margin:0 auto;
}
#header{
	height:100px;
	background:url(images/header.jpg) top center no-repeat;
}
#header h1{
	text-align:center;
	color:#FFF;
	position:relative;
	top:25px;
}
#content{
	width:900px;
	padding:10px 30px;
	margin:0 auto;
	background:#FFF url(images/bg.jpg) top center repeat-y;
	text-align:justify;
}
#content p, #content h3, #content h4{
	text-indent:20px;	
}
#content h3, #content h4{color:#060;}
#contEsq{
	width:760px;
	float:left;
}
#contDir{
	width:120px;
	float:right;
}
li{line-height:20px;}
.tags{
	font-weight:bold;
	font-size:10px;
	font-style:italic;
	text-align:center;
	background:#EEE;
	padding:5px;
}
#footer{
	width:900px;
	margin:0 auto;
	clear:all;
	text-align:center;
}
#footer a{
	padding-right:5px;
	color:#060;
	font-weight:bold;
	font-size:10px;
}