html, body 
{
	margin: 10px;}


body
{
   font-family: Arial;
  background-color: white;
  color: black; 
  width: 820px;
  margin-top: 150px;
  background-image: url("gallery/daylight4449_400x179.png");
  background-position: absolute; 
  background-position: 380px 25px;
  background-repeat: no-repeat;
 

}



IMG#header {position: absolute; top: 25px; left: 15px}

div#product {padding: 10px; margin: 5px; border: solid gray 2px}
div#producttext {margin-left: 340px; margin-right: 20px}
IMG#product {margin: 10px; float: left; Border: 0;}

div#ldraw {margin: 5px; border: solid gray 2px; height: 215px; }
IMG#ldraw {margin: 10px; float: left; Border: 0; }
p.ldraw {position: relative; top: 50px; left: 10px;}


ul#product {position: relative; left: 25px}

/*-------------------------*/
/* Paragraphy Style        */
/*-------------------------*/
p
{
 /*  background-color: white;*/
   color: black;
}



p.save
{   
	color: red;
	font-weight: bold;
}


p.question
{
   color: black;
   padding-top: 10px;
   font-weight: bold;
}

p.answer
{
   color: navy;
   padding-left: 20px;
   padding-bottom: 10px;
}

p.indented
{
	margin-left: 25px;
}


p.footer
{
   color: black;
   font-size:x-small;
}

td
{
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-------------------------*/
/* Page Navigation Styles  */
/*-------------------------*/  
td.navcell
{
	color: blue;
	
	margin: 0px;
	padding: 5px;
	font-family: Arial;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr.navrow {
	color: blue;	
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a.navlink {
	color: black;
	/*background-color: white;*/
	font-weight: bold;
	text-decoration: none;
 	
}

a:hover{text-decoration: underline; }




/*-------------------------*/
/* Header styling          */
/*-------------------------*/
h1, h2, h3, h4
{
   	color: black;
	font-weight: bold;
}
