@charset "UTF-8";
.title1 {
	position: absolute;
	left: 520px;
	top: 90px;
	width: 260px;
	z-index: 5;
}
.contacttext {
	position: absolute;
	width: 302px;
	left: 69px;
	top: 206px;
	height: 120px;
}
/* CSS Document */

 

body          {
	background-color: black;
	background-repeat: no-repeat;
	background-position: 0,0;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(elements/background.png);
	
}
h1,h2,h3     {
font-family: verdana, arial, 'sans serif'; 
}
 

}
a:link          {
color:f2ce36
}
a:visited      {
color:d38f28
}
a:active       {
color:d62e1c
}
a:hover        {
	color:#FFFFFF;	
}
.bodyparagraph {
	font-size: 24px;
	font-weight: lighter;
	color: #FFCE17;
	text-align: left;
	text-indent: 12px;
	white-space: pre;
	font-family: verdana, lucinda, Arial, "Arno Pro Display", sans-serif;
	font-style: normal;
	line-height: 16px;
	position: absolute;
	height: 150px;
	width: 740px;
	left: 475px;
	top: 275px;
	cursor: text;
}
.footer {
	position: absolute;
	width: 740px;
	top: 662px;
	z-index: 4;
	height: 33;
	visibility: visible;
	left: -5px;
}
.paintingmenu {
	font-size: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	text-indent: 12px;
	white-space: pre;
	font-family: verdana, lucinda, Arial, "Arno Pro Display", sans-serif;
	font-style: normal;
	line-height: 16px;
	position: absolute;
	height: 200px;
	width: 200px;
	left: 30px;
	top: 200px;
	cursor: text;
}
.navbar {
	position: absolute;
	width: 300px;
	left: 475px;
	top: 135px;
	margin-left: 5px;
	z-index: 6;
	height: 50px;
	visibility: visible;
}
.guestbook {
	position: absolute;
	width: 300px;
	left: 8px;
	top: 669px;
	z-index: 7;
	font-size: 16px;
	font-family: verdana;
	color: #FFFBF0;
}
.paintings {
	position: absolute;
	width: 150px;
	left: 625px;
	top: 100px;
}
.archives_button {
	width: 250px;
	left: 50px;
	top: 500px;
}
.availablebutton {
	top: 350px;
	height: 250px;
	position: absolute;
}
.photo {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 800px;
	height: 250px;
}
.footer2 {
	position: absolute;
	left: 0px;
	top: 800px;
}
.aboutprocess_para {
	position: absolute;
	width: 360px;
	left: 0;
	top: 60;
	font: verdana;
	color: #FFDF55;
	height: 600px;
}

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	max-width: 175px;
	padding-left: 123px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: right;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 3px;
	padding: 3px;
	cursor: pointer;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-image: url(elements/widget_header_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	background-color: 
; 																								width: 160px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 3px;
	padding: 5px;
	background-color: #000000;
	cursor: text;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 250px;
	font-style: normal;
	list-style-position: inside;
	text-align: right;
	background-image: url(elements/widget_bg.jpg);
	margin-top: 5px;
	color:#FFFFFF;
	font-size: 13pt;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
background-image: url(elements/widget_header_over.png);
	height: 22px;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.style2 {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.2;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {

}

