/* ________________________________________________________

												GLOBAL
________________________________________________________ */

#main {
	clear: both;
	width: 900px;
	font-family: verdana, arial, sans-serif;
	margin: 50px;
}


h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #93c04b;
	margin-top: 15px;
	margin-bottom: 5px;
	font-variant: small-caps;
}

p, .list {
	font-size: 10pt;
	list-style: none;
}

