/*  Beginning of "zyfoon_stle.css"   ...............  */
/* This is a comment */
/* margins are stated in the order - TOP / RIGHT / BOTTOM / LEFT -  */

h1, h2, h3, h4, h5, h6 { color: red; text-align: center; font-family: Arial, Helvetica, sans-serif }

p {font-family: Arial, Helvetica, sans-serif;}

#topright_text { font-size: small;  color: #000000; text-align: right;
	  }

  body { background-color: #eeeeff } 


img.floating {
	float: left;
	padding: 10px 10px 10px 10px;
	  }

/*  link colours in sequence ...  */
a:link { color: rgb(0, 0, 153) }
a:visited { color: rgb(153, 0, 153) }
a:hover { color: rgb(0, 96, 255) }
a:active { color: rgb(255, 0, 102) }

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background:#eeeeff ;
}

#header {
	background: white;
	border: 1px solid #000; 
	margin: 10px 0px 5px 0px;
	padding: 0px 5px;
}

#side-left {
	clear: both;
	float: left;
	margin: 0px 0px 5px 0px;
}


#side-atitle {
	clear: both;
	height: 36px;
	width: 180px;
	background: #ffaaaa;
	border: 1px solid #000; 
	padding:5px 5px;
	margin: 0px 0px 5px 0px;
}

#side-left-box1 {
	clear: both;
/*	height: 356px;   This is a comment  */
	width: 180px;
	background: #f7ddaa;
	border: 1px solid #000; 
	padding:0px 5px;
	margin: 0px 0px 5px 0px;
}

#side-left-box2 {
	clear: both;
/* 	height: 356px; This is a comment  */
	width: 180px;
	background: #f7ddaa;
	border: 1px solid #000; 
	padding:0px 5px;
	margin: 0px 0px 5px 0px;
}

#side-left-box3 {
	clear: both;
	height: 356px;
	width: 180px;
	background: #f7ddaa;
	border: 1px solid #000; 
	padding:0px 5px;
	margin: 0px 0px 5px 0px;
}


 /* This is a comment  */
#side-right { 
 	float: right; /* This is a comment  */
	width: 650px; /* This is a comment  */
/*	height: 800px;  This is a comment  */
	background: #eeeeff;
/* 	border: 1px solid #000; This is a comment  */
	margin: 0px 0px 0px 10px; /* This is a comment  */
	padding: 5px 5px; /* This is a comment  */
} 
/* This is a comment  */


#footer {
	clear: both;
	background: #ffffff;
	border: 1px solid #000; 
	margin: 0px 0px 5px 0px;
	padding:5px 5px;
}
/* This is a comment - and also the end of the file */

