@charset "utf-8";

body {
font: 100%  Tahoma, Geneva, sans-serif;
background: #6d4a59;
background-image:url(images/int_matte.jpg);
background-position:top;
background-repeat: repeat-x;
margin: 0; 
padding: 0;
text-align: center;
color: #18050e;
}	

#container{
width: 1260px;
margin: 0 auto;
text-align: left;	
}

#header{
height: 133px;
display: inline-block;
}

#navi {
margin-left: 48px;
align: left;
clear: both;
}

#center{
text-align: left;
clear: both;
}

#left{
width: 50%;
float: left;
background-image:url(images/big_swirlie.png);
background-position:bottom left;
background-repeat: no-repeat;
}

#right{
width: 50%;
float: right;
}


#footer{
height: 96px;
background-image: url(images/footer.png);
background-repeat: repeat-x;
clear: both;
}

a img {
border: 0;
}

p.center{
margin-left: 48px;
padding-right: 4px;
font-size:85%;
line-height: 1.5em
}

p.intro{
padding-left: 48px;
padding-right: 4px;
font-size:85%;
line-height: 1.5em;
}

p.right{
padding-left: 4px;
padding-right: 4px;
font-size:85%;
}

p.note{
color: #d4c6c8;
padding-left: 48px;
padding-right: 48px;
font-size: 80%;
font-style: italic;
}

p.rnote{
color: #d4c6c8;
padding-right: 48px;
font-size: 80%;
font-style: italic;
}

h4 {
font-size: 80%;
font-weight: bold;
border-bottom: solid #26111a 1px;
	}