html {
    height: 100%;
}

body {
    font-size:62.5%;
    color: #ccc;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    background: #000 url(/images/background.jpg) no-repeat scroll top center;
    min-height: 1000px;
}

a {
    color: #eee;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

h2 {
    margin-top: 1.5em;
    font-size: 1.4em;
    margin-bottom: 0.2em;
}

p {
    margin-bottom: 0.5em;
    line-height: 1.3em;
    font-size: 1em;
}

ol, ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1em;
    font-size: 0.95em;
    margin: 1em;
}

ul li {
    margin-bottom: 0.4em;
    line-height: 1.2em;
}

#header {
    xheight: 107px;
    padding: 20px 0 0 55px;
    margin-bottom: -10px;
}

#wrap {
    margin:0pt auto;
    padding:0pt;
    width:100%;
    min-height: 100%;
}

#wrap-inner {
    font-size:1.2em;
    margin:0pt auto;
    width:840px;
    xborder: 1px solid red;
    position: relative;
}

#wing-left {
    position: absolute;
    top: 170px;
    left: 90px;
}

#wing-right {
    position: absolute;
    top: 170px;
    left: 630px;
}

#quote-left {
    position: absolute;
    top: 280px;
    left: -44px;
}

#quote-right {
    position: absolute;
    top: 280px;
    left: 630px;
}

#two-wrongs {
    text-align: center;
    margin-top: 20px;
    padding: 0 50px;
    width: 237px;
    height: 49px;
}

#footer {
    text-align: center;
    padding-bottom: 20px;
    color: #efefef;
}

#footer a {
    color: #efefef;
    text-decoration: underline;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

#websiteby {
    text-align: center;
    padding-bottom: 20px;
    color: #deeed1;
}

#websiteby a {
    color: #91c16b;
    text-decoration: none;
}

#websiteby a:hover {
    text-decoration: underline;
    color: #efefef;
}

#box {
	xborder: 1px solid green;
	}

#box-content {
    width: 340px;
    min-height: 500px;
    xborder: 1px solid blue;
    margin: 0 auto;
    background-color: #000;
    padding: 0 20px;
    background: transparent url(/images/text-background.png) no-repeat scroll center 250px;
    padding-top: 20px;
	}

#box-content .details {
	font-size: 1.6em;
	color: #000;
}


#ie6 {
    display: none;
    margin:0pt auto;
    background-color: #333;
    padding: 8px;
    color: #efefef;
}

#ie6 a {
}


#logos {
    position: relative;
    margin-top: 40px;
    height: 130px;
}


#logo-fringe {
    position: absolute;
    top: 0;
    left: 10px;
}

#logo-arts-house {
    position: absolute;
    top: 0;
    left: 170px;
}

#logo-hh {
    position: absolute;
    top: 20px;
    left: 220px;
}

form {
    margin-top: 20px;
}

textarea.textarea {
    width: 335px;
    padding: 4px;
    height: 150px;
    background-color: #999;
    border: 1px solid #000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #eee;

}

input.text, input.password {
    width: 200px;
    padding: 4px;
    background-color: #999;
    border: 1px solid #000;
    color: #eee;
    font-size: 1.2em;
}

form span.note {
    font-size: 0.9em;
    font-color: #999;
}

p.comment {

    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

p span.comment-by {
    font-size: 0.8em;
    text-transform: uppercase;
}



