/* CSS Document */

body {background: url('background-stripes.gif') #fff; margin: 0; padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 170%;
	font-size: .85em;

}

#lotus {position: absolute; top: 0; left: 0; background: url('images/lotus.gif'); width: 319px; height: 245px; z-index: 10;}
#bottomnav { position: absolute; top: 250px; left: 15px; height: 100px; width: 200px; text-align: right; margin-top: 10px; }
#redbar {position: absolute; top: 0; left: 0; background: #610C22; width: 100%; height: 24px; z-index: 0;}
#container { position: absolute; top: 30px; left: 350px; width: 50%; }
.gallery {position: absolute; top: 190px; left: 90px;}
.contact {position: absolute; top: 235px; left: 185px;}
.profile {position: absolute; top: 240px; left: 10px;}
.order { position:absolute;	left:91px;	top:370px;}

a { letter-spacing: .1em; text-decoration: none; padding: 2px; font-weight: bold;}
 a:link { 
	color: #610c22; 
	} 
 a:visited { 
	color: #808080; 
	}
 a:hover { 
	color: #003300;
	}