body {
    font-family:"Droid Sans", sans-serif;
    font-size:14px;
    line-height:20px;
    background-color:#130030;
    background-image:url(../images/body-bg.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    margin-bottom:50px;
}

a {
    text-decoration:none;
    color:#0000ff;
}

a:hover {
    text-decoration:underline;
}

p {
    margin-top:0px;
    margin-bottom:20px;
    line-height:20px;
}

h1 {
    font-family:"Droid Sans", sans-serif;
    font-size:72px;
    line-height:72px;
    text-decoration:none;
    color:#ffffcc;
    font-weight:bold;
}

h2 {
    font-family:"Droid Sans", sans-serif;
    font-size:36px;
    line-height:36px;
    text-decoration:none;
    color:#ffffcc;
    font-weight:normal;
}

h3 {
    font-family:"Droid Sans", sans-serif;
    font-size:30px;
    line-height:30px;
    margin-bottom:20px;
    text-decoration:none;
    color:#130030;
    font-weight:normal;
    text-shadow:2px 2px #ffffff;
}

h4 {
    font-family:"Droid Sans", sans-serif;
    font-size:30px;
    line-height:30px;
    margin-top:40px;
    text-decoration:none;
    color:#ffffcc;
    font-weight:normal;
    padding-left:20px;
}

ul {
    list-style:disc;
    margin-bottom:20px;
    padding-left:15px;
}

ul li {
    padding-left:5px;
    margin-left:0px;
    line-height:20px;
    margin-bottom:3px;
}

ul li ul {
    margin-bottom:0px;
}

ol {
    list-style:decimal;
    margin-bottom:20px;
    padding-left:15px;
}

ol li {
    padding-left:5px;
    margin-left:0px;
    line-height:20px;
    margin-bottom:3px;
}

textarea {
    font-family:sans-serif;
}

.clearing {
    clear:both;
    height:0px;
    overflow:hidden;
}

#container {
    width:720px;
    margin-left:auto;
    margin-right:auto;
}

.content-margins {
    
}

#header {
    position:relative;
    height:415px;
}

#header h1 {
    position:absolute;
    right:0px;
    top:160px;
}

#header h2 {
    position:absolute;
    right:3px;
    top:240px;
}

#intro {
    background-color:#ffffcc;
    background-image:-ms-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:-moz-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:-o-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFCC), color-stop(1, #FFFF99));
    background-image:-webkit-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:linear-gradient(to bottom, #FFFFCC 0%, #FFFF99 100%);
    color:#130030;
    padding:20px;
    padding-bottom:1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-shadow:1px 1px #ffffff;
}

#reviews-column-left {
    width:340px;
    float:left;
    text-align:right;
}

#reviews-column-right {
    width:340px;
    float:right;
    text-align:right;
}

.review {
    display:inline-block;
    background-color:#ffff99;
    background-image:-ms-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:-moz-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:-o-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFCC), color-stop(1, #FFFF99));
    background-image:-webkit-linear-gradient(top, #FFFFCC 0%, #FFFF99 100%);
    background-image:linear-gradient(to bottom, #FFFFCC 0%, #FFFF99 100%);
    color:#130030;
    padding:20px;
    -webkit-border-radius:25px;
    -webkit-border-bottom-right-radius:0;
    -moz-border-radius:25px;
    -moz-border-radius-bottomright:0;
    border-radius:25px;
    border-bottom-right-radius:0;
    text-shadow:1px 1px #ffffff;
    margin-top:25px;
    font-size:12px;
    line-height:18px;
    text-align:left;
}

.author {
    background-image:url(../images/review-author-bg.png);
    background-repeat:no-repeat;
    background-position:top right;
    padding-right:20px;
    color:#ffffcc;
    font-weight:bold;
    line-height:40px;
    text-align:right;
    font-size:13px;
}