
/* For body */
	body {
		width:100%;
		font-family:verdana;
		font-size:13px;
	}

	p {
		margin:0;
	}

	img {
		border:0;
	}
	
/* css for matrix - references */
	.matrix-item {
		float:left;
		margin-right:10px;
		width:134px
	}
		.matrix-item div {
			text-align:center;
			clear:both;
			margin-bottom:14px;
		}


/* Top logo */
	#logo {
		display:none;
	}

/* Hide specific items */
	.hidden {
		display:none;
	}

/* Top menu css code from www.alistapart.com */
	#top-menu {
		display:none;
	}

/* Left part of site containing menu-left, loginbox and a dotted field with not apparent meaning */
	#left {
		display:none;
	}
		
/* middle part */
	#middle {
	}
		#middle img {
			clear:both;
			margin-bottom:1em;
		}

		#front {
		}
			#front-header {
				display:none;
			}
			.front-item {
				margin-bottom:1em;
				float:left;
				width:100%;
				clear:both;
			}
			.front-item a img {
				float:left;
				margin:0 13px 0 0;
				border:none;
			}
			.front-item a {
			  font-weight:bold;
			}

/* right part */
	#right {
		display:none;
	}


/* credit part */
	#credit {
		display:none;
	}
	#credit_space{
		display:none;
	}
