html {  
	margin-bottom: 1px;
	min-height: 100%
	}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	background-image: url(images/orchid-reflection.jpg);
	background-repeat: no-repeat;
}
p {
	margin-top: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: Georgia, Times, serif; /* colour; background */
	color: #CC3399;
	font-weight: bold;
	}
h1 {font-size: 180%;
}
h2 {margin-top: 1em;
	font-size: 140%;	
}
h3 {margin-top: 1em;
	font-size: 110%;
}
a:link {
	color: #666666;
	font-weight: bold;
}
a:visited {  
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	}
a:active {  
	color: #666666
}
.small {font-size: 90%}
.bold {font-weight: bold;}

#page {min-height: 150px;}

#navigation {
/* font; text */
	text-align: right; /* colour; background */
	padding: 4px;
}

#navigation li {
/* box */
	display: inline; white-space: nowrap;
/* font; text */
/* colour; background */
}

#navigation a {
	/* box */
	/* font; text */
	text-decoration: none;
}

#navigation a {
	color: #CC3399;
}
#navigation a:hover {
	color: #999999;
}

#all{
	margin: 0 auto;
	margin-right: 200px;
	margin-left: 200px;
}
#content ul { 
	padding-left: 40px; 
	margin-top: 1em}
#content ul li {
	list-style: disc outside none;
} 

#content{
	background-color: #FFCCFF;
	padding: 10px;
}

#imageplace{
	float: right;
	width: 120px;
	background-color: #FFCCFF;
	padding: 10px;
	}
#header, #footer, #header1, #footer1{
	background-color: #FFFFFF;
	color: #CC3399;
}
#header2{
	color: #CC3399;
	text-align: right;
	font-weight: bold;
	border-top: thin solid #C3C3C3;
	background-color: #CC3399;
}
#header4 {
	background-image: url(images/orchid-reflection2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.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;
	height: 20px}
#footer2 {
	font-size: 0.9em;
	text-align: right;
	background-color: #FFFFFF;
	color: #CC3399;
	font-weight: bold;
	padding: 4px;
	border-bottom: thin solid #C3C3C3;
}
