html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	color: #cccccc
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;
    color: #cccccc;
    padding: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;
    color:#fff;
	line-height: 1.0;
    clear: both;
}

h1 {
}

h2 {
    color: #fff;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #999;
    margin-bottom: -10px;
	font-size:12px
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #999;
}

a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }

table {
	font-size: inherit;
	border: 0px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

