root { 
    display: block;
}

#wrapper {
    clear: both;
    width: 850px;
    margin: 0 auto;
    padding:0;

}

#logo-container {
    clear: both;
}

#copyright {
    float: right;
    margin-top: -68px;

}

ul.errors li {
	color: red; font-size: 12px; list-style-image: url('/img/error.jpg');
}

#about {
    width: 530px;height:250px;
    overflow-y: auto;float:right;
    margin-top: 100px;
    margin-right: 170px;
    padding: 10px;
    font-family:"Arial Black", Helvetica, serif, sans-serif;
    font-size: 18px;
}

#header {
    position: relative;
    height: 40px;   
}
#name {
    position: absolute;
    left: -20px;
    top: -35px;
}

#bottomflower {
    position: absolute;
    bottom: -262px;
    right: 14px;
    z-index: -1;
}

#rightFlower {
    position: absolute;
    right: -65px;
    top: -35px;
    z-index: 1;
}

#copyright {
    font-family:"Arial Black", Helvetica, serif, sans-serif;
    font-size: 14px;    
}

#nav1 {
    width: 95px;height: 295px;float: left;

}

#nav2 {
    width: 163px;height: 295px;float: left;
}

#nav3 {
    width: 115px;height: 295px;float: left;
}


#nav1 {
    background: transparent url('/img/GalleryTiki.png') no-repeat;
    background-position: bottom;
}

#nav2 {
    background: transparent url('/img/ResumeTiki.png') no-repeat;
    background-position: bottom;
}

#nav3 {
    background: transparent url('/img/ContactTiki.png') no-repeat;
    background-position: bottom center;
}

#nav1.hover {
    background: transparent url('/img/GalleryHover.png') no-repeat;
    background-position: bottom;
}

#nav2.hover {
    background: transparent url('/img/ResumeHover.png') no-repeat;
    background-position: bottom;
}

#nav3.hover {
    background: transparent url('/img/ContactHover.png') no-repeat;
    background-position: bottom center;
}

#nav-container {
    clear:both;height: 415px;margin: 0 0 0 160px;
    position: absolute;
    top: 340px;
}

#footer {
    height: 200px;
    width: 700px;
    margin-top: 100px;
    margin-left: 20px;
    background: transparent url('/img/ground.png') no-repeat 0px 0;
    background-position: center;
}

.home #wrapper {
    background: transparent url('/img/web_background.png') no-repeat;
    height: 640px;
    background-position: bottom center;
}

.grey {
    color: #4D4D4D;
}

.cream {
   color: #CDB38B;
}

.home {
    background-color: #EEF5EE;
}

.home #header {
    height: 460px;
}

#frm_folder textarea {
    width: 575px;height:250px;
}

#portfolio-nav {
    font-size: 16px;
}

#portfolio-nav li {
    cursor: pointer;
}

.galleria_wrapper {
    background-color: #fff;
}

* {
  font-family: "Arial Black", Helvetica, serif, sans-serif;
}

#resume-content{
    padding: 15px;
    height: 1800px;
    width: 850px;
    background-color: #eee;

   
}

#skills-list{
    margin-left: 110px;
}



