﻿body, html
{
	margin: 0;
	padding: 0;
	background: #000000;
	color: #000000;
	height: 100%;
	font-family: Sans-Serif;
}
#wrap {
    background:#99c;
    margin:0 auto;
    width:100%;
    height: 100%;
    }
#header {
    background:#ddd;
    }
#nav {
    background:#c99;
    }
#main {
    background:#9c9;
    float:left;
    width:243px;
    height: 100%;
    }
#sidebar {
    background:#c9c;
    float:right;
    width:500px;
    height: 100%;
    }
#footer {
    background:#cc9;
    clear:both;
    }


H1
{
	font-weight: bold;
	font-size: x-large;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
}

