@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 90% georgia, sans-serif;
	line-height: 1.88889;
	color: #ffffff; 
	background-color: #000000; 
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	}
.oneColFixCtr #container {
	width: 740px; 
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify;
	z-index: 2;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	z-index: 1;
}

p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}

a {
	outline: none;
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FF8C00;
	}
a:visited, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FF8C00;
	}
a:hover { 
	text-decoration: none; 
	color: #ffffff;
	}
/**
Fix: Firefox doesn't hide slide-in menu
so.. we put it behind a curtain :)
*/
#menu_black {
	background-color: #000000;
	position: absolute;
	top: 100px;
	margin-left: -610px;
	left: 50%;
	width: 240px;
	height: 400px;
	z-index: 99;
	}

#form {
	margin-left: -250px;
	position: relative;
	width: 500px;
	left: 50%;
	}

#form label {
	position: relative;
	display: inline;
	
	}

#form input, textarea {
	position: relative;
	display: block;
	left: 10px;
	}

#form textarea {
	width: 400px;
	height: 150px;
	}


#index_links a:visited, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	}
#index_links a:link { 
	font-weight: normal; 
	text-decoration: none; 
	}
#index_links a:hover { 
	position: relative;
	left: 6px;
	text-decoration: none; 
	}


#menu_items a:link { 
	}
#menu_items a:visited, a:active { 
	}
#menu_items a:hover { 
	/*position: relative;
	bottom: 2px;*/
	}




/*

#restrainer {
	z-index: 1;
	}

#container { 
	margin: auto;
	position: relative;
	width: 700px;
	min-width: 700px;
	z-index: 2;
	}

* html #container {
	border-right: 700px solid #000000;
	}

#content { 
	text-align: justify;
	z-index: 3;
	}

* html #content { 
	display: inline-block;
	position: relative;
	margin-right: -700px;
	text-align: justify;
	z-index: 3;
	}
	*/
#final_words { 
	top: 0px;
	position: relative;
	display: block;
	font: normal 0.5em georgia, sans-serif;
	margin: 0; 
	right: 6px;
	text-align: right;
	z-index: 70;
	}

#page_head { 
	width: 740px;
	height: 80px;
	min-width: 700px;
	min-height: 80px;
	background: url(images/main_hdr.gif) no-repeat top center; 
	z-index: 4;
	}

#menu_links {
	margin: 0; 
	position: relative;
	text-align: center;
	z-index: 5;
	}

#menu_items {
	margin: 0; 
	position: relative;
	text-align: center;
	z-index: 6;
	}

#menu_items ul {
	list-style: none;
	list-style-type: none;
	}

#menu_ul li {
	display: inline;
	letter-spacing: 3px;
	list-style-type: none;
	padding-right: 20px;
	z-index: 7;
	}

h1 {
	font: bold 1.4em georgia, sans-serif;
	letter-spacing: 8px; 
	margin-bottom: 0; 
	color: #FF8C00;
	padding-bottom: 20px;
	}

h2 {
	display: inline;
	font: bold 1.4em georgia, sans-serif;
	margin-bottom: 0; 
	padding-right: 2px;
	color: #FF8C00;
	}

#large_image {
	text-align: center;
	z-index: 8;
	
	}

#gallery_space {
	height: 20px;
	}

#art_link_box {
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	z-index: 9;
	}

#basessm, #thessm, .ssmItems {
	z-index: 88;
}



.current_work {color: white; font-style: italic;}
.galleryborder {border: 4px groove #cccccc;}
.standout {color: #ff8c00; font-size:10pt; font-weight:bold;}
