@charset "UTF-8";
/* CSS Document */

a {
color: #000;
}
a:hover {
text-decoration: none;
}

body {
background-image: url(../gfx/bg.jpg);
background-repeat: repeat;
background-attachment: fixed;
margin: 0;
padding: 25px 0px 0px 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
}
h1 { 
font: 17pt Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
margin: 0;
}
h2 {
font-size: 13pt;
letter-spacing: 1px;
font-style: italic;
}
img {
border: 0px;
}
input, textarea {
border: 1px solid #000;
font-size: 11pt;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 1px;
margin-top: 1px;
}

div#wrapper {
width: 900px;
height: auto;
position: relative;
left: 50%;
margin-left: -448px;
}
div#header {
height: 160px;
width: 900px;
background-image: url(../gfx/header_bg.png);
background-repeat: no-repeat;
behavior: url(iepngfix.htc);
float: left;
margin: 0;
padding: 25px;
}
img#header_logo {
behavior: url(iepngfix.htc);
position: absolute;
left: 45px;
}
img#header_text {
behavior: url(iepngfix.htc);
position: absolute;
left: 245px;
top: 35px;
}
div#wrapin {
width: 900px;
height: 480px;
float: left;
background-image: url(../gfx/wrapin_bg.png);
background-repeat: no-repeat;
behavior: url(iepngfix.htc);
margin-top: -40px;
overflow: hidden;
}
div#menu {
width: 220px;
float: left;
display: inline;
padding-top: 43px;
margin-top: 35px;
margin-left: 35px;
}
div#menu ul {
line-height: 22px;
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
border-left: 1px solid #000;
float: left;
display: inline;
}
div#menu li {
line-height: 22px;
margin: 0;
padding: 0;
border-right: 1px solid #000;
float: left;
display: inline;
}
div#menu a, div#menu a:active, div#menu a:visited {
border: 0px;
display: block;
margin: 0px;
padding: 0px 13px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
font-weight: bold;
letter-spacing: normal;
text-decoration: none;
color: #000;
line-height: 22px;
}
div#menu a:hover {
color: #666;
}

div#content {
width: 620px;
height: 400px;
overflow: auto;
float: right;
display: inline;
margin-top: 35px;
margin-right: 25px;
}