body {
 text-align: center; 
 background: #0F0F0E url(images/layout01/Layout_BG01.gif) repeat-x;
 font: 10px Arial, Tahoma, Verdana;
 color: #34342A;
}

p {
text-align: justify;
}

#outer {
 margin: 0 auto;
 width: 500px;
 background-image: url(images/layout01/Layout_BG01b.png);
}
#hdr {
 width: auto;
}
#navi {
 width:110px;
 float: left; 
 padding-left: 10px;
 background-image: url(images/layout01/Layout_BG01b.png);
}
#cont {
 width:360px;
 float: right; 
 padding-right: 10px;
 background-image: url(images/layout01/Layout_BG01b.png);
}
#footer {
 clear: both; 
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b{
 color: #411B1F; 
}
i {
 color: #411B1F;
}
li {
text-align: left;
}
table {
 text-align: justify;
}
blockquote {
 text-align: justify;
}

.image {
 border: 4px solid #292E32;
}
.codes {
 margin: 0 auto 0 auto; 
 line-height: 12px;
 background-color: #E4DFE2;
 padding: 5px;
}
.aff img {
 border: 3px solid #E3C6D0;
 padding: 3px;
}

h1 {
 font: 11px Times New Roman;
 color: #4F1717;
 text-align: left;
 text-transform: lowercase;
 font-style: italic;
 letter-spacing: 5px;
 line-height: 6px;
 padding: 3px 1px 1px 11px;
 margin: 0;
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #652B2F;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 10px;
 margin: 0;
}
h3 {
 font: 9px Verdana, Arial;
 color: #4C2023;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px;
 margin: 0;
}

a:link {
 color: #2B373E; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:visited {
 color: #2B373E; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:hover {
color: #2C3236; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:active {
 color: #2C3236; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}

#nav {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#nav li {
 margin-bottom: 2px;
}
#nav a {
 display: block;
 width: 110px;
 font: 10px Arial, Tahoma, Verdana;
 color: #3C3839;
 letter-spacing: 3px;
 border-bottom: none;
}
#nav a:hover {
 color: #622526;
 background-color: #0F0F0E;
}

input, textarea, select, button {
 font: 10px Arial, Tahoma, Verdana;
 color: #34342A;
 background-color: #060606;
 border: 1px solid #34342A;
 line-height: 11px;
 margin: 0;
 padding: 2px; }