html {  
	margin-bottom: 1px;
	}
body {
	font-family: Georgia, Times, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #CCCCCC;
}
p {
	margin-top: 1em;
	font-family: Georgia, Times, sans-serif;
}
h2, h3, h4, h5, h6 {
	margin-top: 1em; /* font; text */
	font-family: Georgia, Times, sans-serif; /* colour; background */
	color: #FF3300;
}
h1 {
	font-family: Georgia, Times, sans-serif;
	color: #FF3300;
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 140%;	}
h3 {
	font-size: 110%;	
	font-weight: bold
	}
a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {  color: #333333;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: none;
	}
a:active {  
	color: #333333
}
.small {font-size: 90%}
.bold {font-weight: bold;}

#page {
	background-color: #FFFFFF
}

#navigation {
/* font; text */
	text-align: right; /* colour; background */
}

#navigation li {
/* box */
	display: inline; white-space: nowrap;
/* font; text */
/* colour; background */
}

#navigation a {
	/* box */
	/* font; text */
	font-size: 0.9em;
	text-decoration: none;
}

#navigation a {
	background-color: #FF3300;
	color: #FFFFFF;
}
#navigation a:hover {
	/* colour; background */
	background-color: #CCCCCC;
	color: #FF3300;
}

#all{
	margin: 0 auto;
	margin-right: 120px;
	margin-left: 120px;
	background-color: #FFFFFF;
}
#content ul { 
	padding-left: 40px; 
	margin-top: 1em}
#content ul li {
	list-style: disc outside none;
} 

#content{
	background-color: #EBEBEB;
	margin-left: 200px;
	padding: 10px;
}
#imageplace{
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	}
#header, #footer, #header1, #footer1{
	background-color: #FFFFFF;
	color: #FF3300;
}
#header2{
	background-color: #FF3300;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}
.quotation {
	background-color: #FFFFFF;
	font-family: Georgia, Times, sans-serif;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#footer {
	text-align: right;
}
#footer2 {
	text-align: right;
	background-color: #FF3300;
	color: #FFFFFF;
	height: 20px
} 