/* CSS Document */

body {
	background-image: url(images/background2.gif);
	}

a:link {
	color:#9F9919;
	text-decoration:none;
	}
	
a:visited {
	color:#9F9919;
	text-decoration:none;
	}
	
a:hover {
	color:#514E0C;
	text-decoration:none;
	}

#screen {
	width:100%; 
	height:100%;}

#window {
	background-color:#EFE0B1; 
	width: 1024px; 
	height: 768px; 
	position: relative; 
	margin: auto;
	z-index: 1;
	}
	
#definition {
	background-color:#EFE0B1;
	padding: 25px;
	width: 400x; 
	height: 200px; 
	position: relative; 
	margin: auto;
	z-index: 1;
	overflow: auto;
	}

#header {
	position: absolute;
	left: 22px;
	top: 42px;
	z-index: 3;
	}
	
	
#nav {
	position: absolute;
	left: 0px;
	top: 120px;
	}
	
#sidebarl {
	background-color:#E7E6BB;
	padding: 25px;
	width: 250px;
	height: 480px;
	position: absolute;
	left: 75px;
	top: 200px;
	z-index: 3;
	}
	
	div#sidebarl a:link {color:#9A5613;}
	div#sidebarl a:visited {color:#9A5613;}
	div#sidebarl a:hover {background:#E7E6BB; color:#6E6A12;}
	div#sidebarl a img.big {height: 0; width: 0; border-width: 0;}
	div#sidebarl a:hover img.big {position:absolute; top:-25px; left:462px; height:412px; width:462px; border:none;}
	div#sidebarl a:focus img.big {position:absolute; top:-25px; left:462px; height:412px; width:462px; border:none;} 
	
#sidebarr {
	background-color:#E7E6BB;
	padding: 25px;
	width: 250px;
	height: 480px;
	position: absolute;
	right: 75px;
	top: 200px;
	z-index: 3;
	overflow: auto;
	}
	
#attention {
	background-color:#E7E6BB;
	padding: 25px;
	width: 250px;
	height: 150px;
	position: absolute;
	right: 75px;
	top: 150px;
	z-index: 3;
	overflow: auto;
	}
	
#contentl {
	background-color:#DAD7AC;
	position: absolute;
	width: 512px;
	height: 500px;
	left: 0px;
	top: 150px;
	}

#contentr {
	background-color:#DAD7AC;
	position: absolute;
	width: 512px;
	height: 500px;
	right: 0px;
	top: 150px;
	}
	
#products {
	background-color:#DAD7AC;
	position: absolute;
	width: 464px;
	height: 450px;
	padding: 25px;
	right: 0px;
	top: 150px;
	z-index: 3;
	overflow: auto;
	}

#address {
	position: absolute;
	left: 0px;
	top: 650px;
	}

#copyright {
	position: absolute;
	bottom: 0px;
	color:#9A5613;
	font-weight: 100;
	font-color:#9A5613;
	font-size: 10px;
	letter-spacing: .1em;
	word-spacing: .05em;
	font-family:<!--"Bureau Eagle",--> "brandon-grotesque", "Gill Sans MT", "Gill Sans Std", "Gill Sans Std Condensed", "Gill Sans Std Light", Arial, sans-serif;
	}

.header {
	color: #660000;
	font-size: 17px;
	line-height: 22px;
	font-family:"brandon-grotesque", "Gill Sans MT", "Gill Sans Std", "Gill Sans Std Condensed", "Gill Sans Std Light", Arial, sans-serif;
	}
	
.main_text {
	color: #660000;
	font-size: 14px;
	line-height:17px;
	font-family:"brandon-grotesque", "Gill Sans MT", "Gill Sans Std", "Gill Sans Std Condensed", "Gill Sans Std Light", Arial, sans-serif;
	}
	
.emph {
	font-weight:bold;
	}



