* {
	font-family: Arial, sans-serif, Tahoma, Verdana;
}
img {
	border: none;
}
body {
	margin: 0;
	background-color: white;
	background-image: url('../img/background.png');
	height: 100%;
}
html {
	height:100%;
}
center {
	height: 100%;
}
a {
	text-decoration: none;
	color: #90b70d;
	font-weight: bold;
}
#main {
	width: 768px;
	text-align: left;
	min-height: 100%;
	background-color: white;
	background-image: url('../img/shadow.png');
	padding-right: 12px;
	padding-left: 9px;
}
#title {
	display: none;
}
#heading {
	height: 135px;
	background-image:url('../img/heading.png');
}

/*  CONTENT  */
#content {
	clear: left;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 2em;
}
#content div * {
	font-size: 9pt;
}
#content div h1 {
	font-size: 13pt;
}

#content div .right {
	float: right;
	width: 152px;
}
#content div .right h1 {
	margin-bottom: -4px;
	padding-left: 7px;
}
#content div .right h1 span {
	color: #90b70d;
	font-size: 8pt;
	text-transform: uppercase;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
}
#content div .right p {
	color: #999;
	font-size: 8pt;
}
#content div .right a,
#content div .right .more,
#content div .right p {
	padding-left: 10px;
}
#content div .right .more {
	text-align: right;
	margin-bottom: 5px;
}
#content div .right a {
	font-size: 8pt;
	color: #90b70d;
}
#content div .right .line {
	border-bottom: 1px solid #90b70d;
	display: block;
	padding: 0;
	margin-bottom: 11px;
}
#content div .left {
	float: left;
	width: 456px;
}

#content div .right .date {
	color: #ccc;
	font-size: 7pt;
}

/*  MENU  */

#menu {
	height: 40px;
	background-image:url('../img/menu.png');
}
#menu a {
	display: block;
	float: left;
	height: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 7pt;
}
#menu a.active {
	color: #333;
}
#menu a:hover {
	color: #999;
}
#menu ul {
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
}
#menu li {
	display: block;
	list-style: none;
	float: left;
	height: 40px;
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	background-image: url('../img/limiter.png');
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#menu li:first-child {
	background-image: none;
}
#menu li a {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 9pt;
}
#menu li a.active {
	color: #333;
}
#menu li a:hover {
	color: #999;
}

/*  FOOTER  */

#footer {
	border-top: 1px solid #c7db86;
	font-size: 8pt;
	margin-left: 88px;
	margin-right: 88px;
	background: none;
	padding-top: 6px;
	margin-top: 8em;
}
#footer div .right {
	float: right;
}
#footer div .right a {
	color: #90b70d;
	text-transform: uppercase;
}
#footer div .left {
	float: left;
	color: #999;
}
#footer div .left a {
	color: #999;
}
#footer div * a:hover {
	color: #333;
}
.clear {
	clear: both;
	display: block;
}