* {
	margin: 0;
	padding: 0;
	border: none;

}

body {
    font: normal 100%/1.2 Helvetica,Arial,Verdana,Sans-serif;
	background-color: #cccccc;
	color: #999;
	padding-top: 8px;
	text-align: center;
}

#container {
	margin: auto;
	text-align: left;
	margin-bottom: 0px;
}

ul.menu {
	list-style: none;
}

ul.menu li, h1 {
	font-size: 4em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;

}

ul.menu li:after, h1:after {
	content: ".";

}

h1 {
	margin-bottom: 50px;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.05em;
	line-height: 0.8em;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 1em;
}

p {
	margin-top: 1em;
}

ul {
	list-style: square;
	margin: 1em;
}

li a {

	text-decoration: none;
	outline: none;
}

li a:hover {
	color: #999;
	text-decoration: none;
}

blockquote {
	font: 14px Georgia, "Times New Roman", Times, serif;
	width: 430px;
	background: url(/ce/north/green/images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -10px;
}
blockquote:first-letter {
	background: url(/ce/north/green/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
}




