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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	color: #000000;
}
#content {
	width: 1280px;
	padding-left: 50px;
}


a {
	color: #af6e45;
}

