html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:12px;
	line-height: 1.9em;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom: 1px dotted #80c080;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom: 0px
}
h1 {
	font-size: 50px;
	color: white;
	margin-bottom: 0px;
	line-height: 0px;
}
h3 {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 5px;
	line-height: 0px;
	font-weight: normal;
}
table td {
	padding: 5px;
	padding-right: 50px;
	border: 0px;
}
table {
	border: 0px;
}

/***************************** layout *****************************/

.layoutCenter {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: white;
}
.layoutHeaderWrap {
	background-color: black;
	height: 315px;
}
.layoutHeader {
	background-image: url(images/site/header.jpg);
	height: 315px;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}
.layoutContent {
	margin-top: 25px;
	padding: 5px;
	text-align: left;
	background-color: white;
}
.layoutFooter {
	overflow: hidden;
	background: #DEE2E2;
	padding-bottom: 15px;
	padding-top: 5px;
}
.layoutFooterWrap {
	margin: 0 auto;
	width: 990px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.layoutNav {
	text-align: left;
	overflow: hidden;
}

.col {
	float: left;
	overflow: hidden;
	padding: 10px;
}
.colClear {
	clear: both;
}

/***************************** design *****************************/

.album {
	float: left;
	overflow: hidden;
	padding: 10px;
	margin-right: 14px;
	text-align: center;
}
.picture {
	padding: 5px;
	border: 1px solid gray;
}
.person {
	float: left;
	overflow: hidden;
	padding: 10px;
	margin-right: 14px;
	text-align: center;
}
.personPic {
	padding: 5px;
	border: 1px solid gray;
	height: 200px;
	width: 200px;
}

/***************************** navigation *****************************/

.navLink:hover {
	background-color: #DEE2E2;
}
.navLink {
	overflow: hidden;
	padding: 10px 20px;
	float: left;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
.music {
	overflow: hidden;
	padding: 10px 20px;
	float: right;

}

/***************************** text *****************************/

.title {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 22px;
	color: #C41E3A;
}
.subtitle {
	font-weight: bold;
	font-size: 16px;
}
.text {
	font-size: 15px;
	color: #828282;
}
.smallText {
	font-size: 12px;
	color: #828282;
}

/***************************** footer *****************************/

.footerBox {
	text-align: left;
	overflow: hidden;
	float: left;
	padding: 5px 27px;
	border-right: 1px solid #C9CFCF;
}
.footerTitle {
	font-weight: bold;
	font-size: 14px;
	color: #C41E3A;
}
