/*------------------------------------------------------------------
[Style reset]
-------------------------------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*------------------------------------------------------------------
[Basic styles]
-------------------------------------------------------------------*/

body {
    background-color: #fff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 30px;
}

p {	margin: 0 0 21px 0; }
a {	color: #000000; }
a:hover { color: #000000; }
.clear {	clear: both; }

h1 { font-size: 36px; font-weight: bold; }
h1 span { display: block; font-weight: normal; font-size: 14px; margin: 0 0 21px 0; }

/*------------------------------------------------------------------
[Content]
-------------------------------------------------------------------*/

#ll_logo {
    border: 0;
    float: left;
    margin: 0 0 32px 0;
}

#address {
    float: right;
    text-align: right;
}

.playground_image_wrapper {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 21px;
}

#footer {
    float: right;
    text-align: right;
}