#header {
	background: #fff url(../img/bg-body-top.gif) repeat-x 0 100%;
    padding-bottom: 2px;
    color: #000;
}

#header a, #header a:link, #header a:visited{
    color: #000;
    text-decoration: underline;
}

#branding #site-name{
    background: #311e18;
    margin: 0;
    padding: 20px 25px;
}

#user-tools, #user-tools *{
    color: #fff !important;
}

#content h1{
    font-size: 230%;
    font-weight: normal;
    padding-top: 30px;
    color: #666;
}

div.breadcrumbs {
    padding-left: 15px;
}

.module h2,.module caption,.inline-group h2 {
	background: #311e18;
}

.module h2,.module caption a{
    color: #fff !important;
}

input.default[type="submit"],.submit-row input.default {
	background: #999 none repeat scroll 0 0;
	border: 2px solid #999;
    color: #000;
}

th{
    font-weight: normal;
}

a:link,a:visited {
	color: #990000;
}

a:hover,a:active {
	color: #990000;
    text-decoration: underline;
}

.dashboard #content {
	width: auto;
}

.aligned label {
	width: 12em;
}

form .aligned p,form .aligned ul {
	margin-left: 11em;
}

.row1 {
    background: #FFF1EE none repeat scroll 0 0;
}