body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

/* defaults for regular html */

body {
	background: #2c2b2b url(images/body-bg.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	color: #bcee5c;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	margin: 0 0 0.66em 0;
}

h2 {
	font-size: 14pt;
	margin: 0.66em 0;
}

h3 {
	font-size: 12pt;
	margin: 0.66em 0;
	color: #424a30;
}

h4 {
	font-size: 10pt;
	margin: 0.66em 0;
}

p {
	margin: 0.66em 0;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bcee5c;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bcee5c;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bcee5c;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bcee5c;
	text-decoration: none;
}

ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}

/* for clearing floating divs */

.clear {
	clear: both;
}

/* template structure */

#container {
	margin: 0 auto;
	width: 960px;
}

/* Nav */

#nav {
	margin: auto;
	width: 960px;
	height: 169px;
	background: url(images/nav-bg.png) top left no-repeat;
}

#nav #nav-logo {
	float: left;
	display: inline;
	margin: 54px 0 0 0;
	width: 338px;
	height: 109px;	
}

#nav #nav-logo h1 {
	margin: 0;
}

#nav #nav-logo h1 a {
	width: 338px;
	height: 109px;
	display: block;	
}

#nav #nav-logo h1 a span {
	display: none;
}

#nav ul {
	padding: 0;
	margin: 49px 0 0 7px;
	float: left;
	display: inline;
}

#nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 0;	
	margin: 0;
}

#nav ul li a {
	width: 120px;
	height: 120px;
	display: block;
}

#nav ul li a#nav-tab-profile {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-profile-0.png) no-repeat;
}

#nav ul li a#nav-tab-profile.active {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-profile-1.png) no-repeat;
}

#nav ul li a#nav-tab-profile:hover {
	background: url(images/nav-tab-profile-h.png) no-repeat;
}

#nav ul li a#nav-tab-cv {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-cv-0.png) no-repeat;
}

#nav ul li a#nav-tab-cv.active {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-cv-1.png) no-repeat;
}

#nav ul li a#nav-tab-cv:hover {
	background: url(images/nav-tab-cv-h.png) no-repeat;
}

#nav ul li a#nav-tab-links {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-links-0.png) no-repeat;
}

#nav ul li a#nav-tab-links.active {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-links-1.png) no-repeat;
}

#nav ul li a#nav-tab-links:hover {
	background: url(images/nav-tab-links-h.png) no-repeat;
}

#nav ul li a#nav-tab-music {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-music-0.png) no-repeat;
}

#nav ul li a#nav-tab-music.active {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-music-1.png) no-repeat;
}

#nav ul li a#nav-tab-music:hover {
	background: url(images/nav-tab-music-h.png) no-repeat;
}

#nav ul li a#nav-tab-contact {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-contact-0.png) no-repeat;
}

#nav ul li a#nav-tab-contact.active {
	width: 120px;
	height: 120px;
	display: block;
	background: url(images/nav-tab-contact-1.png) no-repeat;
}

#nav ul li a#nav-tab-contact:hover {
	background: url(images/nav-tab-contact-h.png) no-repeat;
}

#nav ul li a span {
	display: none;
}

#content {
	padding: 8px;
	width: 616px;
	margin-left: 344px;
	border-left: 1px solid #424a30;
	background: url(images/content-bg.png) repeat-x;
	min-height: 400px;
}

#content h1 {
	margin-top: 45px;
	margin-bottom: 45px;
}

#content h1#title-home {
	width: 119px;
	height:20px;
	display: block;
	background: url(images/title-home.png) top left no-repeat;
}

#content h1#title-profile {
	width: 119px;
	height:20px;
	display: block;
	background: url(images/title-profile.png) top left no-repeat;
}

#content h1#title-cv {
	width: 119px;
	height:20px;
	display: block;
	background: url(images/title-cv.png) top left no-repeat;
}

#content h1#title-links{
	width: 119px;
	height:20px;
	display: block;
	background: url(images/title-links.png) top left no-repeat;
}

#content h1#title-music {
	width: 119px;
	height:20px;
	display: block;
	background: url(images/title-music.png) top left no-repeat;
}

#content h1#title-contact {
	width: 119px;
	height:20px;
	display: block;
	background: url(images/title-contact.png) top left no-repeat;
}

#content h1 span {
	display: none;
}

#content p {
	text-align: justify;
}

#content p img.picture {
	padding-left: 20px;
	padding-bottom: 8px;
}

#content a.pdf-link {
	height: 18px;
	padding-left: 18px;
	background:url(images/pdf-icon.png) top left no-repeat;
}

#footer {
	margin-left: 344px;
	padding-bottom: 8px;
	padding: 8px;
	width: 616px;
	border-left: 1px solid #424a30;
}
