html
{
	padding: 0;
	margin: 0;
	background-color: #d7d8da;	
}

body
{
	font-family: Tahoma, Geneva, sans-serif; 
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;

	background: white;

	width: 980px;
/*	height: 615px;	*/
}

.menu-item
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fef60f;
	margin-bottom: 2px;
	font-weight: bold;
	width: 159px;
	cursor: pointer;
}

.menu-item a
{
	font-size: 13px;
	color: #393685;
	text-decoration: none;
}

.menu-item:hover
{
	background-color: #81da5a;
}

.menu-item-hover
{
	background-color: #81da5a;
}

.menu-sub-item
{
	padding-left: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DDD;
	margin-bottom: 2px;
	font-weight: bold;
	width: 159px;
	cursor: pointer;	
}

.menu-sub-item:hover
{
	background-color: #81da5a;	
}

.menu-sub-item-before-a
{
	width: 4px;
	height: 12px;
	padding-top: 2px;
	background-color:#EEA;
	float: left;
}

.menu-sub-item a
{
	font-size: 12px;
	color: #393685;
	text-decoration: none;
	margin-left: 10px;
}

.menu-item-big
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #81da5a;
	color: #393685;
	margin-top: 30px;
	margin-bottom: 2px;
	width: 154px;
	cursor: pointer;
	border-left: 5px solid #0001a7;
}

.menu-item-big a
{
	font-size: 20px;
	color: #393685;
	text-decoration: none;
}

.menu-item-big:hover
{

}

#postit-right
{
	background:url(img/postit-right.jpg); 
	width: 266px; 
	height: 277px; 
	position: absolute; 
	margin-left: 30px; 
	margin-top: -29px;
	
	*margin-left: 40px;
}

.content-item
{
	padding-bottom: 15px;
	color: #393685;
	font-size: 12px;
	display: block;
}

.content-items
{
	padding: 10px;	
}

.content-attachment-wrapper
{
	margin-top: 20px;	
}

.content-attachment
{
	float: left;
	margin-right: 20px;
}

.content-attachment a
{
	color: #555;
	text-decoration: none;
}

.newsflash a
{
	color: #eef;
	text-decoration: none;
}

.content-separator
{
	margin-top: 5px;
	border-bottom: solid 1px #00A;	
	margin-bottom: 10px;
}

.paginator-wrapper
{
	margin-left: auto;
	margin-right: auto;
	
	width: 500px;
}

.paginator-button-prev
{
	display: block;
	height: 20px;
	float: left;
	border: none;
	padding: 5px;
}

.paginator-button-next
{
	display: block;
	height: 20px;
	float: right;
	border: none;
	padding: 5px;
}

.menu-wrapper
{
	margin-top: 30px;
	width: 180px;
}
