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

#wrapper{
	width: 800px;
	margin: 0 auto;
}

img#header{
	display: block;
	margin: 0 auto;
	border: none;
}

#navigation{
	width: 230px;
	float: left;
	display: block;
	font-family: "Gill Sans MT", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #FC7E05;
}

.button{
	margin-top: 20px;
}

a.button:link{
	color: #FC7E05;
	text-decoration: none;
}

a.button:visited{
	color: #FC7E05;
	text-decoration: none;
}

a.button:hover{
	color: #6B6B47;
	text-decoration: none;
}

#content{
	margin-top: 15px;
	float: right;
	width: 550px;
	font-family: "Gill Sans MT", "Lucida Sans", Arial, sans-serif;
	font-size: 12pt;
	color: #2B451C;
}

#title{
	font-family: "Gill Sans MT", "Lucida Sans", Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

.lg{
	color: #B0B642;
}

.dg{
	color: #6B6B47;
}
