@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;	
}

img {
	border: 0px none;
}

#head, #navigation {
	display: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #e7b363;
}
h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
p {
	min-height: 120px;
	margin-bottom: 10px;
}
#text {
	color: #235d2b;
}
