@charset "utf-8";
/* CSS Document */

body {
background-image:url(../images/BG_main.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#f5f5f5;
margin:0px;
padding:0px;
font-family:Calibri, Arial, Helvetica, sans-serif;
color:#333333;
font-size:small;
}

a:link {
	color: #e08282;
}
a:hover {
	text-decoration: none;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
color:#a68865;
margin:2px 0px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:110%;
color:#836a4c;
margin:2px 0px;
}

#container {
width:800px;
padding:0px;
margin:0px;
}

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

#header li {
display:block;
float:left;
}

#header li a {
display:block;
color:#704717;
text-decoration:none;
margin:8px 2px;
padding:20px 6px 2px 6px;
}

#header li a:hover {
display:underline;
color:#e08282;
text-decoration:none;
margin:8px 2px;
padding:20px 6px 2px 6px;
}

#rightSide {
float:right;
width:200px;
border-left:1px #DDDDDD dotted;
padding-left:10px;
}

#leftSide {
float:left;
width:580px;
text-align:left;
}

#footer {
width:100%;
border-top:solid #FFFFFF 1px;
padding:10px 0px;
margin:0px;
height:100px;
}

#footerContent {
width:800px;
padding-top:5px;
font-size:90%;
text-align:left;
}

#footerContent ul {
list-style:none;
margin:0px;
margin-left:-40px;
}

#footerContent li {
display:block;
float:left;
}

#footerContent li a {
display:block;
color:#704717;
text-decoration:none;
margin:8px 2px 8px 0px;
padding:20px 12px 2px 0px;
}

#footerContent li a:hover {
display:underline;
color:#e08282;
text-decoration:none;
margin:8px 2px 8px 0px;
padding:20px 12px 2px 0px;
}

.content_box {
background: #f5e9d7;
outline: 1px solid #c9b794;
padding: 0px 10px 0px 10px;
}
.content_box_head {
background: url(../images/content_box_head.png) no-repeat top left;
margin: 0px 0px -3px 29px;
width: 522px;
height: 19px;
position: relative;
}
.content_box_foot {
background: url(../images/content_box_foot.png) no-repeat top left;
margin: -14px 0px 0px 29px;
width: 522px;
height: 19px;
position: relative;
}
.treatment_box {
outline: 1px solid #c9b794;
padding: 0px;
}

.treatment_outline {
border-top: 1px solid #e6d1a9;
}
.treatment_box_head {
background: url(../images/treatment_box_head.png) no-repeat top left;
margin: 0px 0px -3px -1px;
width: 582px;
height: 18px;
position: relative;
}
.treatment_box_foot {
background: url(../images/treatment_box_foot.png) no-repeat top left;
margin: -1px 0px 0px -1px;
width: 582px;
height: 18px;
position: relative;
}