/* First LeveL */

body{
background-color:#261502;
font-family:Verdana,Helvetica;
font-size: 14px;
text-align: justify;
color:#403d32;
}

#mainBox{
width:800px;
min-height:700px;
margin-left: auto;
margin-right: auto;
}

#head{
width:800px;
height:100px;
background: url(images/head.jpg) no-repeat;
}

#mainContent{
width:800px;
min-height:760px;
background: url(images/bg.jpg) repeat;
}

#footer{
width:800px;
height:30px;
background-color: #5e3a2e;
clear:both;
}

/* End of First LeveL */

/* Second LeveL */

#foyer{
width:159px;
height:242px;
position:absolute;
background: url(images/foyer.png) no-repeat;
}

#quickLinks{
float:right;
height:20px;
line-height: 20px;
color:#e6ddb4;
padding-right:15px;
}

#mail a{
float:right;
width:65px;
height:46px;
background: url(images/mail.png) no-repeat;
}

#mail a:hover{background:url(images/mail_ovr.png);}

#leftCol{
float:left;
width:200px;
min-height:300px;
padding:130px 10px 0 10px;
}

#rightCol{
float:right;
width:520px;
margin-right:40px;
min-height:400px;
padding:0 10px 0 0;

}


/* End of Second LeveL */

/* Third LeveL */

#citation{
border:1px dashed #cccccc;
background-color:#5e3a2e;
width:150px;
margin:15px;
padding-bottom: 20px;
color:#e8e1c2;
font-family:arial;
text-align: center;
}

#nav{
width:186px;
height:370px;
background: url(images/nav.jpg) no-repeat;
}

/* End of Third LeveL*/

