body	{
	cursor: default;
	background-image: url('media/img/bg.gif');
	background-color: #ddd;
	margin: 0px;
	margin-left: 20%;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #333;
	}

h2	{
	padding-top: 30px;
	padding-left: 10px;
	font-size: 14px;
	}

h3	{
	font-size: 11px;
	}

table	{
	font-size: 9px;
	}

td	{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	}

#wrap	{
	margin-bottom: 10px;
	background-image: url('media/img/emblem_transp.gif');
	background-position: -30 140;
	background-repeat: repeat-y;
	background-color: #fff;
	width: 60%;
	min-width: 700px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: none;
	}

#top	{
	background-image: url('media/img/top.gif');
	background-position: -50 -10;
	height: 148px;
	border-bottom: 1px solid #000;
	}

#embls	{
	margin-top: -20px;
	margin-right: 5px;
	}

#cont	{
	padding-left: 10px;
	min-height: 340px;
	}

#cont li{
	list-style-type: square;
	margin-left: 10px;
	padding-bottom: 3px;
	}

#menu	{
	width: 130px;
	padding: 5px;
	float: left;
/*	margin-left: -150px;
	margin-top: 150px;
*/
	}

#bottom	{
	font-size: 7px;
	padding: 1px;
	padding-right: 4px;
	text-align: right;
	}

#menu ul {
	 margin: 0px;
	 padding: 0px;
	 list-style: none;
	 }

#menu li {
	 padding-bottom: 2px;
	 }

#menu li a {
	background-color: #DFDFDF;
	border: 1px solid #000;
	display: block;
	padding: 1px;
	padding-left: 3px;
	color: #000;
	text-decoration: none;
	}

#menu li a:hover {
	padding-left: 5px;
	font-weight: bold;
	}

a	{
	color: #666;
	text-decoration: none;
	}

a:hover	{
	color: #655;
	}
