@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
	background-color:#99ccff;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 900px;
}

#header {
    float: left;
    height: 244px;
    width: 895px;
    background: 495577;
}

#navigation {
    float: left;
    height: 40px;
    width: 900px;
    background: #b33333;
	vertical-align:bottom;
	border-bottom: 2px solid #ff6633;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 900px;
}

#footer {
    height: 40px;
    width: 900px;
    background: #ff6633;
    clear: both;
	text-align:right;
	vertical-align:baseline;
}

