body {
	margin:0;
	padding:0;
	background:#F5F1C5;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; /*centers box in IE */
	color:#000000;
}
#body_gallery {
	background:#CCBB85;
	background-image:url("images/1.gif");
	background-repeat:repeat;
}

/* Container that holds the content centered on the page */
div.container {
	position: relative;
	margin: 20px auto 0 auto;
	padding:0 0 0 0;
	width: 769px;
	text-align: left; /* disables text-align:center so content is not centered */
	
}

div.top { /*Holds the logo bar and the button-menu on the top of the page*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 769px; 
	height: 107px;  
	background:#F5F1C5;	
}

#top {
	position:absolute;
	top:0px;
	left:0px;
	width:769px;
	height:72px;
	background-image:url("images/top_logo_bar.gif");
	
}

#menubar {
	position:absolute;
	top:72px;
	left:0px;
	width:769px;
	height:35px; /*35px ialt*/
	/*text-align:right;*/
	/*background-image:url("images/menu_backgr.gif");	*/
	padding:0px 0 0 0;
}

#menubar a {
	color:#993D0E;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	/*padding:0 15px 0 10px;*/
}

#menubar a:hover {
	text-decoration:none;
	color:#993D0E;
}

#menu_item_selected {
	font-size:17px;
	color:#FFFDD9;
	font-weight:bold;
	
}

H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#57564A;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:-15px;
}

H2 {
	font-size:16px;
	color:#57564A;
	font-weight:bold;
	margin-bottom:5px;
}

div.container_main{
	position:relative;
	top:0px;
	left:0px;
	width:769px;
	min-height:460px;
	margin:0;
	padding:0;
	background-color:#FFFDD9;
}
div.painting {
	position:absolute;
	top:-35px;
	left:0px;
	width:248px;
	height:374px;
	background-color:#F5F1C5;;
}
div.painting_small { /* on contact page */
	position:absolute;
	top:110px;
	right:30px;
	width:214px;
	height:215px;
	background-color:#F5F1C5;
}
div.gallery_box {
	position:absolute;
	top:0px;
	left:0px;
	width:248px;
	height:75px;
	background-color:#F5F1C5;
}
div.main_content {
	position: relative;
	top:0px;
	left: 0px;
	width: 687px; /*Total width - padding-left - padding-right*/
	font-size:14px;
	line-height: 160%;
	text-align: justify;
	padding-top: 160px !important;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
 	height: auto !important;
 	height: 260px;
 	min-height: 1px;
 	border-left:1px solid #525040;
 	border-right:1px solid #525040;
 	
}
div.content_text {
	margin-top: -140px; /*-150px gives a padding-top of 30px (compared to the padding-top pf div.main_content of 180px)*/
	margin-left: 245px;
}

img.content_image {
	padding-right:20px;
}

#footer {
	position: relative;
	top:0px;
	left: 0px;
	width: 769px;
	height: 25px; 
}

a.page_link {
	text-decoration:underline;
	font-weight:normal;
	color:#993D0E;
}

a.page_link:hover {
	font-weight:normal;
	color:#993D0E;
}

a.page_link:visited {
	color:#57564A;
}

table.table_list {
	border:1px solid #000000;
	background-color:#333333;
}
table.table_list tr {
	background-color:#CCBB85;
}
table.table_list td {
	background-color:#F5F1C5;
}
div.signature {
	position:relative;	
	padding:0 0 20px 0;	
	width:auto;
	text-align:center;
}
a.signature_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60%;
	color:#666666;
	text-decoration:none;	
}
