body{
	font:80%/1.4em Tahoma, san-serif;
	color:#808080;
}
#container{
	width:800px;
	margin:5px auto;
}
#header{
	width:inherit;
	height:277px;
	background:#fff url('../images/header.jpg') no-repeat;
}
#header h1{
	display:none;
}

#menu{
	display:block;
	margin:10px 0 15px;
}
h1{
	margin:15px 0;
	font-weight:bold;
	font-size:110%;
}
#content{
  min-height:300px;
	text-align:justify;	
}
p{
	margin:10px 0;	
}
strong{
	font-weight:bold;
}

ul{
	list-style:disc;
	margin:3px 0 3px 15px;
}
#bottom{
	margin:20px 0;
	border-top:1px solid #AFAFAF;
	padding:2px 0;	
	font-size:80%;
}
a{
  color:#C9153A;
}
