body {
    margin-top: 0;
    text-align: center;
    color: #000;
    font-family: Arial, Sans-Serif;
    background-color: #fff;
/*font-size: .9em;	font-weight: normal;	line-height: 1.2em;*/
}

/* you have to specify font for text area again... */
textarea {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    width: 150px;
    height: 55px;
}

p {
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: small;
    color: #000;
}

.style2 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    line-height: 120%;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

img.float_left {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.caption {
    width: 210px;
    font-size: .7em;
    text-align: center;
    position: relative;
}

.img_horiz {
    width: 230px;
    vertical-align: top;
    background-color: #FFF;
    float: left;
    margin-right: 10px;
    margin-left: 0;
}

.divfloatleft {
    float: left;
}

a {
    font-size: 90%;
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #090;
    text-decoration: underline;
}

.gdfp a {
    color: #00F;
}

.gdfp a:visited {
    color: #00F;
}

.gdfp a:hover {
    color: #090;
}

h1 {
    font-size: 1.3em;
    letter-spacing: .1em;
    text-align: left;
    padding-bottom: 10px;
    color: #093;
}

h1.style1 {
    font-size: .9em;
    letter-spacing: .1em;
    text-align: center;
    color: #333;
}

h2 {
    letter-spacing: .1em;
    text-align: left;
    font-size: .9em;
    line-height: 10px;
}

h2.style1 {
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: .1em;
    text-align: center;
}

H4 {
    font-size: 16px;
    margin-top: 0;
    line-height: 18px;
}

#wrap {
    position: relative;
    text-align: left;
    padding: 0;
    width: 950px;
    margin: 0 auto;
    background-image: url(bg.gif);
    background-color: #fff;
}

#head {
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
    height: 126px;
}

#filmstrip {
    position: absolute;
    left: 0;
    top: 126px;
    width: 950px;
    height: 178px;
    background-color: #000;
}

#filmstrip_sub {
    position: absolute;
    left: 0;
    top: 126px;
    width: 950px;
    height: 92px;
}

#menu {
    position: absolute;
    left: 0;
    top: 260px;
    width: 160px;
    font-size: 1em;
    text-align: left;
    color: #900;
    background-color: #fff;
    border-right: 2px solid #FC0;
}

#menu.index {
    position: absolute;
    left: 0;
    top: 340px;
    width: 160px;
    font-size: 1em;
    text-align: left;
    height: 520px;
}

#menu ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    color: #900;
}

#menu li {
    list-style-type: none;
    margin-left: 1em;
    margin-bottom: 30px;
}

#menu li a {
    font-size: 1em;
    color: #900;
}

#menu li a:visited {
    font-size: 1em;
    color: #900;
}

#menu li a:hover {
    font-size: 1em;
    color: #900;
    text-decoration: underline;
}

#content_index {
    position: absolute;
    left: 180px;
    top: 300px;
    width: 500px;
    padding-top: 20px;
    
}

#content_links {
    position: relative;
    width: 400px;
    left: 150px;
}

#content {
    position: absolute;
    left: 180px;
    top: 220px;
    width: 770px;
    padding-top: 40px;
    text-align: justify;
    padding-left: 20px;
}

#sidebar_index {
     background-color: #F0F0F0;
    height: 520px;
    left: 540px;
    position: absolute;
    top: 40px;
    width: 250px;
}

#sidebar_index ul {
    line-height: 110%;
    font-size: 80%;
    color: #666;
}

#sidebar_index li {
    margin-bottom: 20px;
}

#sidebar_line {
    background-color: #000;
    position: relative;
    height: 550px;
    width: 1px;
    top: 0;
    float: left;
    margin-left: 5px;
}

#footer {
    background-color: #fff;
    width: 850px;
    font-size: .6em;
    color: #000;
    text-align: center;
    padding-top: 50px;
    position: absolute;
    top: 1000px;
}

.smallcaps {
    font-variant: small-caps;
}

.title {
    font-variant: small-caps;
    text-transform: capitalize;
    color: #000;
    font-size: 105%;
}

.grey_head {
    font-size: smaller;
    color: #666;
    text-align: center;
}

.style3 {
    font-size: medium;
}

.style4 {
    text-transform: capitalize;
    color: #000;
    font-variant: small-caps;
}