/*
Theme Name: iurgo designs
Theme URI: http://iurgo.com/
Description: This is iurgo's website design. 
Author: iurgo
Author URI: http://iurgo.com
Tags: dark, header, fixed width, two columns
*/

body {
	background: url('i/bg.jpg');
	margin:0;
	padding:0;
} 

/* Structure */
#wrap {
	width: 755px;
	margin: 0 auto;
  	text-align: left;
}
#header {
	background:url('i/header.png') no-repeat bottom left; 
	height: 114px;
}

#nav {
	background:url('i/nav.png') no-repeat bottom left;
	height: 23px;
}

#content {
	background:url('i/tile.png') repeat-y top left;
	height:100%;
	width: 748px;
}

#footer {
	background:url('i/bottom.png') no-repeat bottom left;
  	margin: 0;
  	font-size: 85%;
  	height: 60px;
}

/* FONTS */
.headerf {
	color: transparent;
	padding: 85px 15px 3px 75px;
	background: url('i/iurgo.png') no-repeat bottom left;
}
.navf {
	color: black;
	padding: 2px 35px 0px 35px;
}

.contentf {
	padding: 5px 40px 3px 38px;
}

.credits {
	color: white;
	font-size: 0.8em;
	padding: 0px 0 15px 0;
	text-align: center;
}