
/* basic elements */
body { 
	font: 8pt/16pt arial; 
	color: #000000; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
	
#embedright {
		float: right;
		margin: 0px 200px 0px 0px; 
}
h3 { 
	font: italic normal 12pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	text-decoration: none; 
	color: #555753;
	}
a:visited { 
	text-decoration: none; 
	color: #555753;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}
li { 
	font: 8pt/16pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}

img.floatLeft { 
    float: left; 
    margin: -0px 0px 0px 60px; 
}

img.floatRight { 
    float: right; 
    margin: -5px 60px 0px 0px;
}

img.floatCenter { 
    float: center; 
    margin: 0px 0px 0px 0px;
}


/* specific divs */
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}

#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}
