#container {
	width: 1100px;
	border: solid 1px;
	}

#header {
	background-color: #C0C0C0;
	padding: 15px;
	}


#main {
/*	background-color: #0000FF;*/
	float: left;
	width: 650px;
	margin-left: 20px;
	margin-right: 10px;
	font-family: verdana; sans-serif;
	font-size: 100%;
	}


#footer {
	background-color: #C0C0C0;
	clear: both;
	padding: 15px;
	}

/* for quotations - colour is "Dim Gray" */
theysay {
	color: #696969;
	font-family: Palatino Linotype, Palatino; serif;
	font-size: 120%;
	text-align: center;
	}


body {
	font-family: Tahoma, Geneva; sans-serif;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	}



/* Creates a headline 1 in green */

h1 	{
    color: #008000;
    font-family:Verdana; sans-serif;
    font-size:300%;
    text-align: center;
	}

/* Creates a headline 2 in dark goldenrod */

h2 	{
    color: #B8860B;
    font-family:Verdana; sans-serif;
    font-size:120%;
	}

/* Creates a headline 3 in dark khaki */

h3 	{
    color: #BDB76B;
    font-family:Verdana; sans-serif;
    font-size:100%;
	}

/* Creates a headline 4 in green */

h4 	{
    color: #008000;
    font-family:Verdana; sans-serif;
    font-size:90%;
	}

li	{
	list-style: none;
	margin: 10px 0;
	}
