root { 
    display:block;
    width:100%;
    height:100%;    
}

html {
    display:block;
    width:100%;
    height:100%;
}   

body {
    display:block;
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
    background:url(bg.jpg);
}

#head {
    width:100%;
    overflow:hidden;
}

#logo {
    height:317px;
    width:411px;
    background:url(logo.jpg) no-repeat left top;
    vertical-align:top;
}

#logo .stretch {
    width:411px;
    height:1px;
}

#gizmo {
    display:block;
    width:147px;
    height:42px;
    margin:25px 0px 0px 55px;
}

#index {
    display:block;
    width:225px;
    height:160px;
    margin:45px 0px 0px 45px;
}

#head-bg {
    background:url(head-bg.jpg);
    height:317px;
    vertical-align:top;
}

#head-right {
    background:url(head-right.jpg);
    width:540px;
    height:317px;
}

#head-right .stretch {
    width:540px;
    height:1px;
}

#menu {
    position:absolute;
    top:283px;
    left:405px;
    font-family:Verdana;
    font-size:14px;
    width:620px;
}


#menu .stretch {
    width:500px;
    height:1px;
    clear:both;
}

#menu span {
    display:block;
    float:left;
    margin:0px 15px 0px 0px;
    background:url(menu-split.png) 0px 3px no-repeat;
}

#menu a {
    margin:0px 0px 0px 20px;
    color:#ab513c;
    text-decoration:none;
}

#menu a:hover {
    text-decoration:underline;
    color:#722c1c;
}

#content {
    width:850px;
    margin:0px 0px 0px 5%;

}

#c-top {
    background:url(content-top.png) no-repeat left top;
    height:60px;
    vertical-align:bottom;
}

h1 {
    font-family:Verdana;
    font-size:20px;
    font-weight:normal;
    color:#7c5c54;
    margin:0px 0px 10px 40px;
    display:inline;
}

#c-bottom {
    background:url(content-bottom.png) no-repeat left top;
    height:199px;
}

#c-shadow {
    background:url(content-shadow.png) left repeat-y;    
    vertical-align:bottom;
    overflow:hidden;
}

#c-shadow div {
    width:113px;
    height:202px;
    background:url(content-img.png) no-repeat left bottom;
    margin:0px 0px -5px 0px;
}

#c-content {
    background:url(content-bg.png) left repeat-y;
    width:735px;
    height:100%;
    vertical-align:top;
}

.text {
    margin:20px 35px 20px 50px;
    color:#444444;
}

.text p {
    font-family:Verdana;
    font-size:12px;
    line-height:20px;
    text-align:justify;
    margin:10px 0px 0px 0px;
}

a {
    text-decoration:underline;
    color:#aa513c;
}

a:hover {
    color:#ff513c;
}

textarea {
    resize:none;
}

#counter {
	position:absolute;
	margin:-30px 0px 0px 30px;
}