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

body, div, h1, h2, h3, h4, p, p1, ul, ol, li, dl, dt, img, blockquote {
margin: 0px;
padding: 0px; 
border: 0px;
}


body {
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background01.jpg);
background-repeat: repeat;
}

#container_border {
width: 802px;
margin: 0 auto;
background-color: #736273;
}

#container {
width: 800px;
margin: 0 auto;
background: url(../images/back_main.jpg);
background-repeat: repeat;
}

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

#header h1 {
height: 215px;
background: url(../images/back_01.jpg);
border: none;
text-indent: -9999px;
}

#gray {
height: 3px;
width: 800px;
background: #736273;
}


a {
outline: none;
color: #736273;
text-decoration: underline;
}

p {
color: #736273;
line-height: 28px;
}

p.highlight {
color: #736273;
font-size: small;
line-height: 24px;
}

p.emph {
color: #736273;
line-height: 28px;
font-style: italic;
}


p.menu {
color: #736273;
font-size: smaller;
font-size: 75%;
line-height: 22px;

}

p.menuitem  {
color: #736273;
font-size: 75%;
line-height: 18px;
}

ul.menu {
color: #736273;
font-size: smaller;
font-size: 90%;
line-height: 22px;
}

li.menu {
color: #736273;
font-size: smaller;
font-size: 90%;
line-height: 22px;
}

p.designer  {
color: #736273;
font-size: 75%;
line-height: 12px;
padding-left: 3px;
}


ul#std {
color: #736273;
line-height: 24px;
padding-left: 20px;
}


#content_container {
min-height: 600px;
width: 800px;
}

#content_menu {
float: left;
width: 140px;
margin: auto;
padding-left: 35px;
padding-right: 20px;
padding-top: 100px;
}


#content_menu a {
color: #736273;
text-decoration: underline;
font-weight: bold;
}


#content_main {
float: left;
width: 480px;
padding-top: 40px;
padding-left: 20px;
}


#footer_container {
clear: both;
background: url(../images/footer_base.jpg);
background-repeat: repeat-x;
width: 796px;
margin-left: 2px;
height: 26px;
border-bottom: 
border-bottom-width: 800px;
}

#footer_left {
float: left;
width: 250px;
margin-top: 4px;
}

#footer_center {
float: left;
width: 490px;
margin-top: 4px;
}

#footer_right {
float: left;
width: 53px;
margin-top: 5px;
}


