html, body {
margin:0;
padding:0;
border:0;
}

body {
	background: url("images/bg.png") repeat scroll 0 0 #eee;
	border-top: 12px solid #fcfcfc;
}

#content {
	padding: 54px 0;
}

a:link{
	color: #1e9ad4;
	text-decoration: none;
}

a:visited{
	color: #1e9ad4;
	text-decoration: none;
}

a:hover{
	color: #148fc9;
	text-decoration:underline;
	}

a:active{
	color: #1e9ad4;
	text-decoration:underline;
}

h1 {
	font-size: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

p {
	line-height: 26px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

