* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(images/bg.gif) repeat-x;
font-size: 0.9em;
line-height: 17px;
color: #333;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
}


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

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

#header {
margin-top:33px;
height: 93px;
background: #fff url(images/top.gif) no-repeat 0 0px;
}
#header h1 {
}
#header h1 a { 
color: #37AB96;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size:11px;
padding:30px 0 0 25px;
color:#FFFFFF;
}
.logo{
margin:5px 0 0 10px;
border:none;
}

.top {
margin-bottom:1em;
}

#content {
background: #fff url(images/content.gif) repeat-y;
padding: 0 40px 20px 30px;
}
#content p{
background-image: url(images/note_line.gif);
margin:10px 5px;
line-height: 23px;
padding:5px 10px;
}
#content strong{
color:#FF3300;
}


.right {
float: right;
width: 520px;
text-align: justify;
}
.right h2 {
font-weight:bold;
font-size: 18px;
height:30px;
padding: 9px 0 0px 15px;
background:url(images/bg_h2.gif) 0 0 no-repeat;
margin:0 0 1em 0;
color: #492c06;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #37AB96;
}

.left {
float: left;
width: 190px;
}
.left h2 {
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #EE9319;
color: #fff;
font-size:1em;
}
.left ul {
padding: 10px 5px 15px 5px;
list-style-type: none;
font-size:0.9em;
}
.left ul li {
border-bottom: dotted 1px #CCCCCC;
padding:0.5em 0.5em 0.5em 14px;
background:url(images/bg_list.gif) 0 9px no-repeat;
}
.left ul li a {
color: #925200;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #D97E07;
}

#bottom {
background: #fff url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}

.img01{
float:right;
margin:0 0 2em 2em;
border:1px solid #EFEFEF;
background:#FFFFFF;
padding:2px;
}
#linkarea{
background:#FFF7AB;
border:1px solid #E5CD5F;
padding:5px 4px;
width: 490px;
margin-left: 10px;
}
#linkarea a{
margin:0 9px;
line-height:1.5em;
font-size:16px;
}
