/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }


body {
background: url(images/bg.jpg);
background-repeat: no-repeat;
background-color: #F3DDA9;
color:0f0604;
font:20px times;
}

a {
color:#462e09;
text-decoration: none;
font:20px times;
}
a:hover {
color:#462e09;
text-decoration: underline;
font:20px times;
}

input.text {
border: solid 1px #D3D3D3;
height: 25px;
width: 150px;
font:18px times;
color:#662c18;
}

textarea {
border: solid 1px #D3D3D3;
width: 150px;
font:15px times;
color:#662c18;
}

select {
border: solid 1px #D3D3D3;
}

#container{
text-align:left;
width:1000px;
}

#header {
float: left;
margin-top: 75px;
margin-left:35px;
width: 900px;
}

#main {
float: left;
width: 625px;
height: 100%;
background-color: #fff;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
margin-top: 25px;
margin-left:125px;
}
#main p {
margin: 15px 15px 15px 15px;
}
#main h1 {
margin-top: 10px;
color:#662c18;
font:35px times;
}

table.contact {
margin: 15px 15px 15px 15px;
}

#gallery {
float: left;
margin-top: 35px;
margin-left:105px;
width: 1000px;
}  
#gallery table {
width: 450px;
height: 250px;
} 

#illustrations_gallery {
float: left;
margin-top: 35px;
margin-left:105px;
width: 1000px;
}  
#illustrations_gallery table {
width: 675px;
height: 250px;
} 

#home_navigation {
float: left;
margin-top: 285px;
margin-left:105px;
width: 1000px;
color: #462e09;
font:30px times;
}
#home_navigation a {
color:#462e09;
text-decoration: none;
font:30px times;
}
#home_navigation a:hover {
color:#462e09;
text-decoration: underline;
font:30px times;
} 

#navigation {
float: left;
margin-top: 25px;
margin-left:105px;
width: 1000px;
color: #462e09;
font:30px times;
}
#navigation a {
color:#462e09;
text-decoration: none;
font:30px times;
}
#navigation a:hover {
color:#462e09;
text-decoration: underline;
font:30px times;
} 
