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

body {
	background-color: #000000;
	background-image: url(../images/danteBg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	height:100%;
	overflow:auto;	
}
#header {
	background-image: url(../images/danteSchmitz.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 550px;
	position: fixed;
	left: 0px;
	top: 50px;
	z-index:1;
}
/*navigation styles*/
#header #nav {
	margin-top: 60px;
	margin-right: 50px;
	text-align: center;
}
#header #nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
#header #nav a:link, #header #nav a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#header #nav a:hover, #header #nav a:active {
	font-size: 1.2em;
	font-weight: bold;
	color: #977602;
	text-decoration: underline;
}
#home, #bio, #tour, #media, #albums, #booking, #photos {
	width: 100%;
	margin-bottom: 1000px;
}
#home .center img {
	padding-bottom: 20px;
}
#nav #homeBtn {
	height: 25px;
	width: 50px;
	left: 60px;
	top: 62px;
	position: absolute;
}
#nav #albumsBtn {
	background-repeat: no-repeat;
	height: 20px;
	width: 55px;
	position: absolute;
	left: 136px;
	top: 62px;
}
#nav #bioBtn {
	position: absolute;
	height: 25px;
	width: 30px;
	background-repeat: no-repeat;
	left: 213px;
	top: 62px;
}
#nav #photosBtn {
	position: absolute;
	height: 25px;
	width: 30px;
	background-repeat: no-repeat;
	left: 265px;
	top: 62px;
}
#nav #mediaBtn {
	position: absolute;
	height: 25px;
	width: 55px;
	left: 343px;
	top: 62px;
}
#nav #bookingBtn {
	height: 20px;
	width: 68px;
	position: absolute;
	left: 415px;
	top: 62px;
}
#flashContent {
	position: absolute;
	left: 350px;
	top: -50px;
}
#textContainer {
	background-image: url(../images/textBg1.png);
	background-repeat: repeat-y;
	width: 410px;
	margin-left: 50px;
	padding: 20px;
	position:absolute;
}
#textContainer h1 {
	font-size: 1.6em;
}
#textContainer h2 {
	margin: 0px;
}
#textContainer h3 {
	margin:0px;
}
.margin{
	display:block;
	height:135px;
}
.movie {
	padding-bottom: 20px;
}
/*slideshow styles*/
#gallery ul li {
	list-style-type: none;
	display: inline;
}
#gallery li img {
	margin: 10px;
}
#gallery ul {
	margin: 0px;
}
#gallery .instructions {
	margin: 10px 0 0 0;
}
#downloadBtn {
	text-align: right;
	margin-top: 10px;
}
#socialMedia {
	background-image: url(../images/socialMediaBg.png);
	background-repeat: no-repeat;
	height: 256px;
	width: 580px;
	position: fixed;
	top: 530px;
	z-index:-1;
	padding-left: 500px;
}
.center {
	margin:0 auto;
	width: 349px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a{
	color: #FFFFFF;
	font-weight:bold;
	
}
a:hover{
	font-weight:bold;
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.floatRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}