html, body, h1, h2, h3, h4, div, a {
    padding: 0;
    margin: 0;
    font-family: arial,helvetica,sans-serif;
}

body {
    background: #ffffdd;
    color: #ffffff;
    font-size: 1em;
}
li {
    list-style-type: circle;
}
a {
    text-decoration: none;
    color: #4444cc;
}
a img {
    text-decoration: none;
    border: 0;
}
form .field {
    padding-left: 1em;
    padding-top: 1em;
}
form .label {
}
form.value {
}
.width {
    position: relative;
    width: 840px;
    margin: 0 auto 0;
}
dt {
    font-weight: bold;
    padding-top: 0.5em;
}
dd {
    padding: 0;
    margin: 0;
    margin-left: 2em;
}
h1.pagetitle {
    font-family: "Arial Rounded MT Bold",arial,helvetica,sans-serif;
    border-bottom: 1px solid #e0e0e0;
    font-size: 3em;
    color: #2c2c2c;
}
#header {
    height: 160px;
    overflow: hidden;
    border-bottom: 3px solid #4d4ded;
    background-image: url("images/header.jpg");
    background-repeat: repeat-x;
    background-position: bottom left;
}
#main {
    color: #000000;
    background-color: transparent;
    background-image: url("images/shadowp.jpg");
    background-repeat: repeat-x;
    /*background-attachment: fixed;
    background-position: -101px -151px;*/
}
#header #headings {
    margin-top: 10px;
}
#header #menu {
    position: absolute;
    top: 120px;
    height: 40px;
    right: 0;
}
#header #menu div {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    float: left;
}
#header #menu .selected {
    color: #cfcfcf;
    background-color: #4d4ded;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
#header #headings {
    position: relative;
    float: left;
}
#header, #footer {
    background-color: transparent;
    color: #ffffff;
}
#footer {
    clear: both;
    font-size: 0.8em;
    height: 100px;
    padding-top: 10px;
    padding-right: 30px;
    text-align: right;
    color: #444466;
}
#footer a {
    background: transparent;
    color: #222244;
}
#header a {
    background: transparent;
    color: #ffffff;
}
#subheading {
    font-family: Helvetica, Arial, sans-serif;
    color: #9a9a9a;
}
#main_container {
    position: relative;
    margin: 0 auto 0;
    background-color: #ffffff;
    background-image: url("images/shadow.jpg");
    background-repeat: repeat-x;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
#main_content {
    position: relative;
    background: transparent;
    padding: 2em;
}
#main_content {
    font-size: 0.9em;
}
#main_content h3 {
    font-size: 1.4em;
}
#main_content h2, #main_content h3 {
    font-family: "Arial Rounded MT Bold",arial,helvetica,sans-serif;
    border-bottom: 1px solid #e0e0e0;
    width: 50%;
}
#main_content #faqs h2 {
    font-family: "Arial Rounded MT Bold",arial,helvetica,sans-serif;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}
#main_content h3 {
    width: 100%;
}
#twittercontainer {
    position: absolute;
    overflow: hidden;
    color: #292929;
    top: 190px;
    right: 0px;
    background: #C0DEED url(https://s3.amazonaws.com/twitter_production/a/1266450641/images/bg-clouds.png) repeat-x scroll 0 0;
    width: 200px;
    float: right;
    font-size: 0.8em;
    border: 2px solid #606060;
    border-right: 0;
    /*-moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;*/
}
#twittercontainer a {
    color: #a80000;
}
#twitterfeed {
    padding: 1em;
    padding-top: 0;
}
#twithead, #twitfoot {
    text-align: center; 
    padding-top: 1em;
}
#twithead {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #afafaf;
}
.tweet {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 1em;
    border-bottom: 1px solid #afafaf;
}
.contacttop {
    background-color: #bdbdbd;
    margin-top: 1em;
    padding-bottom: 1em;
    border: 1px solid #6a6a6a;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}
.contactbottom {
    background-color: #dedede;
    border: 1px solid #6a6a6a;
    border-top: none;
    padding-bottom: 1em;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
#main_content .contact p {
    padding-left: 1em;
}
#main_content .contacttop h3, #main_content .contactbottom h3 {
    color: #202020;
    padding-top: 1em;
    border: none;
    padding-bottom: 0.5em;
    text-align: center;
}
#main_content .contacttop h3.phone {
    padding-top: 0.5em;
    color: #3f3f3f;
}
#main_content .contactbottom h3 {
    padding-bottom: 0;
}
.quotation {
    color: #848484;
}
.twocolumn-left {
    position: relative;
    width: 48%;
    float: left;
}
.twocolumn-right {
    position: relative;
    width: 48%;
    float: right;
}
.floatingsection {
    margin-top: 1em;
    clear: both;
}
.left {
    position: relative;
    float: left;
}
.right {
    position: relative;
    float: right;
}
/* This move an element a little bit to the right */
.silly {
    position: relative;
    left: 1em;
    padding-bottom: 2em;
    padding-top: 1em;
}
.pad_me {
    padding-top: 1em;
}
.skillslist, .skillslist li {
    padding-top: 0;
    margin-top: 0;
}
.signoff {
    margin-left: 100px;
}
.portfolioentry {
    border-top: 1px solid #e0e0e0;
    padding-top: 1em;
}
.portfoliodescription {
    padding-bottom: 1em;
}
.portfoliodescription p {
    padding: 0;
    padding-bottom: 0.5em;
    margin: 0;
}
.portfolioscreenshot {
    padding-bottom: 2em;
}
/* The container div for a screenshot IMAGE */
.screenshot {
    text-align: center;
}
.screenshot img {
    padding: 5px;
    border: 2px solid #cdcdcd;
}

#pricebreakdown table {
    border: 1px solid #c3c3c3;
}
#pricebreakdown table td {
    padding: 0.5em;
}
#pricebreakdown table td.price {
    padding-left: 3em;
}