/* 2 columns layout from http://www.bluerobot.com/ */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#e4e4d6;
	background-color:#757b81;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#f6b33d;
       background-color: inherit;
	}
h6 {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	padding:0px;
	color:#f6b33d;
	font-weight:bold;
	text-align: left;
       background-color: inherit;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align: left;
	}
#Content>p {margin:0px; text-indent:3em;}
#Content>p+p {padding-top: 1em;}

li {	text-align: left; /* center trick */
	font:11px/20px verdana, arial, helvetica, sans-serif; 
	}


img {
	padding-top: 2em;
	border:0px;
	}
#Content>img {margin: auto} /* center */

a {
	color:#ff6600;
       background-color: inherit;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#ff6600; background-color: inherit;}
a:visited {color:#ececa3;  background-color: inherit;}
a:hover {color: #eb5252; background-color:#b7bfc7;}

#Header {
	margin:30px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top bottom borders: 1px; left right borders: 0px */
	line-height:11px;

	background-color:#4c565e;
       color: #eb5252;
       font-weight:600;
	font-size:11px;

/* IE5/Win hack from Tantek Celik, http://glish.com/css/hacks.asp for details.*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* "be nice to Opera 5" rule. Always use with Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 50px 20px 200px;
	padding: 1ex 2em 1ex 1em;
       color: inherit;
	background-color:#4c565e;
	border:1px dashed #000000;
       font-size:16px;
	text-align: center; /* trick to center images. see p above */
	}

#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
       color: inherit;
	background-color:#4c565e;
	border:1px dashed #000000;
	line-height:17px;
/* IE5/Win hack from Tantek Celik, http://glish.com/css/hacks.asp for details.*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* "be nice to Opera 5" rule. Always use with Tantek Celik hack (above). */
body>#Menu {width:150px;
}