/* CSS for TNTim portfolio */

/* BASIC DEFINITIONS */

@font-face {
	font-family:"Berlin Sans FB";
	src:url(BRLNSR.ttf) format("truetype");
	}


body {
	background: #eee url(images/Desk_Texture.jpg);
	color: #000;
	font-family: Berlin Sans FB, Calibri, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	text-align: left;
	}
	
h1 {
	font-size: 14pt;
	}
	
h2 {
	font-weight: normal;
	font-size: 12pt;
	}
	
h3 {
	font-weight: normal;
	font-size: 10pt;
	}
	
p {
	padding: 5px;
	}
	
a {
	color: #357;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #6ab;
	}
	
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	/* The secret to destroying list indent! */
	}
	
img {
	margin: 2px;
	border: none;
	}
	
.thumb {
	margin: 2px 10px;
	/*border: 4px solid #000;*/
	}

/* PAGE ELEMENTS */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	}

#header {
	padding: 0;
	text-align: center;
	}
	
	#header img {
		margin: 0px;
		}
	
#menu {
	padding-top: 0px;
	height: 190px;
	background: url(images/lines.png);
	text-align: center;
	}
	
	#menu img {
		margin: 0px 10px;
		}
	
#content {
	background: url(images/lines.png);
	padding: 15px 80px;
	}
	
.block {
	width: 700px;
	margin: 25px auto;
	padding: 1px 15px;
	background: url(images/block.png);
	}
	
.block2 {
	float: left;
	width: 450px;
	margin: 10px 20px 20px 56px;
	padding: 1px 15px;
	background: url(images/block.png);
	}
	
#footer {
	padding: 18px;
	background: url(images/footer.png) no-repeat;
	font-size: 9pt;
	text-align: center;
	}