body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#e0e0e0 url(img/back.jpg) repeat-x;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	font:  10pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
a {
	font:  11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#a95360;
	text-decoration:none;
}
a:hover {
	color:#781220;
	text-decoration:none;
	font-size:11px;
}

a.link {
	font:  11pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#a95360;
	text-decoration:none;
}
a.link:hover {
	color:#781220;
	text-decoration:none;
	font:  11pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin:0 0 1em 0;
	padding:0;
	font:  11pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
p {
	margin:0 0 1em 0;
	padding:0;
}
.podmenu {
	text-align:right;
	margin-bottom:40px;
}
.menu_btn {
	background:url(img/menu_btn.jpg) no-repeat;
	background-position:bottom;
	padding:8px 0 8px 0;
}
.menu_btn div {
	margin:0 10px 0 32px;
}
.menu_btn a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
.menu_btn a:hover {
	color:#ccc;
	text-decoration:none;
	font-size:11px;
}
/* Header styles */
    #header {
	clear:both;
	width:748px;
	margin:auto;
	height:156px;
}
/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	margin:auto;
	width:748px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
	.leftmenu {
	/*background:#FFD8B7;*/
		background:#fff url(img/left_back.jpg) repeat-y;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background-color:#fff;
	background-image:url(img/right_back.jpg);
	background-repeat:repeat-y;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 35px 0 270px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:184px;
	position:relative;
	right:200px;
	font-size:0px;
}
/* Footer styles */
	#footer {
	clear:both;
	margin:auto;
	width:748px;
	height:38px;
	background:url(img/bottom.jpg) no-repeat;
}
#footer p {
	padding:14px 0 0 20px;
	margin:0;
	font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.galeria {
	padding-left: 0px;
	width: 450px;
}

.galeria_img {
	padding-right: 10px;
	padding-bottom: 10px;
}
