body {
    background-color: #fff;
    background: url(/images/handmadepaper.png) repeat;
    color: #222;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto;
}
#container {
	margin: 0 auto;
    width: 940px;
    padding: 2 10px;
    background: white;
}
#sheader {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    height: 200px;
    background: url(/images/header.jpg) no-repeat;
}
h1 {
	font-family: "Exo 2",sans-serif;
	font-size: 2em;
	font-style: normal;
    font-weight: normal;
}
label {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

input.form-submit, button, a.button {
    font-size: 1.2em;
    margin: 0.5em 1em 0.5em 0;
	padding: 1px 6px;
	cursor: auto;
}
#site-name {
    line-height: 1.2;
    margin: 0;
}
#site-name a {
    color: #00311b;
}
#site-name-slogan {
    position: absolute;
    left: 164px;
    top: 53px;
}
#site-slogan {
    margin: 0;
    font-size: 1.2em;
}
#logo {
    position: absolute;
    left: 36px;
    top: 36px;
}
a {
    color: #07b;
    text-decoration: none;
}

#DevFilterTable {
	padding: 0;
	border-spacing: 1px;
}