@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: Museo;
	src: url('./includes/Museo500-Regular.otf'),
	url('./includes/museo500-regular-webfont.eot')  format("opentype"); /* IE */;
}

body {
	background: url('./images/fzm-leather.texture-04-[500x500].jpg') fixed;
	text-align: center;
	margin: auto;
	text-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#band {
	background: url('./images/woodBG.jpg') top left;
	margin: 80px auto;
	padding-bottom: 15px;
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 165px;
	border-top: 1px solid #FC9;
	border-bottom: 2px solid #000;
}

#header {
	margin: auto;
	width: 1000px;
	text-align: left;
}

#header ul{
	font-family: Museo, Helvetica, Arial, sans-serif;
	padding-top: 10px;
	width: 130px;
	z-index: 3;
	position: fixed;
	margin: 80px 0px 0px 0px;
	font-size: 1.2em;
}

#header li{
	list-style: none;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
	text-align: center;
	border: 2px solid #000;
	background: url('./images/navbg.gif');
}

#header li:hover, li#here {
	text-decoration: none;
	font-weight: bold;
	color: #C60;
}

#header a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	
}

#header a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #C60;
}

#social {
	margin: 280px 0px 0px 42px;
	position: fixed;
	z-index: 3;
	padding-bottom: 15px;
	width: 150px;
	text-decoration: none;
	text-align: left;
}

.icon {
	margin-right: 20px;
}

#portrait {
	width: 200px;
	height: 300px;
	background: url('./images/portrait.jpg') top center no-repeat;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 10px 20px auto 230px;
	position: fixed;
	z-index: 3;
}

#banner {
	font-family: Museo;
	font-size: 1.8em;
	text-align: left;
	position: absolute;
	width: 330px;
	height: 100px;
	margin: 115px 0px 0px 465px;
	z-index: 3;
	position: fixed;
}

#banner h1 {
	margin: 0px 0px 10px 0px;
	font-size: 32px;
	Font-style: normal;
}

#conentwrapper {
	width: 600px;
	margin: auto;
	background: #FFF;
	border-right: 2px solid #999;
	border-left: 2px solid #CCC;
	text-align: right;
}

#name {
	z-index: 1;
	background: #FFF;
	position: fixed;
	width: 580px;
	text-align: right;
	font-family: Museo;
	padding: 20px 0px 310px 0px;
	line-height: 10px;
	margin: auto;
	color: #C60;
}

#content {
	margin: 320px auto 0px auto;
	text-align: left;
	padding: 0px 20px 25px 30px;
	line-height: 1.4em;
}

#content h2 {
	font-family: Museo;
	margin: 0px;
	font-size: 1.4em;
	color: #C60;
}

#content h3 {
	font-family: Museo;
	margin: 0px;
	font-size: 1.1em;
	color: #630;
}

#content td{
	padding-bottom: 15px;
}

#content li{
	margin-bottom: 5px;
}

a, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #630;
}

a:hover, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #C60;
}