body {
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
    
}

#bgrow {
    height: 300px;
    /* border: 1px solid #CCCCCC; */
    /* background-color: #E7E7E7; */
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 120px;
}

#bgrow #bg{
    margin: 2px;
    /*background-color: #CED6D0;*/
    background-image: url('../img/bg.jpg');
    height: 296px;
}



#mainPath {
    width: 850px;
    height: 500px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
}

#mainPath #page #logotype h1 {
    font-family: serif;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #5C5C5C;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#logotype h1 a {
    background-image: url('../img/logotype.png');
    width: 104px;
    height: 30px;
    display: block;
}

#logotype h1 a span{
    display: none;

}


#mainPath #page #menu {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

#mainPath #page #menu .menuItem {
    float: left;
    margin-left: 50px;
    margin-top: 5px;
    font-size: 15px;
}


#mainPath #page #menu .menuItem a{
    color: #3D3D3D;
    text-decoration: none;

}

.menuItemSel a{
    color: #ED5948 !important;

}

#mainPath #page #menu .menuItem a:hover{
    color: #ED5948;

}

#mainPath #page {
    margin: 0px;
    /*background-image: url('../img/bgblock.png');*/
    /*border: 1px solid #CCFBE9;*/
    /*background-color: #fff;*/
    width: 900px;
    height: 530px;
    position: relative;
}

#mainPath #page #bgimg {
    width: 900px;
    height: 529px;
    background-image: url('../img/bgblock.png');
    position: absolute;
    z-index: 1;
}
#mainPath #page #maincontent {
    z-index: 10;
    position: absolute;
    left: 30px;
    top: 10px;
}



#mainPath #page #img {
    float: left;
    margin-right: 2px;
    
}

#mainPath #page #content{
    float: left;
    width: 400px;
    margin-left: 10px;
    margin-top: 40px;
    
}

#mainPath #page #content h2{
    font-size: 15px;
    margin-bottom: 5px;
}
#mainPath #page #content a{
    color: #000000;
}

#mainPath #page #content a:hover{
    color: #ED5948;
}
.clear {
    clear: both;
}

input[type=text] {
    width: 200px;
    font-size: 11px;
}

textarea {
    width: 200px;
    height: 70px;    
    font-size: 11px;
}