html {
	background-color: #660066;
	background-image: url(/images/stripe_b.jpg); 
	background-position: top right;
	background-attachment: fixed;
	background-repeat:no-repeat;
	height: 100%;
}

body {
	background-image: url(/images/stripe_a.jpg); 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left; 
	font: 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* FireFox 2 fix */
html>body {
 min-height: 100%;
 height: auto;
}

a:link { text-decoration: none; color: #ffffff; font: 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
a:visited { text-decoration: none; color: #ffffff; font: 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
a:active { text-decoration: none; color: #ffffff; font: 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
a:hover { background: #880088; color: #ffffff; text-decoration: none; font: 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
                    
img.banner { position: absolute; display: block; right: 30px; bottom: 30px; height: 300px; }

div#address { position: absolute; top: 10px; left: 10px; height: 100px; }
div#header { position: absolute; top: 120px; left: 30px; }

div#navmenu ul {
	width: 180px;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	background: #660066; 
}
div#navmenu li { padding: 5px 20px 5px 20px; margin-right: 20px; }
div#navmenu li:hover { background: #880088; }

div#content { margin-left: 250px; margin-right: 250px; margin-top: 80px; }

p { color: #cccccc; line-height: 150%; }
p.lospace { margin-bottom: 0px; color: #cccccc; }
p.address { font-size: 10px; margin-bottom: 0px; }
p.tiny { font-size: 14px; margin-bottom: 0px; }
p.intro { font-weight: bold; }
p.indent { margin-left: 10px; line-height: 100%; }

h1 { color: #eeeeee; font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { color: #eeeeee; font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { color: #eeeeee; font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { color: #eeeeee; font-weight: bold; font-size: 10px; line-height: 18px; }

