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

a {color:#997b5f;}
 #banner {
	 position:fixed;
	 background-image: url(TRSPhotography1.jpg);
	 top: 0px;
		left: 0px;
		width: 960px;
		height: 100px;
		border: groove;
 }
 
	#navbar {
		position:fixed;
		top:106px;
		left: 0px;
		width: 192px;
		height: 590px;
		background-color: #E9E5DC;
		border: groove;
		border-top: none;
		border-right: none;
		overflow:auto;
		padding: 10px 4px 10px 4px;
		color: #997b5f;		
	}
	
	#sidebar-content {
		position: fixed;
		background-color:#E9E5DC;
		top: 106px;
		left: 763px;
		width: 192px;
		height: 466px;
		border: groove;
		border-left: none;
		border-top: none;
		border-bottom:none;
		overflow:auto;
		padding: 10px 4px 10px 4px;
		color: #997b5f;
	}
	
	#sidebar-content h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:large;
		font-style:italic;
		text-align:center;
		text-decoration:underline;
	}
	#orderbox {
		position:fixed;
		background-color:#E9E5DC;
		border: groove;
		border-left:none;
		border-top:none;
		top: 592px;
		width: 192px;
		height:104px;
		left: 763px;
		overflow:hidden;
		padding: 10px 4px 10px 4px;
	}
		
	#main-piccontent {
		margin-left: 192px;
		margin-top: 106px;
		overflow:auto;
		background-color: #E9E5DC;
		width: 563px;
		border-bottom: groove;
		border-right: none;
	}
	#main-txtcontent {
		position: fixed;
		top: 106px;
		left: 201px;
		height: 590px;
		overflow:auto;
		background-color: #E9E5DC;
		width: 752px;
		padding: 10px 5px 10px 5px;
		border-bottom: groove;
		border-right: groove;
	}


