@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 50px;
	padding: 0px;
	background-color: #FFFCEF;
	color: #000000;
}

a { 
    color: #4E240E;
	text-decoration: none;
	}
	
a:hover {text-decoration: underline; }

/* home page */

#wrapper-home {
   position: relative;
   margin: auto;
   background-image:url(image/home_background.jpg);
   height: 700px;
   width: 800px;
   }
   
#home-text {
	position: absolute;
	width: 440px;
	top: 475px;
	left: 270px;
   }

#home-text p {
	font-size: 72%;
	color: #e8dbbb;
	line-height: 1.8em;
	font-weight: 500;
		}

#painting-box {
	position: relative;
	width: 173px;
	height: 55px;
	top: 385px;
	left: 89px;
	}

#painting-link {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 172px;
	height: 54px;
	background-color: transparent;
		}

#logo {
	position: absolute;
	top: 28px;
	width: 150px;
	left: 331px;
	}
	
#nav-home {
	position: absolute;
	top: 122px;
	left: 489px;
	width: 177px;
	}

#nav-home ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: 500;
	line-height: 1.8em;
	text-align: right;
	 }
	 
#nav-home li {
     list-style: none;
	 }

#nav-home a {
     text-decoration: none;
	 color: #33414c;
	 }

#nav-home a:hover {
     background-color: #4e240e;
	 color: #FFF;
	 padding: 3px;
	 }
	 
/* top navigation - all pages bar home page */

#nav {
	position: absolute;
	top: 29px;
	left: 576px;
	width: 150px;
	}

#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: 500;
	line-height: 1.8em;
	text-align: right;
	 }
	 
#nav li {
     list-style: none;
	 }

#nav a {
     text-decoration: none;
	 color: #33414c;
	 }

#nav a:hover, #nav a#current {
     color: #4e240e;
	 }

/* secondary (left) navigation */

#nav-left {
	position: absolute;
	top: 342px;
	left: -111px;
	width: 206px;
	}

#nav-left ul {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 70%;
	 line-height: 1.8em;
	 font-weight: 400;
	 text-align: right;
	 }
	 
#nav-left li {
     list-style: none;
	 }

#nav-left a {
     text-decoration: none;
	 color: #6b780e;
	 }

#nav-left a:hover, #nav-left a#here {
     color: #ae4525;
	 }

/* secondary pages */

#wrapper-web {
   position: relative;
   margin: auto;
   background-image:url(image/website_background.jpg);
   height: 700px;
   width: 800px;
   border: 1px solid #CCAA24;
   }

#wrapper-print {
   position: relative;
   margin: auto;
   background-image:url(image/print_background.jpg);
   height: 700px;
   width: 800px;
   border: 1px solid #CCAA24;
   }

#wrapper-exhibit {
   position: relative;
   margin: auto;
   background-image:url(image/exhibit_background.jpg);
   height: 700px;
   width: 800px;
   border: 1px solid #CCAA24;
   }

#wrapper-contact {
   position: relative;
   margin: auto;
   background-image:url(image/contact_background.jpg);
   height: 700px;
   width: 800px;
   border: 1px solid #CCAA24;
   }

#wrapper-studio {
   position: relative;
   margin: auto;
   background-image:url(image/studio_background.jpg);
   height: 700px;
   width: 800px;
   border: 1px solid #CCAA24;
   }
    
#th-contact {
	width: 750px;
	height: 400px;
	margin-top: 275px;
	margin-left: 60px;
	   }

#th-contact p {
	font-size: 75%;
	line-height: 1.3em;
	margin-right: 30px;
	}

#th-studio {
	width: 650px;
	height: 400px;
	margin-top: 265px;
	margin-left: 60px;
	   }

#th-studio p {
	font-size: 75%;
	line-height: 1.3em;
	}
	   
#th-web {
	width: 700px;
	height: 400px;
	margin-top: 275px;
	margin-left: 60px;
	   }

#th-web p {
	font-size: 75%;
	line-height: 1.4em;
	margin-right: 220px;
	}
	
#visit {
	position: absolute;
	top: 366px;
	left: 661px;
	width: 119px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ae4525;
	line-height: 1.6em;
	}

#visit a {
	color: #6b780e;
	}

#visit a:hover {
    color: #ae4525;
	}
