h3 {
	font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
		font-size:14px;
		font-weight:bold;
		}
		
.style12 {
	font-size: 9pt;
	}

.small {
	font-style:italic;
	font-size:x-small;
	}
	
html, body {
		margin:0px;
		font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
    	font-size: 12px;
		background-color:#FFFFFF;
		padding:0px;     
    	text-align: center;
    	vertical-align: middle;
	}
    
  #wrapper {
    width: 800px;
    height: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
    
	h1 {
		font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
		font-size:28px;
	}
	
	h2 {
		font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
		color:#000000;
		font-size:12px;
		font-style:italic;
		font-weight:normal;
	}
		
	#name {
		position:absolute;
		top:400px;
		left:185px;
		z-index: 99;
	}
	
	#name a {
		text-decoration:none;
		color:#000000;
	}
	
	#copyright {
		position:absolute;
		top:475px;
		left:5%;
		color:white;
	}

	#startimage {
		position:absolute;
		top:75px;
		left:460px;
		height:270px;
		width:120px;
		background-image:url(images/booksculptures1111-001.jpg);
	}

	#imagetext {
		position:absolute;
		top:360px;
		left:260px;
		width:600px;
		height:20px;
		text-align:left;
		z-index: 100;
	}

	#menuborder {
		position:absolute;
		top:70px;
		left:0px;
		width:240px;
 		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #000000;
		height: 320px;
    vertical-align: bottom;
	}

	#menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 18px;
		position:absolute;
		bottom: 10px;
		left:0px;
		width: 225px;
    vertical-align: bottom;
	}
		
	#menu a {
      text-align:right;
      display: block;
      text-decoration: none; 
      color: #000;
      line-height:165%;
      font-weight:normal;
  }
   	
	#menu a:hover {
		color:#B5D2DC; 
		border-right: 2px;
	}   

	#bottom {
		position:absolute;
		top:390px;
		left:30px;
		height:10px;
		width:700px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #000000;
		z-index: 98;
	}  

	.style5 {color: #B5D2DC}
	.style7 {color: #999999}
