/* CSS Document */
body
{
background-color: #7a8539;
}
#shadow
{
margin: 0em auto;
width:800px;
background-image: url(/images/shadow.jpg);
background-repeat: repeat-y;

}
#container
{
margin: 0em auto;
width:750px;
background-color:#FFFFFF;
}
#content
{
padding:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#header
{
width:750px;
height:427px;
background-image: url(/images/temp_02.jpg);
background-repeat: no-repeat;
}
#menu
{
width:750px;
height:42px;
}
#content a:link
{
color:#7a8539;
}
#content a:hover
{
color:#3b3d16;
}
h1
{
font-size:17px;
font-weight:bold;
border-bottom: 1px solid #CCCCCC;
}
h2
{
font-size:14px;
font-weight:bold;
border-bottom: 1px solid #ECECEC;
}