@CHARSET "ISO-8859-1";
/* CSS Document */
html
	{
		font-family:verdana,sans-serif;
		font-size:10px;
		height:101%;
        /*background:#ecfafb;*/
        background:#ecfafb;
        padding:0;
	}
body 
	{
		margin:0px;
		padding:0px;
		color:#333;
        /*height:100%;*/
		background:#9cf url(../images/headerText2.png) repeat-x 0 -53px;
		background:#9cf;
		border:solid #F00 0px;
	}
.header 
	{
		background:#222 url(../images/headerText2.png) repeat-x 0 -45px;
        /*background:#222;*/
        height:80px;
		border:solid #333 0px;
        margin:0;
        padding-left:10px;
        z-index:2;
	}
.wrapperHeader
    {
        width:1000px;
        margin:auto;
        background:#333 url(../images/headerText2.png) repeat-x 0 -45px;
        /*background:#222;*/
        overflow:hidden;
        }
.content
	{
		clear:both;
		border-top:solid #FFF 1px;
		margin:0;
        padding:0;
        /*background:#9cf;*/
		z-index:0;
		background:#9cf;
        height:80%;
	}
.wrapperContent
    {
        width:1000px;
        margin:auto;
        background:#9CF;
        }
.footer 
	{
		background:#ecfafb;
		clear:both;
		padding:0px;
        margin:0;
		color:#333;
		text-align:left;
        padding-top:10px;
        /*for sticking the footer to the lower margin*/
        height:20%;
        position:relative;
        top:0;
        width:100%;
	}
.wrapperFooter
    {
        width:1000px;
        margin:auto;
        }
#clearer
	{
		display:block;
		clear:both;
		width:100%;
        height:0px;
		border:solid #F00 0px;
		margin:0;
	}