
body{
	font-size: 62.5%;
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	background: black top repeat-x url(images/template_01.jpg);
}

#wrapper{
	margin: 0 auto;
	width: 1190px;
}

#content{
	background: top repeat-y url(images/template_06.jpg);
	margin: 0;
	padding: 0 135px;
	font-size: 1.4em;
}

#content p{
	margin: 0;
	padding: 15px 0;
	line-height: 1.2em;
}

#content p.greener{
	font-size: 1.4em;
	color: #b8d486;
}

#content ul{
	color: #fb7891;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: normal;
}

.stan{
	padding: 6px;
	background-color: white;
	float: right;
	margin: 10px;
}

.highlight{
	background-color: #565656;
	color: white;
	font-weight: bold;
}

img{
	border: none;
}