* {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-image: url(../assets/gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	}
	
a {
	color: #703C00;
	text-decoration: none;
}

a:hover {
	color: #703C00;
	text-decoration: underline;
}

a.footer {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #703C00;
	text-decoration: underline;
}
.content {
	padding-top: 20px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 55px;
}
.footer {
	font-size: 10px;
}
