/* CSS Document */
* {  padding: 0; margin: 0; }

p {
font:normal 14px Georgia, "Times New Roman", Times, serif;
text-align: center;
padding:10px;
line-height: 1.6em;
}

body {
background-color: #B7B7B7;
padding: 0;
margin: 0;
text-align: center;
height: 100%;
}

#wrap {
width: 800px;
height: 100%;
margin: auto;
background-color: #DCC4AA;
}

#header { 
width: 800px;
}

#main img { float: left; }

#toptable { 
width: 479px;
height: 442px;
background-image:url(images/index_03.jpg);
background-repeat: repeat;
float: left;
}

#container1  {
width:460px;
float: left;
padding: 0 0 0 1em;
}

.thumb {
width: 133px;
height: 198px;
float: left;
padding:8px;
}

.thumb img { border: 1px solid black;}

#bottom { width: 800px; }
#bottom img { float: left; }

#bottomtable {
width: 464px;
height: 680px;
background-image: url(images/index_07.jpg);
background-repeat: no-repeat;
float: left;
}

#container2 {
width: 460px;
float: left;
padding: 1em 0;
}


h1 {
font:normal 37px Geneva, Arial, Helvetica, sans-serif;
text-align: center;
}

h2 {
font:normal 25px Geneva, Arial, Helvetica, sans-serif;
text-align: center;
}

h4 {
font:normal 11px Geneva, Arial, Helvetica, sans-serif;
text-align: center;
}

a:link { color: #8C6030; }
a:hover { color: #FF0000; }


