/* CSS Document */


body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	font-size: 80%;
	}
h1 {
	margin:0px 0px 15px 0px;
	}
	
ul	{
	padding: 0;
	margin: 0;
	list-style:none;
	}
	
li #active a:link a:hover {
	color: #EC2B25;
}

a:link {color:blue;}
a:visited {color:blue;}
a:hover {
	color: #EC2B25;
}


#Header {
	margin:10px 0px;
	padding:10px 0px 10px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:54px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:#000000;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#FFFFFF;

/*ie5/win hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:54px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:54px;}

#Content {
	margin:20px 50px 50px 450px;
	padding:5px 10px 10px;
	}
#Menu1 {
	position:absolute;
	top:100px;
	left:20px;
	width:400px;
	padding:10px 10px 10px 0px;
	background-color:#FFFFFF;
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:400px;
	}
img {
	border: 0
	}

#Menu {
	position:absolute;
	top:250px;
	left:20px;
	width:400px;
	padding:10px 10px 10px 0px;
	background-color:#FFFFFF;
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:400px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:400px;}

.cover	{
	float: left;
	clear:both;
	}