

@import url("reset.css");

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

p {
    padding: 10px;
}

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

#header {
    float: left;
    height: 340px;
    width: 1000px;
    background: #e8e8e8;
}
#nav {
    float: left;
    height: 80px;
    width: 1000px;
	margin-top: 20px;
    background: #e8e8e8;
}

#content {
    float: left;
    background: #E8E8E8;
    width: 895px;
}

#leftcolumn {
    background: #E8E8E8;
    width: 105px;
    float: left;
}

#footer {
    height: 304px;
    width: 100%;
    background: #333333;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
    clear: both;
}

