/* all cool stuff in this stylesheet modified from glish.com  */
/* how is this for a sexy URL: http://glish.com/css/8.asp ? */

/* and thanks to owen, for the ems advice */
/* http://www.thenoodleincident.com/tutorials/typography/ */

/* 		colors: 
		000 - black
		fff - white
		
		cf9 - mint green
		ff8040 - orange
		366 - cadet blue
		ccffcc - ice blue
		999 - grey
		306 - purplish
 */



BODY {
	color: #000;
	font-family: Palatino, Times, serif;
	font-size: 76%;
	margin:5px 0px 0px 5px;
	background:  #CF9 url(pix/flower.gif) no-repeat top right;
	background-attachment: fixed;
}

a {
  font-weight : normal;
  text-decoration : none;
  color : #000;
}

a:hover {
 	color:#306;
 	background:#ccffcc;
}

a:visited {
	text-decoration : none;
	color : #366;
}
		
p,h1,h3,pre {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: .4em 1em .4em 1em;
		}
		
h1, h2, h3 {
		font-family: verdana, helvetica, sans-serif;
		}
		
h1 {
		font-size:medium;
		padding-top:10px;
		}
		
h2 {
		font-size:small;
		color: #ff8040;
		margin: .8em 0em .8em 0em;
		padding-left:10px;
		background:#ccffcc;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		
		}
		
h3 {
		color: #ff8040;
		font-size:small;
		}

h4 {
		color: #366;
		font-style:italic;
		font-size:small;
		margin: 1em 1em .4em 1em;
}

/* the four-column DIV tango, woo woo woo */

#left {
		position: absolute;
		left:1%;
		width:27%;
		top:58px;
		background: url(pix/back.png);
		}

#centerl {
		position: absolute;
		left:29%;
		width:27%;
		top:58px;
		background: url(pix/back.png);
		}

#centerr {
		position: absolute;
		left:57%;
		width:27%;
		top:58px;
		background: url(pix/back.png);
		}

/* #right {
		position: absolute;
		left:86%;
		width:10%;
		top:50px;
		background:#fff;
		} */
	
#right, #centerr, #centerl, #left {
		border:1px solid #000;
		}