@media screen
{
	div.banner
	{
        display: block;
		color: white;
		background: black;
		background-image: url("../graphics/millenium.jpg");
		background-repeat:no-repeat;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 140px;
		border: 0px solid black;
		margin-left: 0px;
		margin-top: 0px;
		padding: 0px 0px 0px 0px;
	}

	div.logo
	{
		color: white;
		background-color: transparent;
		background-image: url("../graphics/logo.gif");
	 	margin-left: auto;
	 	margin-right: auto;
		width: 480px;
		height: 102px;
	 	border: none;
 	}
 	
 	div.copyright
 	{
		background-color: transparent;
		width: 480px;
		height: 102px;
		text-align: right;
		font-family: "Arial","helvetica", sans-serif;
		font-size: .7em;
		font-weight: normal;
		color: white;
		padding-top: 73px;
		padding-right: 10px;
	}
	
	div.fade
	{
        position: absolute;
		width: 100%;
		height: 10px;
		background-image: url("../graphics/fade.jpg");
		background-repeat:repeat-x;
		margin: 0px 0px 0px 0px;
		top: 140px;
		left: 0px;
	}

	div.legal
	{
        position: absolute;
        top: 0px;
        left: 0px;
		text-align: right;
		font-family: "Arial","helvetica", sans-serif;
		font-size: .7em;
		font-weight: normal;
		color: white;
		width: 99%;
	}
	
    #header
    {
        display: none;
    }
}

@media print
{
    #header
    {
		font-family: "Alois Heavy", "Garamond","Times", "times new roman", serif;
        background-color: red;
        color: white;
        font-style: italic;
        text-align: center;
        font-size: 4em;
    }

	div.logo
	{
 	}

 	div.copyright
 	{
		text-align: center;
		font-family: "Arial","helvetica", sans-serif;
		font-size: .7em;
		font-weight: normal;
		color: black;
	}

	div.fade
	{
        display: none;
	}

	div.legal
	{
		text-align: center;
		font-family: "Arial","helvetica", sans-serif;
		font-size: .7em;
		font-weight: normal;
		color: black;
	}
	
	br.print
	{
        display: none;
    }

	br:after
	{
        content: " , ";
    }
}
