* {
	margin: 0;
	padding: 0;
}
body {
    margin: 0 auto 0 auto;
    width: 900px;
    font-family: Impact;
    border: 1px solid black;
}

img {
    border: solid black 1px;
}

#nav {
    background: transparent url(/images/nav_background.jpg) repeat-x scroll top left;
    height: 40px;
}

ul {
    list-style: none;
}

#nav ul {
    padding-top: 15px;
}

#nav li {
    float: left;
    text-align: center;
    width: 150px;
    font-size: 80%;
    font-family: 'Trebuchet MS',Arial;
    font-weight: bold;
}

#nav li a {
    display: block;
    border-color: black;
    border-style: solid;
    border-width: 0 1px 0 0;
    color: black;
}

#nav li.last a {
    border: none;
}

#container {
    padding: 20px;
    color: #918F8F;
}

#content {
    padding: 25px; 
}

#content h2 {
    font-size: 30px;
}

h2,h3 {
    color: #C00000;
}


#content p {
    font-size: 14px;
    font-family: Georgia;
    margin: 10px;
}

#header {
    height: 333px;
    text-indent: -99999px;
    position: relative;
    background: #395277;
}
#header h1 {
    background: transparent url(/images/bg_header.jpg) no-repeat center;
    height: 100%;
    width: 850px;
    border-left: 3px solid #C00000;
    border-right: 3px solid #C00000;
    margin: 0 auto 0 auto;
    text-align: center;
}

#footer {
    clear: both;
    text-align: center;
    bottom: 1em;
    left: 1em;
    width: 100%;
    background-color: #A5B1CB;
}

h1 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    text-align: center;
}

#welcome, #sidebar {
    float: left;
}

#welcome {
    width: 60%;
}

#sidebar {
    width: 35%;
    padding-left: 42px;
}

#request-estimate {
    padding: 20px;
    border: 3px black double;
    margin-bottom: 25px;
}

#request-estimate img {
    float: right;
}

form label {
    display: block;
    float: left;
    width: 100px;
}
