@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	color:#e4d8b8;
	background: #1f381f url(images/bg.gif) repeat left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1f381f;
}

.wrapper {
	margin-top:120px;
}

.link_bar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	color:#e4d8b8;
}


a {
	font-size: 10px;
	font-style:normal;
	color:#e4d8b8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	color:#999999;
	text-decoration:none;
}


.top_bar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color:#E4D8B8;
}