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

body {
	background-image: url(images/bg-body.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
#album {
	height: 150px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
.album {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
.video {
	width: 400px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}
.intro a {
	color: #366D81;
	text-decoration: none;
}
.intro ul a {
	color: #366D81;
	text-decoration: none;
}
.intro a:hover {
	color: #4E9DBA;
}
.intro ul a:hover {
	color: #4E9DBA;
}
#navBar {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	width: 100%;
	background-image: url(images/bg-navBar.png);
	background-position: center;
	position: fixed;
	z-index: -1;
}
#intro {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 10px;
	border: 2px solid #FFCAEA;
}
#footer {
	background-image: url(images/bg-footer.png);
	background-repeat: repeat;
	height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.headline {
	margin: 0px;
	font-size: 20px;
	color: #528EA4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.albumInfo {
	height: 100px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	background-color: #FFF;
}
.date {
	font-size: 12px;
	color: #72C0E2;
}
#nav {
	height: 100px;
	margin-left: 90px;
}
#shell {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-shell.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
.filler {
	font-size: 13px;
	margin: 0px;
	color: #61C0E2;
}
#socialmedia {
	font-size: 13px;
	color: #806575;
	float: right;
	position: fixed;
	left: 90%;
	top: 90%;
}
.intro {
	font-size: 13px;
	color: #61C0E2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}
.logo {
	visibility: hidden;
}
iframe {
	margin: 0px;
	padding: 0px;
}

