body {
margin:0em;
padding:0;
height:100%;
background-color:#DAC19D;
color:#111111;  
text-align:justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:17px;
line-height: 140%;
background: #DAC19D url(images/pallet2.jpg) repeat-x left top;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#222222;
text-decoration:underline;
}

p {
margin:6px 0;
}

blockquote {
margin:16px;
padding:8px;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

ul {
list-style-type:disc;
}

li {
margin:0 0 0 25px;
list-style-type:disc;
}

#top {
width: 920px;
height: 155px;
margin: 0 auto;
letter-spacing: -1px;
font-family: Georgia, "Times New Roman", Times, serif;
background: url(images/distasi_logo.png) no-repeat center top;
}

/* Menu */

#menu {
	float: center;
/*	height: 190px; */
	padding: 98px 10px 0px 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/blk_button_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 17px arial, sans-serif;
    height: 36px;
    margin-right: 3px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/blk_button.png') no-repeat;
    display: block;
    line-height: 26px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:920px;
text-align:left;
vertical-align: middle;	
background-color:#DAC19D;
border:1px solid #999999;
}

#centerColumn h2 {
margin:0 0 0 0;
padding:6px 0;
font-size:1.7em;
letter-spacing:.1em;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
height:250px;
background-color:#DAC19D;
background: url(images/header1.png) no-repeat left top;
}

#header h1 {
margin:0 0 -8px 0;
padding:16px 0 0 24px;
font-size:2em;
letter-spacing:.1em;
}

#header h2 {
margin:0 0 0 0;
padding:16px 0 0 24px;
font-size:1.3em;
font-weight:lighter;
letter-spacing:.1em;
}

#fauxRightColumn {
position:relative;
float:right;
margin:.5em 0 0 .5em;
padding:.25 .7em .25em .7em;
width:18em;
font-size:.9em;
background-color:#DAC19D;
}

#fauxRightColumn h2 {
font-size:.9em;
}

#footer {
position:relative;
bottom:0;
margin:80px 0 0 0;
padding:0;
height:120px;
line-height:20px;
text-align:center;
font-size:.9em;
background-color:#ffffff;
border-top:1px solid #cccccc;
}













