/* the body */
body
{
	text-align: center;
}

/* main conteners */
#main
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#header
{
	margin: 0;
	/*background-color: red;*/
}

#container
{
	background-image: url('images/menu.png');
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

#container_photo
{
	padding: 10px 0 20px 0;
}

div.htop
{
	/*background-image: url('images/title.png');
	background-repeat: no-repeat;*/
	height: 29px;
	margin: 0;
	padding: 0;
	/*background-color: red;*/
}

div.htop_right
{
	height: 29px;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.htop_right a
{
	text-decoration: none;
	font: bold 13px Verdana;
	color: #646464;
	margin-top: 25px;
}

div.htop a
{
	text-decoration: none;
}

div.htop img
{
	border: none;
}

div.htop_right a:hover
{
	color: #412824;
}

img.logo_img_1
{
	margin: 0 0 0 42px;
	vertical-align: bottom; 
}

img.logo_img_2
{
	margin: 0 0 0 38px;
	vertical-align: bottom;
}

img.logo_img_3
{
	margin: 0 0 0 39px;
	vertical-align: bottom;
}

img.logo_img_4
{
	margin: 0 0 0 39px;
	vertical-align: bottom;
}

img.logo_point
{
	margin: 0 12px;
}

div.hmiddle
{
	background-image: url('images/logo-top.png');
	background-repeat: repeat-x;
	height: 133px;
	margin: 0;
	padding: 0;
}

div.hbottom
{
	height: 55px;
	margin: 0;
	padding: 0;
}



#menu_left
{
	width: 201px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url('images/menu.png');
	background-repeat: repeat-y;
}

#menu_left a
{
	text-decoration: none;
	font: bold 15px Arial;
	color: #402824;
	padding: 0;
	margin: 0;
	/*background-color: red;*/
}

#menu_left a:hover
{
	text-decoration: underline;
}

p.menu_head
{
	margin: 0;
	padding: 0;
	/*padding-right: 2px;*/
	height: 27px;
	width: 199px;
	background-image: url('images/menu-top.png');
	background-repeat: repeat-x;
	font: normal 17px Verdana;
	text-align: right;
}

img.menu_line
{
	margin: 1px 0px;
	padding: 0;
}

#content
{
	margin: 0 0 0 201px;
	padding: 10px;
	background-image: url('images/content-top.png');
	background-repeat: repeat-x;
	font: normal 13px Arial;
}

#footer
{
	clear: both;
	/*background-color: red;*/
	margin: 0;
	padding: 0;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	text-decoration: none;
	color: white;
}

#footer a:hover
{
	color: black;
}

div.footer_top
{
	padding: 0;
	margin: 0;
	padding-top: 2px;
	background-image: url('images/content-bottom.png');
	background-repeat: repeat-x;
	/*background-position: bottom left;*/
}

div.footer_bottom
{
	margin: 0;
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	height: 25px;
	padding: 5px 5px 0 0;
	color: white;
	font: normal 10px Verdana;
	text-align: right;
}

/* photos */
div.photo
{
	text-align: center;
	font: normal 14px Verdana;
}

div.photo a
{
	color: black;
}

div.photo img
{
	border: 3px solid #8b6f6b;
}

div.photo a:hover
{
	text-decoration: none;
}

table.photos a
{
	border: none;
}

table.photos a:hover
{
	border: none;
}

table.photos img
{
	border: 3px solid #8b6f6b;
}

table.photos img:hover
{
	border: 3px solid black;
}

h2.gallery_title
{
	font: normal 20px Verdana;
	text-align: center;
}

/* system comunicats */
div.message_info
{
	background-color: blue;
}

div.message_error
{
	background-color: red;
}
