﻿#top
{
    position: relative;
    width: 100%;
}

#top h1
{
    display: block;
    margin: 20px 0px 0px 30px;
    font-size: 52px;
    font-weight: 700;
    color: #DDDDDD;
}

#content
{
    position: relative;
    width: 100%;
}

#innercontent
{
    position: relative;
    width: 700px;
    overflow-x: hidden;
    text-align: left;
    margin: 50px 115px 50px 115px;
    line-height: 180%;
}

#bottom
{
    position: relative;
    width: 100%;
    text-align: right;    
}

#bottom h1
{
    display: block;
    margin: 10px 30px 20px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.factoryimg
{
    float: left;
    margin: 5px;
}

.factoryimg img
{
    border: 0px;
}

.fclear
{    
    width: 100%;
    height: 0px;
    clear: both;
    overflow: hidden;
}