body {
	background-color: #DDD;
	text-align: center;
}
#page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	background-image: url("header.jpg");
	height: 120px;
}
#container_page {
	background-color: #fff;
	border: 1px solid #D02020;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}
#footer {
	background-image: url("footer.jpg");
	height: 24px;
}
p {
	text-align:left;
}

/*********************************/
/**************MENU***************/
/*********************************/

#header ul {
	list-style: none;
	float: right;
	margin-top: 86px;
}
#header ul li {
	width: auto;
	float:left;
	text-align: left;
	vertical-align: bottom;
	height: 12px;
}
#header ul li a {
	border-left: 1px dashed #000;
	padding: 0px 10px 0px 2px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header ul li a:hover {
	border-left: 1px solid #C00;
	color: #C00;
}

/*********************************/
/************GALLERY**************/
/*********************************/

#gallery {
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D02020;
}
#gallery a {
	padding: 2px 2px;
}