* {
   margin:0px;
   padding:0px;
}

html {

}

body, p, a, h1 {
   font-size:12px;
   font-family:arial;
}

body {
   color:#ffffff;
   background-color:#83ba3b;
}

p {
   padding: 0 0 5px 0;
}

a {
   color:#fff200;
}

h1 {
   font-weight:bold;
   display:inline;
}

#container {
   text-align:center;
}

#main {
   margin:auto;
   width:1080px;
   height:863px;
   background-image:url('../images/bottom_bkg.jpg');
   background-position:bottom;
   background-repeat:no-repeat;
}

#left-bg {
   float:left;
   background-image:url('../images/left_bkg.jpg');
   background-repeat:no-repeat;
   width:91px;
   height:596px;
}

#right-bg {
   float:right;
   background-image:url('../images/right_bkg.jpg');
   background-repeat:no-repeat;
   width:89px;
   height:596px;
}

#content {
   float:left;
   width:580px;
   height:596px;
   background-image:url('../images/bottom_right_corner.jpg');
   background-position:bottom right;
   background-repeat:no-repeat;
   background-color:#b1b5b6;
   text-align:left;
   padding: 0 25px 0 25px;
}

#content #header {
   width:575px;
   height:265px;
   background-color:white;
   margin: 25px 0 10px 0;
}

#content #scroll {
   height: 260px;
   width: 575px;
   overflow: auto;
}

/* Navigation */


#nav {
   text-align:left;
   float:left;
   width:270px;
   height:596px;
   background-image:url('../images/nav_bg.jpg');
   background-repeat:no-repeat;
   position:relative;
}

#nav div.leftnav-button {
    background-color:white;
    position:absolute;
}

#nav div.leftnav-button a {
    font-family:arial;
    font-size:14px;
    color:#666666;
    text-transform:lowercase;
    text-decoration:none;
    padding:1px;
    display:block;
}

#nav div.leftnav-button a:hover {
}

#nav #home {
    top: 218px;
    left:150px;
}

#nav #services {
    top:260px;
    left:105px;
}

#nav #portfolio {
    top:310px;
    left:195px;
}

#nav #contact {
    top:378px;
    left:109px;
}

#bottom-nav {
   float:right;
   padding-right:150px;
   padding-top:10px;
   color:#000000;
}

#bottom-nav a {
   color:#000000;
   text-decoration:none;
   text-transform:uppercase;
}

