@charset "utf-8";

a:link    {color: #91A823; text-decoration: underline;}
a:visited {color: #91A823; text-decoration: underline;}
a:active  {color: #91A823; text-decoration: underline;}
a:hover   {color: #C4DB56; text-decoration: none;}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 850px;
}
#header  {
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h1 {
	visibility: hidden;
}

.up {
	padding-right: 10px;
	width: auto;
	float: right;
}
