/* GENERAL */
		body{
			background-color: #ffffff;
			margin: 0px;
		}
		img.thumb{
			width: 70px;
			height: 70px;
			margin: 14px;
			border: 1px solid #000000;
			float: left;
			cursor: pointer; 
		}
		td.middle{
			border-top: 1px solid #000000;
			border-bottom: 1px solid #000000;
		}
		
		/* DIV CONTAINERS */
		div.container{
			margin: auto;
			width: 770px;
			background-image: url('img/fade.gif');
			background-repeat: repeat-y;
		}
		div.header{
			margin: auto;
			width: 750px;
			height: 200px;
			background-image: url('img/header.jpg');
			background-repeat: no-repeat;
			background-position: top left;
		}
		div.content{
			margin: auto;
			width: 750px;
		}
		div.footer{
			margin: auto;
			width: 750px;
			height: 307px;
			background-image: url('img/bg.jpg');
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		div.introtext{
			width: 500px;
			border-top: 1px dotted #000000;
			border-bottom: 1px dotted #000000;
			float: right;
			margin-right: 20px;
		}
		div.infoblock{
			margin: 0 auto;
			width: 700px;
			overflow: auto;
		}
		div.block_img{
			width: 200px;
			height: 200px;
			float: left;
			background-color: #b7b7b7;
		}
		div.block_content{
			width: 450px;
			float: right;
		}
		
		/* TEXT RELATED */
		h2{
			font-family: Trebuchet MS, Tahoma, Verdana;
			font-size: xx-large;
			color: #000000;
			text-align: right;
			margin-top: 10px;
			margin-right: 20px;
			margin-bottom: 0px;
		}
		h3{
			font-family: Trebuchet MS, Tahoma, Verdana;
			font-size: x-large;
			color: #555555;
			text-align: right;
			margin-right: 20px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		h4{
			font-family: Tahoma;
			font-size: small;
			font-weight: bold;
			color: #000000;
			margin: 0px;
		}
		p.intro{
			font-family: Arial;
			font-size: x-small;
			color: #000000;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		p{
			font-family: Tahoma;
			font-size: small;
			color: #000000;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		p.tech_used{
			font-size: x-small;
		}
		span.blue{
			color: #0071bc;
		}
		span.tech_used{
			font-variant: small-caps;
			font-size: small;
		}
		a.title{
			text-decoration: none;
		}
		
		/* HYPERLINKS */
		a{
			color: #0071bc;
		}
