* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #712F19;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 110px;
background:#fff;
border-bottom:2px solid #663300;

}

p { padding-bottom:10px; line-height:14pt; }

.p { text-align:right; font-size:11px; padding:0px; margin:0px; margin-bottom:10px; border-bottom:1px solid #663300; }

#header h1 { 
font-size: 45px;
letter-spacing: -4px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #666;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 27px;
color: #aaa;
padding: 10px 0 0 20px;
letter-spacing: -3px;
font-weight: 100;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 10px;
}
.right h1 {
font-size: 20px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #712F19;
padding-bottom:15px;
}
.right h2 {
font-size: 16px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #712F19;
padding-bottom:10px;
}
.right h2 a {
text-decoration: none;
color: #712F19;
}
.right h2 a:hover {
color: #000;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}

.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
background: #7E6F58;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color: #fff;
}
.left ul li a:hover {
border-bottom: 1px dotted #fff;
}

#footer {
text-align: center;
font-size: 11px;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}