/* Page setup */
body {
	margin: 20px auto 20px auto;
	width: 1000px;
	font-family: verdana;
}

div#header {
	width: 100%;
	height:140px;
}

div#middle {
	/* To fix float containment */
	overflow: auto;
	width: 100%;
}

div#menu {
	margin-top: 15px;
	width: 200px;
	float: left;
}

div#content {
	float: right;

	/* 760 + 2 * padding = 780px */
	width: 760px;
	padding: 10px 10px 10px 10px;
}

div#footer {
	width: 100%;
	height:20px;
}

table td {

	padding-right:10px;
	padding-bottom:15px;

}
/* Style */
h1 {
	margin: 5px 0px 10px 0px;
	font-size:14pt;
}

h2 {
	font-style:italic;
	font-size:12pt;
}

ul li {
	list-style:inside disc;
}

p {
	margin: 5px 0px 10px 0px;
}

html {
	background-color: #916653;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#header{
	background-color:#dabfa4;
	padding: 0px 10px;
	text-align: center;
}

div#middle	{
	padding: 10px;
	background-color:#dabfa4;
}

div#footer {
	text-align: center;
	padding: 10px;
	background-color:#dabfa4;
}

div#footer a {
	text-decoration: none;
	color: black;
}

div#menu a {
	color: black;
	display: block;
	
	padding: 2px 4px;
	text-decoration: none;

}

div#menu a:visited{
	color: black;
}

div#menu a:hover, div#menu a:active{
	color: black;
	background-color: #CC99FF;
}

