body {
	background-image: url(images/bck.gif);
	background-repeat: repeat-y;
}
#content {
	width: 515px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;

}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
}
.img {
	margin-right: 10px;

}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
a {
	color: #48C9D7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.2em;
	font-size: 0.8em;
	color: #666666;
}
p.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
