/* CSS Document */

html,body {
height: 100%;
text-align: center;
margin: 25;
padding: 25;
background-color: #371c17;
}

a, a:active, a:visited{
text-decoration: none;
color: #733b30;
}

#header a, a:active, a:visited{
text-decoration: none;
color: #fff;
}

#container {
margin: 1.5em auto;
text-align: left;
width: 950px;
}

#top {
width: 950px;
height: 40px;
background-color: #733b30;
}

#middle {
width: 950px;
background-color: #eeebd6;
text-align:left;
}

#bottom {
width: 950px;
height: 25px;
background-color: #733b30;
}

#content { 
width: 950px; 
font: 12px Arial, Helvetica, sans-serif;
line-height: 22px;
}

#header { 
font: bold 12px Arial, Helvetica, sans-serif;
letter-spacing: .2mm;
color: #fff;
text-align: center;
padding-top: 14px;
}

#footer { 
font: bold 12px Arial, Helvetica, sans-serif;
letter-spacing: .2mm;
color: #fff;
text-align: center;
padding-top: 6px;
}

#hr { margin-left: 212px; border-bottom: 1px dotted #733b30; width: 425px;}

.title { font: bold 16px Arial, Helvetica, sans-serif; padding: 20px 0px 20px 0px; }

.text { min-height: 600px; padding-top: 50px; padding-left: 50px; padding-right: 50px; }

.text_left { height: 422px; padding-top: 50px; padding-left: 50px; }

.text_right { height: 422px; padding-top: 50px; padding-right: 50px; }

.text_rightm { height: 194px; padding-top: 40px; padding-left: 40px; padding-right: 40px; text-align: right;}

.img_pad_l { padding-left: 40px; }

.img_pad_r { padding-right: 40px; }

.img_head_pad { padding-bottom: 14px; }

.img_head_padm { padding: 0px 0px 20px 0px; }

.highlight { color: #733b30; }