body {
	background-color: f3A336;
}

div {
	border-radius: 5px;
}

#header {
	background-color: #FCE5C6;
	height: 150px;
	width: 1025px;
	margin-bottom: 10px;
}

#right {
	background-color: #FCE5C6;
	float: right;
	height: 800px;
	width: 200px;
}

a {
	margin: auto;
	height: 30px;
	width: 75px;
	border: 2px solid black;
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
	font-family:
	background-color: #F3A336;
}

