body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}

#container {
	width: 800px;
	margin: 20px auto;
	background-color: #ffffff;
	color: #333;
	line-height: 130%;
	padding:15px;
	}
#header {
	width: 800px;
	clear: both;
	}
#content {
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	padding:15px;
	}
#menu {
	background-color: #690101;
	padding:1px;
	margin:0px;
	}
#menu a {
	color: #fdd056;
	font-family:"Trebuchet MS", Verdana;
	font-size:13px;
	line-heigth:16px;
	}
#menu a.menu-current {
	color: #fdd056;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana;
	font-size:13px;
	line-heigth:16px;
	}
#menu li {
	display: inline;	list-style-type: none;
	padding-right:20px;
	}
h3 {
	font-family:"Trebuchet MS", Verdana;
	font-size:14px;
	font-weight:bold;
	}
p {
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	line-heigth:16px;
	text-align:left;
	}
#footer {
	background-color: #690101;
	clear:both;
	padding:2px 12px 2px 2px;
	margin:0px;
	}
#footer p {
	text-align: right;
	color: white;
	font-family:"Trebuchet MS", Verdana;
	font-size: 10px;
	font-style: italic; 
	line-height: 110%;
	}
#footer a {
	text-align: right;
	color: white;
	font-family:"Trebuchet MS", Verdana;
	font-size: 10px;
	font-style: italic; 
	line-height: 110%;
	}