/* CSS Document */
html, body {
margin:0;
padding:0;
}


#wrapper {

width:100%;

float:left;

margin-right:-200px;

}



#content {

margin-right:205px;

background:

padding-bottom: 20px;

border-top: 0px solid lime; /* to stop collapsing margins in Moz */

}



#sidebar {

width: 200px;

float: right;

background:

}



.header {

		

	}

.footer {

		

	}

.footer, .header {

border-top: 0px solid #000;

border-bottom: 0px solid #000;

margin: 0;

clear: both;

width: 825px; /*ie requires this or height */

}

h1 {

		font-family: arial, helvetica, sans-serif; font-size:18px;

	}

h2 {

		font-family: Times New Roman, Times, serif; font-size:18px; color:#CC0000;

	}
