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

* {
	padding:0;
	margin:0;
}

body {
	background:rgb(227, 234, 173);
	color:rgb(72, 86, 62);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
}

a {
	color:#888888;
	text-decoration:none;
	border-bottom:thin dotted rgb(72, 86, 62);
}

a:visited {
	color:rgb(72, 86, 62);
}

#header {
	width:718px;
	margin:0 auto;
	padding:75px 0 0 0;
}

#info {
	width:600px;
	margin:35px auto;
	padding:35px 60px 0 60px;
	border-top:rgb(72, 86, 62) dotted 1px;
	line-height:20px;
}

#footer {
	padding:50px 0 0 0;
	text-align:center;
	width:300px;
	margin:0 auto;
	font-size:small;
}

#footer a {color:rgb(72, 86, 62);}
